#06206D

Color #06206D Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #06206D

Tints of Sapphire #06206D

Color information

#06206D (or 0x06206D) is unknown color: approx Sapphire. HEX triplet: 06, 20 and 6D. RGB value is (6,32,109). Sum of RGB (Red+Green+Blue) = 6+32+109=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 109 (42.97% from 255 or 74.15% from 147); Max value from RGB is 109 - color contains mainly: blue. Hex color #06206D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06206D is #F9DF92. Grayscale: #202020. Windows color (decimal): -16375699 or 7151622. OLE color: 7151622.

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

Color convert

RGB632109-
CMYK0.940.7100.57
HSL224.85º89.57%22.55%-
HSV(B)224.85º94.5%42.75%-
XYZ3.352.1814.71-
YUV33170.89108.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.08%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 109 (42.97% from 255) = 74.15%
R=4.08%
G=21.77%
B=74.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6321090.940.7100.57224.8589.5722.55
Hex6206D5E47039e15a17
Octal64015513610707134113227
Binary110100000110110110111101000111011100111100001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06206D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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