Shades of Echo Blue #A3B3C6
Tints of Echo Blue #A3B3C6
RGB
CMYK
RGB Variations
Color information
#A3B3C6 (or 0xA3B3C6) is known color: Echo Blue. HEX triplet: A3, B3 and C6. RGB value is (163,179,198). Sum of RGB (Red+Green+Blue) = 163+179+198=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 198 - color contains mainly: blue. Hex color #A3B3C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B3C6 is #5C4C39. Grayscale: #B0B0B0. Windows color (decimal): -6048826 or 13022115. OLE color: 13022115.
HSL color Cylindrical-coordinate representation of color #A3B3C6: hue angle of 212.57º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A3B3C6 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 179 | 198 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.22 |
| HSL | 212.57º | 0.23% | 0.71% | - |
| HSV(B) | 212.57º | 0.18% | 0.78% | - |
| XYZ | 41.42 | 44.1 | 59.76 | - |
| YUV | 176.38 | 140.2 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 179 | 198 | 0.18 | 0.10 | 0 | 0.22 | 212.57 | 0.23 | 0.71 |
| Hex | A3 | B3 | C6 | 12 | A | 0 | 16 | D5 | 17 | 47 |
| Octal | 243 | 263 | 306 | 22 | 12 | 0 | 26 | 325 | 27 | 107 |
| Binary | 10100011 | 10110011 | 11000110 | 10010 | 1010 | 0 | 10110 | 11010101 | 10111 | 1000111 |
Color Harmonies of #A3B3C6
Complementary color
Monochromatic Colors of #A3B3C6
Black with #A3B3C6
Text Example
Text Example
White with #A3B3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B3C6; }
p { color: rgb(163,179,198); }
H1.HeaderClassName
{
color: #A3B3C6;
}
.AnyTagClassName
{
color: #A3B3C6;
}
</style>
background-color css
<style>
a { background-color: #A3B3C6; }
a { background-color: rgb(163,179,198); }
div.DivClassName
{
background-color: #A3B3C6;
}
.BgClassName
{
background-color: #A3B3C6;
}
</style>
border-color css
<style>
span { border-color: #A3B3C6; }
span { border-color: rgb(163,179,198); }
td.TdClassName
{
border-color: #A3B3C6;
}
.TagClassName
{
border-color: #A3B3C6;
}
</style>