Shades of Echo Blue #A6B5CB
Tints of Echo Blue #A6B5CB
RGB
CMYK
RGB Variations
Color information
#A6B5CB (or 0xA6B5CB) is known color: Echo Blue. HEX triplet: A6, B5 and CB. RGB value is (166,181,203). Sum of RGB (Red+Green+Blue) = 166+181+203=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 181 (71.09% from 255 or 32.91% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 203 - color contains mainly: blue. Hex color #A6B5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B5CB is #594A34. Grayscale: #B2B2B2. Windows color (decimal): -5851701 or 13350310. OLE color: 13350310.
HSL color Cylindrical-coordinate representation of color #A6B5CB: hue angle of 215.68º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6B5CB is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 181 | 203 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.20 |
| HSL | 215.68º | 0.26% | 0.72% | - |
| HSV(B) | 215.68º | 0.18% | 0.8% | - |
| XYZ | 43.03 | 45.47 | 63.01 | - |
| YUV | 179.02 | 141.53 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 181 | 203 | 0.18 | 0.11 | 0 | 0.20 | 215.68 | 0.26 | 0.72 |
| Hex | A6 | B5 | CB | 12 | B | 0 | 14 | D8 | 1A | 48 |
| Octal | 246 | 265 | 313 | 22 | 13 | 0 | 24 | 330 | 32 | 110 |
| Binary | 10100110 | 10110101 | 11001011 | 10010 | 1011 | 0 | 10100 | 11011000 | 11010 | 1001000 |
Color Harmonies of #A6B5CB
Complementary color
Monochromatic Colors of #A6B5CB
Black with #A6B5CB
Text Example
Text Example
White with #A6B5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B5CB; }
p { color: rgb(166,181,203); }
H1.HeaderClassName
{
color: #A6B5CB;
}
.AnyTagClassName
{
color: #A6B5CB;
}
</style>
background-color css
<style>
a { background-color: #A6B5CB; }
a { background-color: rgb(166,181,203); }
div.DivClassName
{
background-color: #A6B5CB;
}
.BgClassName
{
background-color: #A6B5CB;
}
</style>
border-color css
<style>
span { border-color: #A6B5CB; }
span { border-color: rgb(166,181,203); }
td.TdClassName
{
border-color: #A6B5CB;
}
.TagClassName
{
border-color: #A6B5CB;
}
</style>