Shades of Cobalt #06589B
Tints of Cobalt #06589B
RGB
CMYK
RGB Variations
Color information
#06589B (or 0x06589B) is known color: Cobalt. HEX triplet: 06, 58 and 9B. RGB value is (6,88,155). Sum of RGB (Red+Green+Blue) = 6+88+155=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #06589B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06589B is #F9A764. Grayscale: #464646. Windows color (decimal): -16361317 or 10180614. OLE color: 10180614.
HSL color Cylindrical-coordinate representation of color #06589B: hue angle of 206.98º 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 #06589B is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 88 | 155 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.39 |
| HSL | 206.98º | 0.93% | 0.32% | - |
| HSV(B) | 206.98º | 0.96% | 0.61% | - |
| XYZ | 9.48 | 9.38 | 32.32 | - |
| YUV | 71.12 | 175.33 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 88 | 155 | 0.96 | 0.43 | 0 | 0.39 | 206.98 | 0.93 | 0.32 |
| Hex | 6 | 58 | 9B | 60 | 2B | 0 | 27 | CF | 5D | 20 |
| Octal | 6 | 130 | 233 | 140 | 53 | 0 | 47 | 317 | 135 | 40 |
| Binary | 110 | 1011000 | 10011011 | 1100000 | 101011 | 0 | 100111 | 11001111 | 1011101 | 100000 |
Color Harmonies of #06589B
Complementary color
Monochromatic Colors of #06589B
Black with #06589B
Text Example
Text Example
White with #06589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06589B; }
p { color: rgb(6,88,155); }
H1.HeaderClassName
{
color: #06589B;
}
.AnyTagClassName
{
color: #06589B;
}
</style>
background-color css
<style>
a { background-color: #06589B; }
a { background-color: rgb(6,88,155); }
div.DivClassName
{
background-color: #06589B;
}
.BgClassName
{
background-color: #06589B;
}
</style>
border-color css
<style>
span { border-color: #06589B; }
span { border-color: rgb(6,88,155); }
td.TdClassName
{
border-color: #06589B;
}
.TagClassName
{
border-color: #06589B;
}
</style>