Shades of Echo Blue #A2B2C6
Tints of Echo Blue #A2B2C6
RGB
CMYK
RGB Variations
Color information
#A2B2C6 (or 0xA2B2C6) is known color: Echo Blue. HEX triplet: A2, B2 and C6. RGB value is (162,178,198). Sum of RGB (Red+Green+Blue) = 162+178+198=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 198 - color contains mainly: blue. Hex color #A2B2C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2B2C6 is #5D4D39. Grayscale: #AFAFAF. Windows color (decimal): -6114618 or 13021858. OLE color: 13021858.
HSL color Cylindrical-coordinate representation of color #A2B2C6: hue angle of 213.33º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A2B2C6 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 178 | 198 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.22 |
| HSL | 213.33º | 0.24% | 0.71% | - |
| HSV(B) | 213.33º | 0.18% | 0.78% | - |
| XYZ | 41.01 | 43.6 | 59.68 | - |
| YUV | 175.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 178 | 198 | 0.18 | 0.10 | 0 | 0.22 | 213.33 | 0.24 | 0.71 |
| Hex | A2 | B2 | C6 | 12 | A | 0 | 16 | D5 | 18 | 47 |
| Octal | 242 | 262 | 306 | 22 | 12 | 0 | 26 | 325 | 30 | 107 |
| Binary | 10100010 | 10110010 | 11000110 | 10010 | 1010 | 0 | 10110 | 11010101 | 11000 | 1000111 |
Color Harmonies of #A2B2C6
Complementary color
Monochromatic Colors of #A2B2C6
Black with #A2B2C6
Text Example
Text Example
White with #A2B2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B2C6; }
p { color: rgb(162,178,198); }
H1.HeaderClassName
{
color: #A2B2C6;
}
.AnyTagClassName
{
color: #A2B2C6;
}
</style>
background-color css
<style>
a { background-color: #A2B2C6; }
a { background-color: rgb(162,178,198); }
div.DivClassName
{
background-color: #A2B2C6;
}
.BgClassName
{
background-color: #A2B2C6;
}
</style>
border-color css
<style>
span { border-color: #A2B2C6; }
span { border-color: rgb(162,178,198); }
td.TdClassName
{
border-color: #A2B2C6;
}
.TagClassName
{
border-color: #A2B2C6;
}
</style>