#06204D

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

Shades of Sapphire #06204D

Tints of Sapphire #06204D

Color information

#06204D (or 0x06204D) is unknown color: approx Sapphire. HEX triplet: 06, 20 and 4D. RGB value is (6,32,77). Sum of RGB (Red+Green+Blue) = 6+32+77=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 77 (30.47% from 255 or 66.96% from 115); Max value from RGB is 77 - color contains mainly: blue. Hex color #06204D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06204D is #F9DFB2. Grayscale: #1D1D1D. Windows color (decimal): -16375731 or 5054470. OLE color: 5054470.

HSL color Cylindrical-coordinate representation of color #06204D: hue angle of 218.03º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06204D is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB63277-
CMYK0.920.5800.70
HSL218.03º85.54%16.27%-
HSV(B)218.03º92.21%30.2%-
XYZ1.931.617.23-
YUV29.36154.89111.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.22%
GREEN value IS 32 (12.89% from 255) = 27.83%
BLUE value IS 77 (30.47% from 255) = 66.96%
R=5.22%
G=27.83%
B=66.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal632770.920.5800.70218.0385.5416.27
Hex6204D5C3A046da5610
Octal64011513472010633212620
Binary110100000100110110111001110100100011011011010101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06204D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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