Shades of Cobalt #0643BA
Tints of Cobalt #0643BA
RGB
CMYK
RGB Variations
Color information
#0643BA (or 0x0643BA) is known color: Cobalt. HEX triplet: 06, 43 and BA. RGB value is (6,67,186). Sum of RGB (Red+Green+Blue) = 6+67+186=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 186 (73.05% from 255 or 71.81% from 259); Max value from RGB is 186 - color contains mainly: blue. Hex color #0643BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0643BA is #F9BC45. Grayscale: #3D3D3D. Windows color (decimal): -16366662 or 12206854. OLE color: 12206854.
HSL color Cylindrical-coordinate representation of color #0643BA: hue angle of 219.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0643BA is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 67 | 186 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.27 |
| HSL | 219.67º | 0.94% | 0.38% | - |
| HSV(B) | 219.67º | 0.97% | 0.73% | - |
| XYZ | 10.95 | 7.6 | 47.34 | - |
| YUV | 62.33 | 197.79 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 67 | 186 | 0.97 | 0.64 | 0 | 0.27 | 219.67 | 0.94 | 0.38 |
| Hex | 6 | 43 | BA | 61 | 40 | 0 | 1B | DC | 5E | 26 |
| Octal | 6 | 103 | 272 | 141 | 100 | 0 | 33 | 334 | 136 | 46 |
| Binary | 110 | 1000011 | 10111010 | 1100001 | 1000000 | 0 | 11011 | 11011100 | 1011110 | 100110 |
Color Harmonies of #0643BA
Complementary color
Monochromatic Colors of #0643BA
Black with #0643BA
Text Example
Text Example
White with #0643BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0643BA; }
p { color: rgb(6,67,186); }
H1.HeaderClassName
{
color: #0643BA;
}
.AnyTagClassName
{
color: #0643BA;
}
</style>
background-color css
<style>
a { background-color: #0643BA; }
a { background-color: rgb(6,67,186); }
div.DivClassName
{
background-color: #0643BA;
}
.BgClassName
{
background-color: #0643BA;
}
</style>
border-color css
<style>
span { border-color: #0643BA; }
span { border-color: rgb(6,67,186); }
td.TdClassName
{
border-color: #0643BA;
}
.TagClassName
{
border-color: #0643BA;
}
</style>