Shades of Dark Cerulean #06486E
Tints of Dark Cerulean #06486E
RGB
CMYK
RGB Variations
Color information
#06486E (or 0x06486E) is known color: Dark Cerulean. HEX triplet: 06, 48 and 6E. RGB value is (6,72,110). Sum of RGB (Red+Green+Blue) = 6+72+110=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 110 (43.36% from 255 or 58.51% from 188); Max value from RGB is 110 - color contains mainly: blue. Hex color #06486E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06486E is #F9B791. Grayscale: #383838. Windows color (decimal): -16365458 or 7227398. OLE color: 7227398.
HSL color Cylindrical-coordinate representation of color #06486E: hue angle of 201.92º 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 #06486E is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 72 | 110 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.57 |
| HSL | 201.92º | 0.9% | 0.23% | - |
| HSV(B) | 201.92º | 0.95% | 0.43% | - |
| XYZ | 5.21 | 5.8 | 15.6 | - |
| YUV | 56.6 | 158.13 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 72 | 110 | 0.95 | 0.35 | 0 | 0.57 | 201.92 | 0.9 | 0.23 |
| Hex | 6 | 48 | 6E | 5F | 23 | 0 | 39 | CA | 5A | 17 |
| Octal | 6 | 110 | 156 | 137 | 43 | 0 | 71 | 312 | 132 | 27 |
| Binary | 110 | 1001000 | 1101110 | 1011111 | 100011 | 0 | 111001 | 11001010 | 1011010 | 10111 |
Color Harmonies of #06486E
Complementary color
Monochromatic Colors of #06486E
Black with #06486E
Text Example
Text Example
White with #06486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06486E; }
p { color: rgb(6,72,110); }
H1.HeaderClassName
{
color: #06486E;
}
.AnyTagClassName
{
color: #06486E;
}
</style>
background-color css
<style>
a { background-color: #06486E; }
a { background-color: rgb(6,72,110); }
div.DivClassName
{
background-color: #06486E;
}
.BgClassName
{
background-color: #06486E;
}
</style>
border-color css
<style>
span { border-color: #06486E; }
span { border-color: rgb(6,72,110); }
td.TdClassName
{
border-color: #06486E;
}
.TagClassName
{
border-color: #06486E;
}
</style>