Shades of Cobalt #0656AC
Tints of Cobalt #0656AC
RGB
CMYK
RGB Variations
Color information
#0656AC (or 0x0656AC) is known color: Cobalt. HEX triplet: 06, 56 and AC. RGB value is (6,86,172). Sum of RGB (Red+Green+Blue) = 6+86+172=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #0656AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0656AC is #F9A953. Grayscale: #474747. Windows color (decimal): -16361812 or 11294214. OLE color: 11294214.
HSL color Cylindrical-coordinate representation of color #0656AC: hue angle of 211.08º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0656AC is Cyan = 0.97, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 86 | 172 | - |
| CMYK | 0.97 | 0.5 | 0 | 0.33 |
| HSL | 211.08º | 0.93% | 0.35% | - |
| HSV(B) | 211.08º | 0.97% | 0.67% | - |
| XYZ | 10.85 | 9.67 | 40.32 | - |
| YUV | 71.88 | 184.5 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 86 | 172 | 0.97 | 0.5 | 0 | 0.33 | 211.08 | 0.93 | 0.35 |
| Hex | 6 | 56 | AC | 61 | 32 | 0 | 21 | D3 | 5D | 23 |
| Octal | 6 | 126 | 254 | 141 | 62 | 0 | 41 | 323 | 135 | 43 |
| Binary | 110 | 1010110 | 10101100 | 1100001 | 110010 | 0 | 100001 | 11010011 | 1011101 | 100011 |
Color Harmonies of #0656AC
Complementary color
Monochromatic Colors of #0656AC
Black with #0656AC
Text Example
Text Example
White with #0656AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0656AC; }
p { color: rgb(6,86,172); }
H1.HeaderClassName
{
color: #0656AC;
}
.AnyTagClassName
{
color: #0656AC;
}
</style>
background-color css
<style>
a { background-color: #0656AC; }
a { background-color: rgb(6,86,172); }
div.DivClassName
{
background-color: #0656AC;
}
.BgClassName
{
background-color: #0656AC;
}
</style>
border-color css
<style>
span { border-color: #0656AC; }
span { border-color: rgb(6,86,172); }
td.TdClassName
{
border-color: #0656AC;
}
.TagClassName
{
border-color: #0656AC;
}
</style>