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