Shades of Cobalt #06559B
Tints of Cobalt #06559B
RGB
CMYK
RGB Variations
Color information
#06559B (or 0x06559B) is known color: Cobalt. HEX triplet: 06, 55 and 9B. RGB value is (6,85,155). Sum of RGB (Red+Green+Blue) = 6+85+155=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #06559B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06559B is #F9AA64. Grayscale: #454545. Windows color (decimal): -16362085 or 10179846. OLE color: 10179846.
HSL color Cylindrical-coordinate representation of color #06559B: hue angle of 208.19º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06559B is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 85 | 155 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.39 |
| HSL | 208.19º | 0.93% | 0.32% | - |
| HSV(B) | 208.19º | 0.96% | 0.61% | - |
| XYZ | 9.24 | 8.9 | 32.24 | - |
| YUV | 69.36 | 176.33 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 155 | 0.96 | 0.45 | 0 | 0.39 | 208.19 | 0.93 | 0.32 |
| Hex | 6 | 55 | 9B | 60 | 2D | 0 | 27 | D0 | 5D | 20 |
| Octal | 6 | 125 | 233 | 140 | 55 | 0 | 47 | 320 | 135 | 40 |
| Binary | 110 | 1010101 | 10011011 | 1100000 | 101101 | 0 | 100111 | 11010000 | 1011101 | 100000 |
Color Harmonies of #06559B
Complementary color
Monochromatic Colors of #06559B
Black with #06559B
Text Example
Text Example
White with #06559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06559B; }
p { color: rgb(6,85,155); }
H1.HeaderClassName
{
color: #06559B;
}
.AnyTagClassName
{
color: #06559B;
}
</style>
background-color css
<style>
a { background-color: #06559B; }
a { background-color: rgb(6,85,155); }
div.DivClassName
{
background-color: #06559B;
}
.BgClassName
{
background-color: #06559B;
}
</style>
border-color css
<style>
span { border-color: #06559B; }
span { border-color: rgb(6,85,155); }
td.TdClassName
{
border-color: #06559B;
}
.TagClassName
{
border-color: #06559B;
}
</style>