Html Css Color HEX #06206F Sapphire

📋 copy color: '#06206F'

red 6 ◦ green 32 ◦ blue 111

#06206F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #06206F

Tints of Sapphire #06206F

RGB

 RED value IS 6 (2.73% from 255) = 4.03%

 GREEN value IS 32 (12.89% from 255) = 21.48%

 BLUE value IS 111 (43.75% from 255) = 74.5%

R = 4.03%
G = 21.48%
B = 74.5%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#06206F (or 0x06206F) is known color: Sapphire. HEX triplet: 06, 20 and 6F. RGB value is (6,32,111). Sum of RGB (Red+Green+Blue) = 6+32+111=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 111 (43.75% from 255 or 74.50% from 149); Max value from RGB is 111 - color contains mainly: blue. Hex color #06206F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06206F is #F9DF90. Grayscale: #202020. Windows color (decimal): -16375697 or 7282694. OLE color: 7282694.

HSL color Cylindrical-coordinate representation of color #06206F: hue angle of 225.14º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06206F is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 32 111 -
CMYK 0.95 0.71 0 0.56
HSL 225.14º 0.9% 0.23% -
HSV(B) 225.14º 0.95% 0.44% -
XYZ 3.46 2.22 15.28 -
YUV 33.23 171.89 108.58 -
System Red Green Blue C M Y K H S L
Decimal 6 32 111 0.95 0.71 0 0.56 225.14 0.9 0.23
Hex 6 20 6F 5F 47 0 38 E1 5A 17
Octal 6 40 157 137 107 0 70 341 132 27
Binary 110 100000 1101111 1011111 1000111 0 111000 11100001 1011010 10111

Color Harmonies of #06206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06206F

Black with #06206F

Text Example


Text Example

White with #06206F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06206F; }

 p { color: rgb(6,32,111); }

 H1.HeaderClassName
 {
   color: #06206F;
 }
 .AnyTagClassName
 {
   color: #06206F;
 }
</style>

background-color css

<style>
 a { background-color: #06206F; }

 a { background-color: rgb(6,32,111); }

 div.DivClassName
 {
   background-color: #06206F;
 }
 .BgClassName
 {
   background-color: #06206F;
 }
</style>

border-color css

<style>
 span { border-color: #06206F; }

 span { border-color: rgb(6,32,111); }

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