Shades of Cobalt #0654AC
Tints of Cobalt #0654AC
RGB
CMYK
RGB Variations
Color information
#0654AC (or 0x0654AC) is known color: Cobalt. HEX triplet: 06, 54 and AC. RGB value is (6,84,172). Sum of RGB (Red+Green+Blue) = 6+84+172=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 172 (67.58% from 255 or 65.65% from 262); Max value from RGB is 172 - color contains mainly: blue. Hex color #0654AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0654AC is #F9AB53. Grayscale: #464646. Windows color (decimal): -16362324 or 11293702. OLE color: 11293702.
HSL color Cylindrical-coordinate representation of color #0654AC: hue angle of 211.81º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0654AC is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 84 | 172 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.33 |
| HSL | 211.81º | 0.93% | 0.35% | - |
| HSV(B) | 211.81º | 0.97% | 0.67% | - |
| XYZ | 10.69 | 9.36 | 40.27 | - |
| YUV | 70.71 | 185.16 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 84 | 172 | 0.97 | 0.51 | 0 | 0.33 | 211.81 | 0.93 | 0.35 |
| Hex | 6 | 54 | AC | 61 | 33 | 0 | 21 | D4 | 5D | 23 |
| Octal | 6 | 124 | 254 | 141 | 63 | 0 | 41 | 324 | 135 | 43 |
| Binary | 110 | 1010100 | 10101100 | 1100001 | 110011 | 0 | 100001 | 11010100 | 1011101 | 100011 |
Color Harmonies of #0654AC
Complementary color
Monochromatic Colors of #0654AC
Black with #0654AC
Text Example
Text Example
White with #0654AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0654AC; }
p { color: rgb(6,84,172); }
H1.HeaderClassName
{
color: #0654AC;
}
.AnyTagClassName
{
color: #0654AC;
}
</style>
background-color css
<style>
a { background-color: #0654AC; }
a { background-color: rgb(6,84,172); }
div.DivClassName
{
background-color: #0654AC;
}
.BgClassName
{
background-color: #0654AC;
}
</style>
border-color css
<style>
span { border-color: #0654AC; }
span { border-color: rgb(6,84,172); }
td.TdClassName
{
border-color: #0654AC;
}
.TagClassName
{
border-color: #0654AC;
}
</style>