Shades of Dark Cerulean #06496D
Tints of Dark Cerulean #06496D
RGB
CMYK
RGB Variations
Color information
#06496D (or 0x06496D) is known color: Dark Cerulean. HEX triplet: 06, 49 and 6D. RGB value is (6,73,109). Sum of RGB (Red+Green+Blue) = 6+73+109=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #06496D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06496D is #F9B692. Grayscale: #383838. Windows color (decimal): -16365203 or 7162118. OLE color: 7162118.
HSL color Cylindrical-coordinate representation of color #06496D: hue angle of 200.97º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06496D is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 73 | 109 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.57 |
| HSL | 200.97º | 0.9% | 0.23% | - |
| HSV(B) | 200.97º | 0.94% | 0.43% | - |
| XYZ | 5.22 | 5.91 | 15.33 | - |
| YUV | 57.07 | 157.3 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 73 | 109 | 0.94 | 0.33 | 0 | 0.57 | 200.97 | 0.9 | 0.23 |
| Hex | 6 | 49 | 6D | 5E | 21 | 0 | 39 | C9 | 5A | 17 |
| Octal | 6 | 111 | 155 | 136 | 41 | 0 | 71 | 311 | 132 | 27 |
| Binary | 110 | 1001001 | 1101101 | 1011110 | 100001 | 0 | 111001 | 11001001 | 1011010 | 10111 |
Color Harmonies of #06496D
Complementary color
Monochromatic Colors of #06496D
Black with #06496D
Text Example
Text Example
White with #06496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06496D; }
p { color: rgb(6,73,109); }
H1.HeaderClassName
{
color: #06496D;
}
.AnyTagClassName
{
color: #06496D;
}
</style>
background-color css
<style>
a { background-color: #06496D; }
a { background-color: rgb(6,73,109); }
div.DivClassName
{
background-color: #06496D;
}
.BgClassName
{
background-color: #06496D;
}
</style>
border-color css
<style>
span { border-color: #06496D; }
span { border-color: rgb(6,73,109); }
td.TdClassName
{
border-color: #06496D;
}
.TagClassName
{
border-color: #06496D;
}
</style>