Shades of Echo Blue #A6B1D3
Tints of Echo Blue #A6B1D3
RGB
CMYK
RGB Variations
Color information
#A6B1D3 (or 0xA6B1D3) is known color: Echo Blue. HEX triplet: A6, B1 and D3. RGB value is (166,177,211). Sum of RGB (Red+Green+Blue) = 166+177+211=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 211 - color contains mainly: blue. Hex color #A6B1D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6B1D3 is #594E2C. Grayscale: #B1B1B1. Windows color (decimal): -5852717 or 13873574. OLE color: 13873574.
HSL color Cylindrical-coordinate representation of color #A6B1D3: hue angle of 225.33º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6B1D3 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 177 | 211 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.17 |
| HSL | 225.33º | 0.34% | 0.74% | - |
| HSV(B) | 225.33º | 0.21% | 0.83% | - |
| XYZ | 43.21 | 44.25 | 67.89 | - |
| YUV | 177.59 | 146.86 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 177 | 211 | 0.21 | 0.16 | 0 | 0.17 | 225.33 | 0.34 | 0.74 |
| Hex | A6 | B1 | D3 | 15 | 10 | 0 | 11 | E1 | 22 | 4A |
| Octal | 246 | 261 | 323 | 25 | 20 | 0 | 21 | 341 | 42 | 112 |
| Binary | 10100110 | 10110001 | 11010011 | 10101 | 10000 | 0 | 10001 | 11100001 | 100010 | 1001010 |
Color Harmonies of #A6B1D3
Complementary color
Monochromatic Colors of #A6B1D3
Black with #A6B1D3
Text Example
Text Example
White with #A6B1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B1D3; }
p { color: rgb(166,177,211); }
H1.HeaderClassName
{
color: #A6B1D3;
}
.AnyTagClassName
{
color: #A6B1D3;
}
</style>
background-color css
<style>
a { background-color: #A6B1D3; }
a { background-color: rgb(166,177,211); }
div.DivClassName
{
background-color: #A6B1D3;
}
.BgClassName
{
background-color: #A6B1D3;
}
</style>
border-color css
<style>
span { border-color: #A6B1D3; }
span { border-color: rgb(166,177,211); }
td.TdClassName
{
border-color: #A6B1D3;
}
.TagClassName
{
border-color: #A6B1D3;
}
</style>