Shades of Cobalt #0644BC
Tints of Cobalt #0644BC
RGB
CMYK
RGB Variations
Color information
#0644BC (or 0x0644BC) is known color: Cobalt. HEX triplet: 06, 44 and BC. RGB value is (6,68,188). Sum of RGB (Red+Green+Blue) = 6+68+188=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 188 (73.83% from 255 or 71.76% from 262); Max value from RGB is 188 - color contains mainly: blue. Hex color #0644BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0644BC is #F9BB43. Grayscale: #3E3E3E. Windows color (decimal): -16366404 or 12338182. OLE color: 12338182.
HSL color Cylindrical-coordinate representation of color #0644BC: hue angle of 219.56º 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 #0644BC is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 68 | 188 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.26 |
| HSL | 219.56º | 0.94% | 0.38% | - |
| HSV(B) | 219.56º | 0.97% | 0.74% | - |
| XYZ | 11.22 | 7.8 | 48.49 | - |
| YUV | 63.14 | 198.46 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 68 | 188 | 0.97 | 0.64 | 0 | 0.26 | 219.56 | 0.94 | 0.38 |
| Hex | 6 | 44 | BC | 61 | 40 | 0 | 1A | DC | 5E | 26 |
| Octal | 6 | 104 | 274 | 141 | 100 | 0 | 32 | 334 | 136 | 46 |
| Binary | 110 | 1000100 | 10111100 | 1100001 | 1000000 | 0 | 11010 | 11011100 | 1011110 | 100110 |
Color Harmonies of #0644BC
Complementary color
Monochromatic Colors of #0644BC
Black with #0644BC
Text Example
Text Example
White with #0644BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0644BC; }
p { color: rgb(6,68,188); }
H1.HeaderClassName
{
color: #0644BC;
}
.AnyTagClassName
{
color: #0644BC;
}
</style>
background-color css
<style>
a { background-color: #0644BC; }
a { background-color: rgb(6,68,188); }
div.DivClassName
{
background-color: #0644BC;
}
.BgClassName
{
background-color: #0644BC;
}
</style>
border-color css
<style>
span { border-color: #0644BC; }
span { border-color: rgb(6,68,188); }
td.TdClassName
{
border-color: #0644BC;
}
.TagClassName
{
border-color: #0644BC;
}
</style>