Shades of Echo Blue #A6B7CD
Tints of Echo Blue #A6B7CD
RGB
CMYK
RGB Variations
Color information
#A6B7CD (or 0xA6B7CD) is known color: Echo Blue. HEX triplet: A6, B7 and CD. RGB value is (166,183,205). Sum of RGB (Red+Green+Blue) = 166+183+205=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 183 (71.88% from 255 or 33.03% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #A6B7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B7CD is #594832. Grayscale: #B4B4B4. Windows color (decimal): -5851187 or 13481894. OLE color: 13481894.
HSL color Cylindrical-coordinate representation of color #A6B7CD: hue angle of 213.85º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6B7CD is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 183 | 205 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.20 |
| HSL | 213.85º | 0.28% | 0.73% | - |
| HSV(B) | 213.85º | 0.19% | 0.8% | - |
| XYZ | 43.68 | 46.38 | 64.41 | - |
| YUV | 180.43 | 141.87 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 183 | 205 | 0.19 | 0.11 | 0 | 0.20 | 213.85 | 0.28 | 0.73 |
| Hex | A6 | B7 | CD | 13 | B | 0 | 14 | D6 | 1C | 49 |
| Octal | 246 | 267 | 315 | 23 | 13 | 0 | 24 | 326 | 34 | 111 |
| Binary | 10100110 | 10110111 | 11001101 | 10011 | 1011 | 0 | 10100 | 11010110 | 11100 | 1001001 |
Color Harmonies of #A6B7CD
Complementary color
Monochromatic Colors of #A6B7CD
Black with #A6B7CD
Text Example
Text Example
White with #A6B7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B7CD; }
p { color: rgb(166,183,205); }
H1.HeaderClassName
{
color: #A6B7CD;
}
.AnyTagClassName
{
color: #A6B7CD;
}
</style>
background-color css
<style>
a { background-color: #A6B7CD; }
a { background-color: rgb(166,183,205); }
div.DivClassName
{
background-color: #A6B7CD;
}
.BgClassName
{
background-color: #A6B7CD;
}
</style>
border-color css
<style>
span { border-color: #A6B7CD; }
span { border-color: rgb(166,183,205); }
td.TdClassName
{
border-color: #A6B7CD;
}
.TagClassName
{
border-color: #A6B7CD;
}
</style>