Shades of Cobalt #0655AB
Tints of Cobalt #0655AB
RGB
CMYK
RGB Variations
Color information
#0655AB (or 0x0655AB) is known color: Cobalt. HEX triplet: 06, 55 and AB. RGB value is (6,85,171). Sum of RGB (Red+Green+Blue) = 6+85+171=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #0655AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0655AB is #F9AA54. Grayscale: #464646. Windows color (decimal): -16362069 or 11228422. OLE color: 11228422.
HSL color Cylindrical-coordinate representation of color #0655AB: hue angle of 211.27º 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 #0655AB is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 85 | 171 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.33 |
| HSL | 211.27º | 0.93% | 0.35% | - |
| HSV(B) | 211.27º | 0.96% | 0.67% | - |
| XYZ | 10.67 | 9.48 | 39.79 | - |
| YUV | 71.18 | 184.33 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 171 | 0.96 | 0.50 | 0 | 0.33 | 211.27 | 0.93 | 0.35 |
| Hex | 6 | 55 | AB | 60 | 32 | 0 | 21 | D3 | 5D | 23 |
| Octal | 6 | 125 | 253 | 140 | 62 | 0 | 41 | 323 | 135 | 43 |
| Binary | 110 | 1010101 | 10101011 | 1100000 | 110010 | 0 | 100001 | 11010011 | 1011101 | 100011 |
Color Harmonies of #0655AB
Complementary color
Monochromatic Colors of #0655AB
Black with #0655AB
Text Example
Text Example
White with #0655AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0655AB; }
p { color: rgb(6,85,171); }
H1.HeaderClassName
{
color: #0655AB;
}
.AnyTagClassName
{
color: #0655AB;
}
</style>
background-color css
<style>
a { background-color: #0655AB; }
a { background-color: rgb(6,85,171); }
div.DivClassName
{
background-color: #0655AB;
}
.BgClassName
{
background-color: #0655AB;
}
</style>
border-color css
<style>
span { border-color: #0655AB; }
span { border-color: rgb(6,85,171); }
td.TdClassName
{
border-color: #0655AB;
}
.TagClassName
{
border-color: #0655AB;
}
</style>