Shades of Dark Cerulean #06558C
Tints of Dark Cerulean #06558C
RGB
CMYK
RGB Variations
Color information
#06558C (or 0x06558C) is known color: Dark Cerulean. HEX triplet: 06, 55 and 8C. RGB value is (6,85,140). Sum of RGB (Red+Green+Blue) = 6+85+140=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 140 (55.08% from 255 or 60.61% from 231); Max value from RGB is 140 - color contains mainly: blue. Hex color #06558C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06558C is #F9AA73. Grayscale: #434343. Windows color (decimal): -16362100 or 9196806. OLE color: 9196806.
HSL color Cylindrical-coordinate representation of color #06558C: hue angle of 204.63º 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 #06558C is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 85 | 140 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.45 |
| HSL | 204.63º | 0.92% | 0.29% | - |
| HSV(B) | 204.63º | 0.96% | 0.55% | - |
| XYZ | 8.06 | 8.43 | 26.01 | - |
| YUV | 67.65 | 168.83 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 140 | 0.96 | 0.39 | 0 | 0.45 | 204.63 | 0.92 | 0.29 |
| Hex | 6 | 55 | 8C | 60 | 27 | 0 | 2D | CD | 5C | 1D |
| Octal | 6 | 125 | 214 | 140 | 47 | 0 | 55 | 315 | 134 | 35 |
| Binary | 110 | 1010101 | 10001100 | 1100000 | 100111 | 0 | 101101 | 11001101 | 1011100 | 11101 |
Color Harmonies of #06558C
Complementary color
Monochromatic Colors of #06558C
Black with #06558C
Text Example
Text Example
White with #06558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06558C; }
p { color: rgb(6,85,140); }
H1.HeaderClassName
{
color: #06558C;
}
.AnyTagClassName
{
color: #06558C;
}
</style>
background-color css
<style>
a { background-color: #06558C; }
a { background-color: rgb(6,85,140); }
div.DivClassName
{
background-color: #06558C;
}
.BgClassName
{
background-color: #06558C;
}
</style>
border-color css
<style>
span { border-color: #06558C; }
span { border-color: rgb(6,85,140); }
td.TdClassName
{
border-color: #06558C;
}
.TagClassName
{
border-color: #06558C;
}
</style>