Shades of Heather #A6B8C1
Tints of Heather #A6B8C1
RGB
CMYK
RGB Variations
Color information
#A6B8C1 (or 0xA6B8C1) is known color: Heather. HEX triplet: A6, B8 and C1. RGB value is (166,184,193). Sum of RGB (Red+Green+Blue) = 166+184+193=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 193 - color contains mainly: blue. Hex color #A6B8C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B8C1 is #59473E. Grayscale: #B3B3B3. Windows color (decimal): -5850943 or 12695718. OLE color: 12695718.
HSL color Cylindrical-coordinate representation of color #A6B8C1: hue angle of 200º 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 #A6B8C1 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 184 | 193 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.24 |
| HSL | 200º | 0.18% | 0.7% | - |
| HSV(B) | 200º | 0.14% | 0.76% | - |
| XYZ | 42.49 | 46.24 | 57.14 | - |
| YUV | 179.64 | 135.54 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 184 | 193 | 0.14 | 0.05 | 0 | 0.24 | 200 | 0.18 | 0.7 |
| Hex | A6 | B8 | C1 | E | 5 | 0 | 18 | C8 | 12 | 46 |
| Octal | 246 | 270 | 301 | 16 | 5 | 0 | 30 | 310 | 22 | 106 |
| Binary | 10100110 | 10111000 | 11000001 | 1110 | 101 | 0 | 11000 | 11001000 | 10010 | 1000110 |
Color Harmonies of #A6B8C1
Complementary color
Monochromatic Colors of #A6B8C1
Black with #A6B8C1
Text Example
Text Example
White with #A6B8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B8C1; }
p { color: rgb(166,184,193); }
H1.HeaderClassName
{
color: #A6B8C1;
}
.AnyTagClassName
{
color: #A6B8C1;
}
</style>
background-color css
<style>
a { background-color: #A6B8C1; }
a { background-color: rgb(166,184,193); }
div.DivClassName
{
background-color: #A6B8C1;
}
.BgClassName
{
background-color: #A6B8C1;
}
</style>
border-color css
<style>
span { border-color: #A6B8C1; }
span { border-color: rgb(166,184,193); }
td.TdClassName
{
border-color: #A6B8C1;
}
.TagClassName
{
border-color: #A6B8C1;
}
</style>