Shades of Cobalt #0656AE
Tints of Cobalt #0656AE
RGB
CMYK
RGB Variations
Color information
#0656AE (or 0x0656AE) is known color: Cobalt. HEX triplet: 06, 56 and AE. RGB value is (6,86,174). Sum of RGB (Red+Green+Blue) = 6+86+174=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 174 (68.36% from 255 or 65.41% from 266); Max value from RGB is 174 - color contains mainly: blue. Hex color #0656AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0656AE is #F9A951. Grayscale: #474747. Windows color (decimal): -16361810 or 11425286. OLE color: 11425286.
HSL color Cylindrical-coordinate representation of color #0656AE: hue angle of 211.43º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0656AE is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 86 | 174 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.32 |
| HSL | 211.43º | 0.93% | 0.35% | - |
| HSV(B) | 211.43º | 0.97% | 0.68% | - |
| XYZ | 11.04 | 9.75 | 41.34 | - |
| YUV | 72.11 | 185.5 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 86 | 174 | 0.97 | 0.51 | 0 | 0.32 | 211.43 | 0.93 | 0.35 |
| Hex | 6 | 56 | AE | 61 | 33 | 0 | 20 | D3 | 5D | 23 |
| Octal | 6 | 126 | 256 | 141 | 63 | 0 | 40 | 323 | 135 | 43 |
| Binary | 110 | 1010110 | 10101110 | 1100001 | 110011 | 0 | 100000 | 11010011 | 1011101 | 100011 |
Color Harmonies of #0656AE
Complementary color
Monochromatic Colors of #0656AE
Black with #0656AE
Text Example
Text Example
White with #0656AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0656AE; }
p { color: rgb(6,86,174); }
H1.HeaderClassName
{
color: #0656AE;
}
.AnyTagClassName
{
color: #0656AE;
}
</style>
background-color css
<style>
a { background-color: #0656AE; }
a { background-color: rgb(6,86,174); }
div.DivClassName
{
background-color: #0656AE;
}
.BgClassName
{
background-color: #0656AE;
}
</style>
border-color css
<style>
span { border-color: #0656AE; }
span { border-color: rgb(6,86,174); }
td.TdClassName
{
border-color: #0656AE;
}
.TagClassName
{
border-color: #0656AE;
}
</style>