Shades of Cobalt #06509F
Tints of Cobalt #06509F
RGB
CMYK
RGB Variations
Color information
#06509F (or 0x06509F) is known color: Cobalt. HEX triplet: 06, 50 and 9F. RGB value is (6,80,159). Sum of RGB (Red+Green+Blue) = 6+80+159=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #06509F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06509F is #F9AF60. Grayscale: #424242. Windows color (decimal): -16363361 or 10440710. OLE color: 10440710.
HSL color Cylindrical-coordinate representation of color #06509F: hue angle of 210.98º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06509F is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 80 | 159 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.38 |
| HSL | 210.98º | 0.93% | 0.32% | - |
| HSV(B) | 210.98º | 0.96% | 0.62% | - |
| XYZ | 9.2 | 8.28 | 33.91 | - |
| YUV | 66.88 | 179.98 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 159 | 0.96 | 0.50 | 0 | 0.38 | 210.98 | 0.93 | 0.32 |
| Hex | 6 | 50 | 9F | 60 | 32 | 0 | 26 | D3 | 5D | 20 |
| Octal | 6 | 120 | 237 | 140 | 62 | 0 | 46 | 323 | 135 | 40 |
| Binary | 110 | 1010000 | 10011111 | 1100000 | 110010 | 0 | 100110 | 11010011 | 1011101 | 100000 |
Color Harmonies of #06509F
Complementary color
Monochromatic Colors of #06509F
Black with #06509F
Text Example
Text Example
White with #06509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06509F; }
p { color: rgb(6,80,159); }
H1.HeaderClassName
{
color: #06509F;
}
.AnyTagClassName
{
color: #06509F;
}
</style>
background-color css
<style>
a { background-color: #06509F; }
a { background-color: rgb(6,80,159); }
div.DivClassName
{
background-color: #06509F;
}
.BgClassName
{
background-color: #06509F;
}
</style>
border-color css
<style>
span { border-color: #06509F; }
span { border-color: rgb(6,80,159); }
td.TdClassName
{
border-color: #06509F;
}
.TagClassName
{
border-color: #06509F;
}
</style>