Shades of Dark Cerulean #06486C
Tints of Dark Cerulean #06486C
RGB
CMYK
RGB Variations
Color information
#06486C (or 0x06486C) is known color: Dark Cerulean. HEX triplet: 06, 48 and 6C. RGB value is (6,72,108). Sum of RGB (Red+Green+Blue) = 6+72+108=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #06486C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06486C is #F9B793. Grayscale: #383838. Windows color (decimal): -16365460 or 7096326. OLE color: 7096326.
HSL color Cylindrical-coordinate representation of color #06486C: hue angle of 201.18º 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 #06486C is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 72 | 108 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.58 |
| HSL | 201.18º | 0.89% | 0.22% | - |
| HSV(B) | 201.18º | 0.94% | 0.42% | - |
| XYZ | 5.1 | 5.76 | 15.03 | - |
| YUV | 56.37 | 157.13 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 72 | 108 | 0.94 | 0.33 | 0 | 0.58 | 201.18 | 0.89 | 0.22 |
| Hex | 6 | 48 | 6C | 5E | 21 | 0 | 3A | C9 | 59 | 16 |
| Octal | 6 | 110 | 154 | 136 | 41 | 0 | 72 | 311 | 131 | 26 |
| Binary | 110 | 1001000 | 1101100 | 1011110 | 100001 | 0 | 111010 | 11001001 | 1011001 | 10110 |
Color Harmonies of #06486C
Complementary color
Monochromatic Colors of #06486C
Black with #06486C
Text Example
Text Example
White with #06486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06486C; }
p { color: rgb(6,72,108); }
H1.HeaderClassName
{
color: #06486C;
}
.AnyTagClassName
{
color: #06486C;
}
</style>
background-color css
<style>
a { background-color: #06486C; }
a { background-color: rgb(6,72,108); }
div.DivClassName
{
background-color: #06486C;
}
.BgClassName
{
background-color: #06486C;
}
</style>
border-color css
<style>
span { border-color: #06486C; }
span { border-color: rgb(6,72,108); }
td.TdClassName
{
border-color: #06486C;
}
.TagClassName
{
border-color: #06486C;
}
</style>