Shades of Echo Blue #A6B3DB
Tints of Echo Blue #A6B3DB
RGB
CMYK
RGB Variations
Color information
#A6B3DB (or 0xA6B3DB) is known color: Echo Blue. HEX triplet: A6, B3 and DB. RGB value is (166,179,219). Sum of RGB (Red+Green+Blue) = 166+179+219=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 179 (70.31% from 255 or 31.74% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #A6B3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B3DB is #594C24. Grayscale: #B3B3B3. Windows color (decimal): -5852197 or 14398374. OLE color: 14398374.
HSL color Cylindrical-coordinate representation of color #A6B3DB: hue angle of 225.28º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6B3DB is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 179 | 219 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.14 |
| HSL | 225.28º | 0.42% | 0.75% | - |
| HSV(B) | 225.28º | 0.24% | 0.86% | - |
| XYZ | 44.63 | 45.46 | 73.44 | - |
| YUV | 179.67 | 150.19 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 179 | 219 | 0.24 | 0.18 | 0 | 0.14 | 225.28 | 0.42 | 0.75 |
| Hex | A6 | B3 | DB | 18 | 12 | 0 | E | E1 | 2A | 4B |
| Octal | 246 | 263 | 333 | 30 | 22 | 0 | 16 | 341 | 52 | 113 |
| Binary | 10100110 | 10110011 | 11011011 | 11000 | 10010 | 0 | 1110 | 11100001 | 101010 | 1001011 |
Color Harmonies of #A6B3DB
Complementary color
Monochromatic Colors of #A6B3DB
Black with #A6B3DB
Text Example
Text Example
White with #A6B3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B3DB; }
p { color: rgb(166,179,219); }
H1.HeaderClassName
{
color: #A6B3DB;
}
.AnyTagClassName
{
color: #A6B3DB;
}
</style>
background-color css
<style>
a { background-color: #A6B3DB; }
a { background-color: rgb(166,179,219); }
div.DivClassName
{
background-color: #A6B3DB;
}
.BgClassName
{
background-color: #A6B3DB;
}
</style>
border-color css
<style>
span { border-color: #A6B3DB; }
span { border-color: rgb(166,179,219); }
td.TdClassName
{
border-color: #A6B3DB;
}
.TagClassName
{
border-color: #A6B3DB;
}
</style>