Shades of Cobalt #0643BC
Tints of Cobalt #0643BC
RGB
CMYK
RGB Variations
Color information
#0643BC (or 0x0643BC) is known color: Cobalt. HEX triplet: 06, 43 and BC. RGB value is (6,67,188). Sum of RGB (Red+Green+Blue) = 6+67+188=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 188 (73.83% from 255 or 72.03% from 261); Max value from RGB is 188 - color contains mainly: blue. Hex color #0643BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0643BC is #F9BC43. Grayscale: #3E3E3E. Windows color (decimal): -16366660 or 12337926. OLE color: 12337926.
HSL color Cylindrical-coordinate representation of color #0643BC: hue angle of 219.89º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0643BC is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 67 | 188 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.26 |
| HSL | 219.89º | 0.94% | 0.38% | - |
| HSV(B) | 219.89º | 0.97% | 0.74% | - |
| XYZ | 11.16 | 7.68 | 48.47 | - |
| YUV | 62.56 | 198.79 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 67 | 188 | 0.97 | 0.64 | 0 | 0.26 | 219.89 | 0.94 | 0.38 |
| Hex | 6 | 43 | BC | 61 | 40 | 0 | 1A | DC | 5E | 26 |
| Octal | 6 | 103 | 274 | 141 | 100 | 0 | 32 | 334 | 136 | 46 |
| Binary | 110 | 1000011 | 10111100 | 1100001 | 1000000 | 0 | 11010 | 11011100 | 1011110 | 100110 |
Color Harmonies of #0643BC
Complementary color
Monochromatic Colors of #0643BC
Black with #0643BC
Text Example
Text Example
White with #0643BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0643BC; }
p { color: rgb(6,67,188); }
H1.HeaderClassName
{
color: #0643BC;
}
.AnyTagClassName
{
color: #0643BC;
}
</style>
background-color css
<style>
a { background-color: #0643BC; }
a { background-color: rgb(6,67,188); }
div.DivClassName
{
background-color: #0643BC;
}
.BgClassName
{
background-color: #0643BC;
}
</style>
border-color css
<style>
span { border-color: #0643BC; }
span { border-color: rgb(6,67,188); }
td.TdClassName
{
border-color: #0643BC;
}
.TagClassName
{
border-color: #0643BC;
}
</style>