Shades of Cobalt #0646B7
Tints of Cobalt #0646B7
RGB
CMYK
RGB Variations
Color information
#0646B7 (or 0x0646B7) is known color: Cobalt. HEX triplet: 06, 46 and B7. RGB value is (6,70,183). Sum of RGB (Red+Green+Blue) = 6+70+183=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 183 (71.88% from 255 or 70.66% from 259); Max value from RGB is 183 - color contains mainly: blue. Hex color #0646B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0646B7 is #F9B948. Grayscale: #3F3F3F. Windows color (decimal): -16365897 or 12011014. OLE color: 12011014.
HSL color Cylindrical-coordinate representation of color #0646B7: hue angle of 218.31º 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 #0646B7 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 6 | 70 | 183 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.28 |
| HSL | 218.31º | 0.94% | 0.37% | - |
| HSV(B) | 218.31º | 0.97% | 0.72% | - |
| XYZ | 10.81 | 7.84 | 45.74 | - |
| YUV | 63.75 | 195.3 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 70 | 183 | 0.97 | 0.62 | 0 | 0.28 | 218.31 | 0.94 | 0.37 |
| Hex | 6 | 46 | B7 | 61 | 3E | 0 | 1C | DA | 5E | 25 |
| Octal | 6 | 106 | 267 | 141 | 76 | 0 | 34 | 332 | 136 | 45 |
| Binary | 110 | 1000110 | 10110111 | 1100001 | 111110 | 0 | 11100 | 11011010 | 1011110 | 100101 |
Color Harmonies of #0646B7
Complementary color
Monochromatic Colors of #0646B7
Black with #0646B7
Text Example
Text Example
White with #0646B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0646B7; }
p { color: rgb(6,70,183); }
H1.HeaderClassName
{
color: #0646B7;
}
.AnyTagClassName
{
color: #0646B7;
}
</style>
background-color css
<style>
a { background-color: #0646B7; }
a { background-color: rgb(6,70,183); }
div.DivClassName
{
background-color: #0646B7;
}
.BgClassName
{
background-color: #0646B7;
}
</style>
border-color css
<style>
span { border-color: #0646B7; }
span { border-color: rgb(6,70,183); }
td.TdClassName
{
border-color: #0646B7;
}
.TagClassName
{
border-color: #0646B7;
}
</style>