Shades of Dark Cerulean #06496C
Tints of Dark Cerulean #06496C
RGB
CMYK
RGB Variations
Color information
#06496C (or 0x06496C) is known color: Dark Cerulean. HEX triplet: 06, 49 and 6C. RGB value is (6,73,108). Sum of RGB (Red+Green+Blue) = 6+73+108=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #06496C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06496C is #F9B693. Grayscale: #383838. Windows color (decimal): -16365204 or 7096582. OLE color: 7096582.
HSL color Cylindrical-coordinate representation of color #06496C: hue angle of 200.59º 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 #06496C is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 73 | 108 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.58 |
| HSL | 200.59º | 0.89% | 0.22% | - |
| HSV(B) | 200.59º | 0.94% | 0.42% | - |
| XYZ | 5.16 | 5.89 | 15.05 | - |
| YUV | 56.96 | 156.8 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 73 | 108 | 0.94 | 0.32 | 0 | 0.58 | 200.59 | 0.89 | 0.22 |
| Hex | 6 | 49 | 6C | 5E | 20 | 0 | 3A | C9 | 59 | 16 |
| Octal | 6 | 111 | 154 | 136 | 40 | 0 | 72 | 311 | 131 | 26 |
| Binary | 110 | 1001001 | 1101100 | 1011110 | 100000 | 0 | 111010 | 11001001 | 1011001 | 10110 |
Color Harmonies of #06496C
Complementary color
Monochromatic Colors of #06496C
Black with #06496C
Text Example
Text Example
White with #06496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06496C; }
p { color: rgb(6,73,108); }
H1.HeaderClassName
{
color: #06496C;
}
.AnyTagClassName
{
color: #06496C;
}
</style>
background-color css
<style>
a { background-color: #06496C; }
a { background-color: rgb(6,73,108); }
div.DivClassName
{
background-color: #06496C;
}
.BgClassName
{
background-color: #06496C;
}
</style>
border-color css
<style>
span { border-color: #06496C; }
span { border-color: rgb(6,73,108); }
td.TdClassName
{
border-color: #06496C;
}
.TagClassName
{
border-color: #06496C;
}
</style>