Shades of Dark Cerulean #06476E
Tints of Dark Cerulean #06476E
RGB
CMYK
RGB Variations
Color information
#06476E (or 0x06476E) is known color: Dark Cerulean. HEX triplet: 06, 47 and 6E. RGB value is (6,71,110). Sum of RGB (Red+Green+Blue) = 6+71+110=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 110 (43.36% from 255 or 58.82% from 187); Max value from RGB is 110 - color contains mainly: blue. Hex color #06476E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06476E is #F9B891. Grayscale: #373737. Windows color (decimal): -16365714 or 7227142. OLE color: 7227142.
HSL color Cylindrical-coordinate representation of color #06476E: hue angle of 202.5º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06476E is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 71 | 110 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.57 |
| HSL | 202.5º | 0.9% | 0.23% | - |
| HSV(B) | 202.5º | 0.95% | 0.43% | - |
| XYZ | 5.14 | 5.67 | 15.58 | - |
| YUV | 56.01 | 158.47 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 110 | 0.95 | 0.35 | 0 | 0.57 | 202.5 | 0.9 | 0.23 |
| Hex | 6 | 47 | 6E | 5F | 23 | 0 | 39 | CA | 5A | 17 |
| Octal | 6 | 107 | 156 | 137 | 43 | 0 | 71 | 312 | 132 | 27 |
| Binary | 110 | 1000111 | 1101110 | 1011111 | 100011 | 0 | 111001 | 11001010 | 1011010 | 10111 |
Color Harmonies of #06476E
Complementary color
Monochromatic Colors of #06476E
Black with #06476E
Text Example
Text Example
White with #06476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06476E; }
p { color: rgb(6,71,110); }
H1.HeaderClassName
{
color: #06476E;
}
.AnyTagClassName
{
color: #06476E;
}
</style>
background-color css
<style>
a { background-color: #06476E; }
a { background-color: rgb(6,71,110); }
div.DivClassName
{
background-color: #06476E;
}
.BgClassName
{
background-color: #06476E;
}
</style>
border-color css
<style>
span { border-color: #06476E; }
span { border-color: rgb(6,71,110); }
td.TdClassName
{
border-color: #06476E;
}
.TagClassName
{
border-color: #06476E;
}
</style>