Shades of Echo Blue #A6B1C1
Tints of Echo Blue #A6B1C1
RGB
CMYK
RGB Variations
Color information
#A6B1C1 (or 0xA6B1C1) is known color: Echo Blue. HEX triplet: A6, B1 and C1. RGB value is (166,177,193). Sum of RGB (Red+Green+Blue) = 166+177+193=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 193 - color contains mainly: blue. Hex color #A6B1C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6B1C1 is #594E3E. Grayscale: #AFAFAF. Windows color (decimal): -5852735 or 12693926. OLE color: 12693926.
HSL color Cylindrical-coordinate representation of color #A6B1C1: hue angle of 215.56º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6B1C1 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 177 | 193 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.24 |
| HSL | 215.56º | 0.18% | 0.7% | - |
| HSV(B) | 215.56º | 0.14% | 0.76% | - |
| XYZ | 41.07 | 43.4 | 56.66 | - |
| YUV | 175.54 | 137.86 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 177 | 193 | 0.14 | 0.08 | 0 | 0.24 | 215.56 | 0.18 | 0.7 |
| Hex | A6 | B1 | C1 | E | 8 | 0 | 18 | D8 | 12 | 46 |
| Octal | 246 | 261 | 301 | 16 | 10 | 0 | 30 | 330 | 22 | 106 |
| Binary | 10100110 | 10110001 | 11000001 | 1110 | 1000 | 0 | 11000 | 11011000 | 10010 | 1000110 |
Color Harmonies of #A6B1C1
Complementary color
Monochromatic Colors of #A6B1C1
Black with #A6B1C1
Text Example
Text Example
White with #A6B1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B1C1; }
p { color: rgb(166,177,193); }
H1.HeaderClassName
{
color: #A6B1C1;
}
.AnyTagClassName
{
color: #A6B1C1;
}
</style>
background-color css
<style>
a { background-color: #A6B1C1; }
a { background-color: rgb(166,177,193); }
div.DivClassName
{
background-color: #A6B1C1;
}
.BgClassName
{
background-color: #A6B1C1;
}
</style>
border-color css
<style>
span { border-color: #A6B1C1; }
span { border-color: rgb(166,177,193); }
td.TdClassName
{
border-color: #A6B1C1;
}
.TagClassName
{
border-color: #A6B1C1;
}
</style>