Shades of Dark Cerulean #06476B
Tints of Dark Cerulean #06476B
RGB
CMYK
RGB Variations
Color information
#06476B (or 0x06476B) is known color: Dark Cerulean. HEX triplet: 06, 47 and 6B. RGB value is (6,71,107). Sum of RGB (Red+Green+Blue) = 6+71+107=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 107 (42.19% from 255 or 58.15% from 184); Max value from RGB is 107 - color contains mainly: blue. Hex color #06476B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06476B is #F9B894. Grayscale: #373737. Windows color (decimal): -16365717 or 7030534. OLE color: 7030534.
HSL color Cylindrical-coordinate representation of color #06476B: hue angle of 201.39º 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 #06476B is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 71 | 107 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.58 |
| HSL | 201.39º | 0.89% | 0.22% | - |
| HSV(B) | 201.39º | 0.94% | 0.42% | - |
| XYZ | 4.98 | 5.61 | 14.73 | - |
| YUV | 55.67 | 156.97 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 107 | 0.94 | 0.34 | 0 | 0.58 | 201.39 | 0.89 | 0.22 |
| Hex | 6 | 47 | 6B | 5E | 22 | 0 | 3A | C9 | 59 | 16 |
| Octal | 6 | 107 | 153 | 136 | 42 | 0 | 72 | 311 | 131 | 26 |
| Binary | 110 | 1000111 | 1101011 | 1011110 | 100010 | 0 | 111010 | 11001001 | 1011001 | 10110 |
Color Harmonies of #06476B
Complementary color
Monochromatic Colors of #06476B
Black with #06476B
Text Example
Text Example
White with #06476B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06476B; }
p { color: rgb(6,71,107); }
H1.HeaderClassName
{
color: #06476B;
}
.AnyTagClassName
{
color: #06476B;
}
</style>
background-color css
<style>
a { background-color: #06476B; }
a { background-color: rgb(6,71,107); }
div.DivClassName
{
background-color: #06476B;
}
.BgClassName
{
background-color: #06476B;
}
</style>
border-color css
<style>
span { border-color: #06476B; }
span { border-color: rgb(6,71,107); }
td.TdClassName
{
border-color: #06476B;
}
.TagClassName
{
border-color: #06476B;
}
</style>