Shades of Cobalt #0655AA
Tints of Cobalt #0655AA
RGB
CMYK
RGB Variations
Color information
#0655AA (or 0x0655AA) is known color: Cobalt. HEX triplet: 06, 55 and AA. RGB value is (6,85,170). Sum of RGB (Red+Green+Blue) = 6+85+170=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #0655AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0655AA is #F9AA55. Grayscale: #464646. Windows color (decimal): -16362070 or 11162886. OLE color: 11162886.
HSL color Cylindrical-coordinate representation of color #0655AA: hue angle of 211.1º 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 #0655AA is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 85 | 170 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.33 |
| HSL | 211.1º | 0.93% | 0.35% | - |
| HSV(B) | 211.1º | 0.96% | 0.67% | - |
| XYZ | 10.58 | 9.44 | 39.29 | - |
| YUV | 71.07 | 183.83 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 170 | 0.96 | 0.50 | 0 | 0.33 | 211.1 | 0.93 | 0.35 |
| Hex | 6 | 55 | AA | 60 | 32 | 0 | 21 | D3 | 5D | 23 |
| Octal | 6 | 125 | 252 | 140 | 62 | 0 | 41 | 323 | 135 | 43 |
| Binary | 110 | 1010101 | 10101010 | 1100000 | 110010 | 0 | 100001 | 11010011 | 1011101 | 100011 |
Color Harmonies of #0655AA
Complementary color
Monochromatic Colors of #0655AA
Black with #0655AA
Text Example
Text Example
White with #0655AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0655AA; }
p { color: rgb(6,85,170); }
H1.HeaderClassName
{
color: #0655AA;
}
.AnyTagClassName
{
color: #0655AA;
}
</style>
background-color css
<style>
a { background-color: #0655AA; }
a { background-color: rgb(6,85,170); }
div.DivClassName
{
background-color: #0655AA;
}
.BgClassName
{
background-color: #0655AA;
}
</style>
border-color css
<style>
span { border-color: #0655AA; }
span { border-color: rgb(6,85,170); }
td.TdClassName
{
border-color: #0655AA;
}
.TagClassName
{
border-color: #0655AA;
}
</style>