Shades of Cobalt #0647BF
Tints of Cobalt #0647BF
RGB
CMYK
RGB Variations
Color information
#0647BF (or 0x0647BF) is known color: Cobalt. HEX triplet: 06, 47 and BF. RGB value is (6,71,191). Sum of RGB (Red+Green+Blue) = 6+71+191=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 191 (75% from 255 or 71.27% from 268); Max value from RGB is 191 - color contains mainly: blue. Hex color #0647BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0647BF is #F9B840. Grayscale: #404040. Windows color (decimal): -16365633 or 12535558. OLE color: 12535558.
HSL color Cylindrical-coordinate representation of color #0647BF: hue angle of 218.92º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0647BF is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 71 | 191 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.25 |
| HSL | 218.92º | 0.94% | 0.39% | - |
| HSV(B) | 218.92º | 0.97% | 0.75% | - |
| XYZ | 11.73 | 8.31 | 50.28 | - |
| YUV | 65.25 | 198.97 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 191 | 0.97 | 0.63 | 0 | 0.25 | 218.92 | 0.94 | 0.39 |
| Hex | 6 | 47 | BF | 61 | 3F | 0 | 19 | DB | 5E | 27 |
| Octal | 6 | 107 | 277 | 141 | 77 | 0 | 31 | 333 | 136 | 47 |
| Binary | 110 | 1000111 | 10111111 | 1100001 | 111111 | 0 | 11001 | 11011011 | 1011110 | 100111 |
Color Harmonies of #0647BF
Complementary color
Monochromatic Colors of #0647BF
Black with #0647BF
Text Example
Text Example
White with #0647BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0647BF; }
p { color: rgb(6,71,191); }
H1.HeaderClassName
{
color: #0647BF;
}
.AnyTagClassName
{
color: #0647BF;
}
</style>
background-color css
<style>
a { background-color: #0647BF; }
a { background-color: rgb(6,71,191); }
div.DivClassName
{
background-color: #0647BF;
}
.BgClassName
{
background-color: #0647BF;
}
</style>
border-color css
<style>
span { border-color: #0647BF; }
span { border-color: rgb(6,71,191); }
td.TdClassName
{
border-color: #0647BF;
}
.TagClassName
{
border-color: #0647BF;
}
</style>