Shades of Heather #A6B8C6
Tints of Heather #A6B8C6
RGB
CMYK
RGB Variations
Color information
#A6B8C6 (or 0xA6B8C6) is known color: Heather. HEX triplet: A6, B8 and C6. RGB value is (166,184,198). Sum of RGB (Red+Green+Blue) = 166+184+198=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 184 (72.27% from 255 or 33.58% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 198 - color contains mainly: blue. Hex color #A6B8C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B8C6 is #594739. Grayscale: #B4B4B4. Windows color (decimal): -5850938 or 13023398. OLE color: 13023398.
HSL color Cylindrical-coordinate representation of color #A6B8C6: hue angle of 206.25º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6B8C6 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 184 | 198 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.22 |
| HSL | 206.25º | 0.22% | 0.71% | - |
| HSV(B) | 206.25º | 0.16% | 0.78% | - |
| XYZ | 43.06 | 46.47 | 60.13 | - |
| YUV | 180.21 | 138.04 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 184 | 198 | 0.16 | 0.07 | 0 | 0.22 | 206.25 | 0.22 | 0.71 |
| Hex | A6 | B8 | C6 | 10 | 7 | 0 | 16 | CE | 16 | 47 |
| Octal | 246 | 270 | 306 | 20 | 7 | 0 | 26 | 316 | 26 | 107 |
| Binary | 10100110 | 10111000 | 11000110 | 10000 | 111 | 0 | 10110 | 11001110 | 10110 | 1000111 |
Color Harmonies of #A6B8C6
Complementary color
Monochromatic Colors of #A6B8C6
Black with #A6B8C6
Text Example
Text Example
White with #A6B8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B8C6; }
p { color: rgb(166,184,198); }
H1.HeaderClassName
{
color: #A6B8C6;
}
.AnyTagClassName
{
color: #A6B8C6;
}
</style>
background-color css
<style>
a { background-color: #A6B8C6; }
a { background-color: rgb(166,184,198); }
div.DivClassName
{
background-color: #A6B8C6;
}
.BgClassName
{
background-color: #A6B8C6;
}
</style>
border-color css
<style>
span { border-color: #A6B8C6; }
span { border-color: rgb(166,184,198); }
td.TdClassName
{
border-color: #A6B8C6;
}
.TagClassName
{
border-color: #A6B8C6;
}
</style>