Shades of Cobalt #0656AA
Tints of Cobalt #0656AA
RGB
CMYK
RGB Variations
Color information
#0656AA (or 0x0656AA) is known color: Cobalt. HEX triplet: 06, 56 and AA. RGB value is (6,86,170). Sum of RGB (Red+Green+Blue) = 6+86+170=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #0656AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0656AA is #F9A955. Grayscale: #474747. Windows color (decimal): -16361814 or 11163142. OLE color: 11163142.
HSL color Cylindrical-coordinate representation of color #0656AA: hue angle of 210.73º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0656AA is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 86 | 170 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.33 |
| HSL | 210.73º | 0.93% | 0.35% | - |
| HSV(B) | 210.73º | 0.96% | 0.67% | - |
| XYZ | 10.66 | 9.6 | 39.32 | - |
| YUV | 71.66 | 183.5 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 86 | 170 | 0.96 | 0.49 | 0 | 0.33 | 210.73 | 0.93 | 0.35 |
| Hex | 6 | 56 | AA | 60 | 31 | 0 | 21 | D3 | 5D | 23 |
| Octal | 6 | 126 | 252 | 140 | 61 | 0 | 41 | 323 | 135 | 43 |
| Binary | 110 | 1010110 | 10101010 | 1100000 | 110001 | 0 | 100001 | 11010011 | 1011101 | 100011 |
Color Harmonies of #0656AA
Complementary color
Monochromatic Colors of #0656AA
Black with #0656AA
Text Example
Text Example
White with #0656AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0656AA; }
p { color: rgb(6,86,170); }
H1.HeaderClassName
{
color: #0656AA;
}
.AnyTagClassName
{
color: #0656AA;
}
</style>
background-color css
<style>
a { background-color: #0656AA; }
a { background-color: rgb(6,86,170); }
div.DivClassName
{
background-color: #0656AA;
}
.BgClassName
{
background-color: #0656AA;
}
</style>
border-color css
<style>
span { border-color: #0656AA; }
span { border-color: rgb(6,86,170); }
td.TdClassName
{
border-color: #0656AA;
}
.TagClassName
{
border-color: #0656AA;
}
</style>