Shades of Heather #A6B8C0
Tints of Heather #A6B8C0
RGB
CMYK
RGB Variations
Color information
#A6B8C0 (or 0xA6B8C0) is known color: Heather. HEX triplet: A6, B8 and C0. RGB value is (166,184,192). Sum of RGB (Red+Green+Blue) = 166+184+192=542 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.63% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 192 - color contains mainly: blue. Hex color #A6B8C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B8C0 is #59473F. Grayscale: #B3B3B3. Windows color (decimal): -5850944 or 12630182. OLE color: 12630182.
HSL color Cylindrical-coordinate representation of color #A6B8C0: hue angle of 198.46º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6B8C0 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 184 | 192 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.25 |
| HSL | 198.46º | 0.17% | 0.7% | - |
| HSV(B) | 198.46º | 0.14% | 0.75% | - |
| XYZ | 42.38 | 46.19 | 56.55 | - |
| YUV | 179.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 184 | 192 | 0.14 | 0.04 | 0 | 0.25 | 198.46 | 0.17 | 0.7 |
| Hex | A6 | B8 | C0 | E | 4 | 0 | 19 | C6 | 11 | 46 |
| Octal | 246 | 270 | 300 | 16 | 4 | 0 | 31 | 306 | 21 | 106 |
| Binary | 10100110 | 10111000 | 11000000 | 1110 | 100 | 0 | 11001 | 11000110 | 10001 | 1000110 |
Color Harmonies of #A6B8C0
Complementary color
Monochromatic Colors of #A6B8C0
Black with #A6B8C0
Text Example
Text Example
White with #A6B8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B8C0; }
p { color: rgb(166,184,192); }
H1.HeaderClassName
{
color: #A6B8C0;
}
.AnyTagClassName
{
color: #A6B8C0;
}
</style>
background-color css
<style>
a { background-color: #A6B8C0; }
a { background-color: rgb(166,184,192); }
div.DivClassName
{
background-color: #A6B8C0;
}
.BgClassName
{
background-color: #A6B8C0;
}
</style>
border-color css
<style>
span { border-color: #A6B8C0; }
span { border-color: rgb(166,184,192); }
td.TdClassName
{
border-color: #A6B8C0;
}
.TagClassName
{
border-color: #A6B8C0;
}
</style>