Shades of Cobalt #06509B
Tints of Cobalt #06509B
RGB
CMYK
RGB Variations
Color information
#06509B (or 0x06509B) is known color: Cobalt. HEX triplet: 06, 50 and 9B. RGB value is (6,80,155). Sum of RGB (Red+Green+Blue) = 6+80+155=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #06509B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06509B is #F9AF64. Grayscale: #424242. Windows color (decimal): -16363365 or 10178566. OLE color: 10178566.
HSL color Cylindrical-coordinate representation of color #06509B: hue angle of 210.2º 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 #06509B is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 80 | 155 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.39 |
| HSL | 210.2º | 0.93% | 0.32% | - |
| HSV(B) | 210.2º | 0.96% | 0.61% | - |
| XYZ | 8.86 | 8.14 | 32.12 | - |
| YUV | 66.42 | 177.98 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 155 | 0.96 | 0.48 | 0 | 0.39 | 210.2 | 0.93 | 0.32 |
| Hex | 6 | 50 | 9B | 60 | 30 | 0 | 27 | D2 | 5D | 20 |
| Octal | 6 | 120 | 233 | 140 | 60 | 0 | 47 | 322 | 135 | 40 |
| Binary | 110 | 1010000 | 10011011 | 1100000 | 110000 | 0 | 100111 | 11010010 | 1011101 | 100000 |
Color Harmonies of #06509B
Complementary color
Monochromatic Colors of #06509B
Black with #06509B
Text Example
Text Example
White with #06509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06509B; }
p { color: rgb(6,80,155); }
H1.HeaderClassName
{
color: #06509B;
}
.AnyTagClassName
{
color: #06509B;
}
</style>
background-color css
<style>
a { background-color: #06509B; }
a { background-color: rgb(6,80,155); }
div.DivClassName
{
background-color: #06509B;
}
.BgClassName
{
background-color: #06509B;
}
</style>
border-color css
<style>
span { border-color: #06509B; }
span { border-color: rgb(6,80,155); }
td.TdClassName
{
border-color: #06509B;
}
.TagClassName
{
border-color: #06509B;
}
</style>