Shades of Cobalt #0657AA
Tints of Cobalt #0657AA
RGB
CMYK
RGB Variations
Color information
#0657AA (or 0x0657AA) is known color: Cobalt. HEX triplet: 06, 57 and AA. RGB value is (6,87,170). Sum of RGB (Red+Green+Blue) = 6+87+170=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #0657AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0657AA is #F9A855. Grayscale: #474747. Windows color (decimal): -16361558 or 11163398. OLE color: 11163398.
HSL color Cylindrical-coordinate representation of color #0657AA: hue angle of 210.37º 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 #0657AA is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 87 | 170 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.33 |
| HSL | 210.37º | 0.93% | 0.35% | - |
| HSV(B) | 210.37º | 0.96% | 0.67% | - |
| XYZ | 10.74 | 9.76 | 39.35 | - |
| YUV | 72.24 | 183.16 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 87 | 170 | 0.96 | 0.49 | 0 | 0.33 | 210.37 | 0.93 | 0.35 |
| Hex | 6 | 57 | AA | 60 | 31 | 0 | 21 | D2 | 5D | 23 |
| Octal | 6 | 127 | 252 | 140 | 61 | 0 | 41 | 322 | 135 | 43 |
| Binary | 110 | 1010111 | 10101010 | 1100000 | 110001 | 0 | 100001 | 11010010 | 1011101 | 100011 |
Color Harmonies of #0657AA
Complementary color
Monochromatic Colors of #0657AA
Black with #0657AA
Text Example
Text Example
White with #0657AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0657AA; }
p { color: rgb(6,87,170); }
H1.HeaderClassName
{
color: #0657AA;
}
.AnyTagClassName
{
color: #0657AA;
}
</style>
background-color css
<style>
a { background-color: #0657AA; }
a { background-color: rgb(6,87,170); }
div.DivClassName
{
background-color: #0657AA;
}
.BgClassName
{
background-color: #0657AA;
}
</style>
border-color css
<style>
span { border-color: #0657AA; }
span { border-color: rgb(6,87,170); }
td.TdClassName
{
border-color: #0657AA;
}
.TagClassName
{
border-color: #0657AA;
}
</style>