Shades of Echo Blue #A6B5CA
Tints of Echo Blue #A6B5CA
RGB
CMYK
RGB Variations
Color information
#A6B5CA (or 0xA6B5CA) is known color: Echo Blue. HEX triplet: A6, B5 and CA. RGB value is (166,181,202). Sum of RGB (Red+Green+Blue) = 166+181+202=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 202 - color contains mainly: blue. Hex color #A6B5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B5CA is #594A35. Grayscale: #B2B2B2. Windows color (decimal): -5851702 or 13284774. OLE color: 13284774.
HSL color Cylindrical-coordinate representation of color #A6B5CA: hue angle of 215º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6B5CA is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 166 | 181 | 202 | - |
CMYK | 0.18 | 0.10 | 0 | 0.21 |
HSL | 215º | 0.25% | 0.72% | - |
HSV(B) | 215º | 0.18% | 0.79% | - |
XYZ | 42.91 | 45.42 | 62.38 | - |
YUV | 178.91 | 141.03 | 118.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 181 | 202 | 0.18 | 0.10 | 0 | 0.21 | 215 | 0.25 | 0.72 |
Hex | A6 | B5 | CA | 12 | A | 0 | 15 | D7 | 19 | 48 |
Octal | 246 | 265 | 312 | 22 | 12 | 0 | 25 | 327 | 31 | 110 |
Binary | 10100110 | 10110101 | 11001010 | 10010 | 1010 | 0 | 10101 | 11010111 | 11001 | 1001000 |
Color Harmonies of #A6B5CA
Complementary color
Monochromatic Colors of #A6B5CA
Black with #A6B5CA
Text Example
Text Example
White with #A6B5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B5CA; }
p { color: rgb(166,181,202); }
H1.HeaderClassName
{
color: #A6B5CA;
}
.AnyTagClassName
{
color: #A6B5CA;
}
</style>
background-color css
<style>
a { background-color: #A6B5CA; }
a { background-color: rgb(166,181,202); }
div.DivClassName
{
background-color: #A6B5CA;
}
.BgClassName
{
background-color: #A6B5CA;
}
</style>
border-color css
<style>
span { border-color: #A6B5CA; }
span { border-color: rgb(166,181,202); }
td.TdClassName
{
border-color: #A6B5CA;
}
.TagClassName
{
border-color: #A6B5CA;
}
</style>