Shades of Echo Blue #A6ABCF
Tints of Echo Blue #A6ABCF
RGB
CMYK
RGB Variations
Color information
#A6ABCF (or 0xA6ABCF) is known color: Echo Blue. HEX triplet: A6, AB and CF. RGB value is (166,171,207). Sum of RGB (Red+Green+Blue) = 166+171+207=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #A6ABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ABCF is #595430. Grayscale: #ADADAD. Windows color (decimal): -5854257 or 13609894. OLE color: 13609894.
HSL color Cylindrical-coordinate representation of color #A6ABCF: hue angle of 232.68º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6ABCF is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 171 | 207 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.19 |
| HSL | 232.68º | 0.3% | 0.73% | - |
| HSV(B) | 232.68º | 0.2% | 0.81% | - |
| XYZ | 41.55 | 41.74 | 64.9 | - |
| YUV | 173.61 | 146.84 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 171 | 207 | 0.20 | 0.17 | 0 | 0.19 | 232.68 | 0.3 | 0.73 |
| Hex | A6 | AB | CF | 14 | 11 | 0 | 13 | E9 | 1E | 49 |
| Octal | 246 | 253 | 317 | 24 | 21 | 0 | 23 | 351 | 36 | 111 |
| Binary | 10100110 | 10101011 | 11001111 | 10100 | 10001 | 0 | 10011 | 11101001 | 11110 | 1001001 |
Color Harmonies of #A6ABCF
Complementary color
Monochromatic Colors of #A6ABCF
Black with #A6ABCF
Text Example
Text Example
White with #A6ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ABCF; }
p { color: rgb(166,171,207); }
H1.HeaderClassName
{
color: #A6ABCF;
}
.AnyTagClassName
{
color: #A6ABCF;
}
</style>
background-color css
<style>
a { background-color: #A6ABCF; }
a { background-color: rgb(166,171,207); }
div.DivClassName
{
background-color: #A6ABCF;
}
.BgClassName
{
background-color: #A6ABCF;
}
</style>
border-color css
<style>
span { border-color: #A6ABCF; }
span { border-color: rgb(166,171,207); }
td.TdClassName
{
border-color: #A6ABCF;
}
.TagClassName
{
border-color: #A6ABCF;
}
</style>