Shades of Dark Cerulean #06476C
Tints of Dark Cerulean #06476C
RGB
CMYK
RGB Variations
Color information
#06476C (or 0x06476C) is known color: Dark Cerulean. HEX triplet: 06, 47 and 6C. RGB value is (6,71,108). Sum of RGB (Red+Green+Blue) = 6+71+108=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #06476C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06476C is #F9B893. Grayscale: #373737. Windows color (decimal): -16365716 or 7096070. OLE color: 7096070.
HSL color Cylindrical-coordinate representation of color #06476C: hue angle of 201.76º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06476C is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 71 | 108 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.58 |
| HSL | 201.76º | 0.89% | 0.22% | - |
| HSV(B) | 201.76º | 0.94% | 0.42% | - |
| XYZ | 5.04 | 5.63 | 15.01 | - |
| YUV | 55.78 | 157.47 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 108 | 0.94 | 0.34 | 0 | 0.58 | 201.76 | 0.89 | 0.22 |
| Hex | 6 | 47 | 6C | 5E | 22 | 0 | 3A | CA | 59 | 16 |
| Octal | 6 | 107 | 154 | 136 | 42 | 0 | 72 | 312 | 131 | 26 |
| Binary | 110 | 1000111 | 1101100 | 1011110 | 100010 | 0 | 111010 | 11001010 | 1011001 | 10110 |
Color Harmonies of #06476C
Complementary color
Monochromatic Colors of #06476C
Black with #06476C
Text Example
Text Example
White with #06476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06476C; }
p { color: rgb(6,71,108); }
H1.HeaderClassName
{
color: #06476C;
}
.AnyTagClassName
{
color: #06476C;
}
</style>
background-color css
<style>
a { background-color: #06476C; }
a { background-color: rgb(6,71,108); }
div.DivClassName
{
background-color: #06476C;
}
.BgClassName
{
background-color: #06476C;
}
</style>
border-color css
<style>
span { border-color: #06476C; }
span { border-color: rgb(6,71,108); }
td.TdClassName
{
border-color: #06476C;
}
.TagClassName
{
border-color: #06476C;
}
</style>