Shades of Cobalt #0654AA
Tints of Cobalt #0654AA
RGB
CMYK
RGB Variations
Color information
#0654AA (or 0x0654AA) is known color: Cobalt. HEX triplet: 06, 54 and AA. RGB value is (6,84,170). Sum of RGB (Red+Green+Blue) = 6+84+170=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 170 (66.80% from 255 or 65.38% from 260); Max value from RGB is 170 - color contains mainly: blue. Hex color #0654AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0654AA is #F9AB55. Grayscale: #464646. Windows color (decimal): -16362326 or 11162630. OLE color: 11162630.
HSL color Cylindrical-coordinate representation of color #0654AA: hue angle of 211.46º 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 #0654AA is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 84 | 170 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.33 |
| HSL | 211.46º | 0.93% | 0.35% | - |
| HSV(B) | 211.46º | 0.96% | 0.67% | - |
| XYZ | 10.5 | 9.28 | 39.27 | - |
| YUV | 70.48 | 184.16 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 84 | 170 | 0.96 | 0.51 | 0 | 0.33 | 211.46 | 0.93 | 0.35 |
| Hex | 6 | 54 | AA | 60 | 33 | 0 | 21 | D3 | 5D | 23 |
| Octal | 6 | 124 | 252 | 140 | 63 | 0 | 41 | 323 | 135 | 43 |
| Binary | 110 | 1010100 | 10101010 | 1100000 | 110011 | 0 | 100001 | 11010011 | 1011101 | 100011 |
Color Harmonies of #0654AA
Complementary color
Monochromatic Colors of #0654AA
Black with #0654AA
Text Example
Text Example
White with #0654AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0654AA; }
p { color: rgb(6,84,170); }
H1.HeaderClassName
{
color: #0654AA;
}
.AnyTagClassName
{
color: #0654AA;
}
</style>
background-color css
<style>
a { background-color: #0654AA; }
a { background-color: rgb(6,84,170); }
div.DivClassName
{
background-color: #0654AA;
}
.BgClassName
{
background-color: #0654AA;
}
</style>
border-color css
<style>
span { border-color: #0654AA; }
span { border-color: rgb(6,84,170); }
td.TdClassName
{
border-color: #0654AA;
}
.TagClassName
{
border-color: #0654AA;
}
</style>