#06205C

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

Shades of Sapphire #06205C

Tints of Sapphire #06205C

Color information

#06205C (or 0x06205C) is unknown color: approx Sapphire. HEX triplet: 06, 20 and 5C. RGB value is (6,32,92). Sum of RGB (Red+Green+Blue) = 6+32+92=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 92 (36.33% from 255 or 70.77% from 130); Max value from RGB is 92 - color contains mainly: blue. Hex color #06205C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06205C is #F9DFA3. Grayscale: #1E1E1E. Windows color (decimal): -16375716 or 6037510. OLE color: 6037510.

HSL color Cylindrical-coordinate representation of color #06205C: hue angle of 221.86º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06205C is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB63292-
CMYK0.930.6500.64
HSL221.86º87.76%19.22%-
HSV(B)221.86º93.48%36.08%-
XYZ2.521.8410.35-
YUV31.07162.39110.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.62%
GREEN value IS 32 (12.89% from 255) = 24.62%
BLUE value IS 92 (36.33% from 255) = 70.77%
R=4.62%
G=24.62%
B=70.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal632920.930.6500.64221.8687.7619.22
Hex6205C5D41040de5813
Octal640134135101010033613023
Binary1101000001011100101110110000010100000011011110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06205C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06205C; }

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

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

<style>
 a { background-color: #06205C; }

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

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

<style>
 span { border-color: #06205C; }

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

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