#093df6

Color #093DF6 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #093DF6

Tints of Persian Blue #093DF6

Color information

#093DF6 (or 0x093DF6) is unknown color: approx Persian Blue. HEX triplet: 09, 3D and F6. RGB value is (9,61,246). Sum of RGB (Red+Green+Blue) = 9+61+246=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 246 (96.48% from 255 or 77.85% from 316); Max value from RGB is 246 - color contains mainly: blue. Hex color #093DF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093DF6 is #F6C209. Grayscale: #414141. Windows color (decimal): -16171530 or 16137481. OLE color: 16137481.

HSL color Cylindrical-coordinate representation of color #093DF6: hue angle of 226.84º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093DF6 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB961246-
CMYK0.960.7500.04
HSL226.84º92.94%50%-
HSV(B)226.84º96.34%96.47%-
XYZ18.4210.0588.16-
YUV66.54229.2786.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 2.85%
GREEN value IS 61 (24.22% from 255) = 19.30%
BLUE value IS 246 (96.48% from 255) = 77.85%
R=2.85%
G=19.30%
B=77.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal9612460.960.7500.04226.8492.9450
Hex93DF6604B04e35d32
Octal11753661401130434313562
Binary100111110111110110110000010010110100111000111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093df6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093df6; }

 p { color: rgb(9,61,246); }

 H1.HeaderClassName
 {
   color: #093df6;
 }
 .AnyTagClassName
 {
   color: #093df6;
 }
</style>
background-color css

<style>
 a { background-color: #093df6; }

 a { background-color: rgb(9,61,246); }

 div.DivClassName
 {
   background-color: #093df6;
 }
 .BgClassName
 {
   background-color: #093df6;
 }
</style>
border-color css

<style>
 span { border-color: #093df6; }

 span { border-color: rgb(9,61,246); }

 td.TdClassName
 {
   border-color: #093df6;
 }
 .TagClassName
 {
   border-color: #093df6;
 }
</style>