#06204A

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

Shades of Sapphire #06204A

Tints of Sapphire #06204A

Color information

#06204A (or 0x06204A) is unknown color: approx Sapphire. HEX triplet: 06, 20 and 4A. RGB value is (6,32,74). Sum of RGB (Red+Green+Blue) = 6+32+74=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 74 (29.30% from 255 or 66.07% from 112); Max value from RGB is 74 - color contains mainly: blue. Hex color #06204A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06204A is #F9DFB5. Grayscale: #1C1C1C. Windows color (decimal): -16375734 or 4857862. OLE color: 4857862.

HSL color Cylindrical-coordinate representation of color #06204A: hue angle of 217.06º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06204A is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB63274-
CMYK0.920.5700.71
HSL217.06º85%15.69%-
HSV(B)217.06º91.89%29.02%-
XYZ1.831.576.68-
YUV29.01153.39111.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.36%
GREEN value IS 32 (12.89% from 255) = 28.57%
BLUE value IS 74 (29.30% from 255) = 66.07%
R=5.36%
G=28.57%
B=66.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal632740.920.5700.71217.068515.69
Hex6204A5C39047d95510
Octal64011213471010733112520
Binary110100000100101010111001110010100011111011001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06204A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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