Shades of Cobalt #0654B7
Tints of Cobalt #0654B7
RGB
CMYK
RGB Variations
Color information
#0654B7 (or 0x0654B7) is known color: Cobalt. HEX triplet: 06, 54 and B7. RGB value is (6,84,183). Sum of RGB (Red+Green+Blue) = 6+84+183=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 183 (71.88% from 255 or 67.03% from 273); Max value from RGB is 183 - color contains mainly: blue. Hex color #0654B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0654B7 is #F9AB48. Grayscale: #474747. Windows color (decimal): -16362313 or 12014598. OLE color: 12014598.
HSL color Cylindrical-coordinate representation of color #0654B7: hue angle of 213.56º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0654B7 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 6 | 84 | 183 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.28 |
| HSL | 213.56º | 0.94% | 0.37% | - |
| HSV(B) | 213.56º | 0.97% | 0.72% | - |
| XYZ | 11.79 | 9.8 | 46.07 | - |
| YUV | 71.96 | 190.66 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 84 | 183 | 0.97 | 0.54 | 0 | 0.28 | 213.56 | 0.94 | 0.37 |
| Hex | 6 | 54 | B7 | 61 | 36 | 0 | 1C | D6 | 5E | 25 |
| Octal | 6 | 124 | 267 | 141 | 66 | 0 | 34 | 326 | 136 | 45 |
| Binary | 110 | 1010100 | 10110111 | 1100001 | 110110 | 0 | 11100 | 11010110 | 1011110 | 100101 |
Color Harmonies of #0654B7
Complementary color
Monochromatic Colors of #0654B7
Black with #0654B7
Text Example
Text Example
White with #0654B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0654B7; }
p { color: rgb(6,84,183); }
H1.HeaderClassName
{
color: #0654B7;
}
.AnyTagClassName
{
color: #0654B7;
}
</style>
background-color css
<style>
a { background-color: #0654B7; }
a { background-color: rgb(6,84,183); }
div.DivClassName
{
background-color: #0654B7;
}
.BgClassName
{
background-color: #0654B7;
}
</style>
border-color css
<style>
span { border-color: #0654B7; }
span { border-color: rgb(6,84,183); }
td.TdClassName
{
border-color: #0654B7;
}
.TagClassName
{
border-color: #0654B7;
}
</style>