Shades of Dark Cerulean #06408C
Tints of Dark Cerulean #06408C
RGB
CMYK
RGB Variations
Color information
#06408C (or 0x06408C) is known color: Dark Cerulean. HEX triplet: 06, 40 and 8C. RGB value is (6,64,140). Sum of RGB (Red+Green+Blue) = 6+64+140=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 140 (55.08% from 255 or 66.67% from 210); Max value from RGB is 140 - color contains mainly: blue. Hex color #06408C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06408C is #F9BF73. Grayscale: #363636. Windows color (decimal): -16367476 or 9191430. OLE color: 9191430.
HSL color Cylindrical-coordinate representation of color #06408C: hue angle of 214.03º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06408C is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 64 | 140 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.45 |
| HSL | 214.03º | 0.92% | 0.29% | - |
| HSV(B) | 214.03º | 0.96% | 0.55% | - |
| XYZ | 6.64 | 5.6 | 25.54 | - |
| YUV | 55.32 | 175.78 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 140 | 0.96 | 0.54 | 0 | 0.45 | 214.03 | 0.92 | 0.29 |
| Hex | 6 | 40 | 8C | 60 | 36 | 0 | 2D | D6 | 5C | 1D |
| Octal | 6 | 100 | 214 | 140 | 66 | 0 | 55 | 326 | 134 | 35 |
| Binary | 110 | 1000000 | 10001100 | 1100000 | 110110 | 0 | 101101 | 11010110 | 1011100 | 11101 |
Color Harmonies of #06408C
Complementary color
Monochromatic Colors of #06408C
Black with #06408C
Text Example
Text Example
White with #06408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06408C; }
p { color: rgb(6,64,140); }
H1.HeaderClassName
{
color: #06408C;
}
.AnyTagClassName
{
color: #06408C;
}
</style>
background-color css
<style>
a { background-color: #06408C; }
a { background-color: rgb(6,64,140); }
div.DivClassName
{
background-color: #06408C;
}
.BgClassName
{
background-color: #06408C;
}
</style>
border-color css
<style>
span { border-color: #06408C; }
span { border-color: rgb(6,64,140); }
td.TdClassName
{
border-color: #06408C;
}
.TagClassName
{
border-color: #06408C;
}
</style>