Shades of Heather #A6B9C4
Tints of Heather #A6B9C4
RGB
CMYK
RGB Variations
Color information
#A6B9C4 (or 0xA6B9C4) is known color: Heather. HEX triplet: A6, B9 and C4. RGB value is (166,185,196). Sum of RGB (Red+Green+Blue) = 166+185+196=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 196 - color contains mainly: blue. Hex color #A6B9C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B9C4 is #59463B. Grayscale: #B4B4B4. Windows color (decimal): -5850684 or 12892582. OLE color: 12892582.
HSL color Cylindrical-coordinate representation of color #A6B9C4: hue angle of 202º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A6B9C4 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 185 | 196 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.23 |
| HSL | 202º | 0.2% | 0.71% | - |
| HSV(B) | 202º | 0.15% | 0.77% | - |
| XYZ | 43.04 | 46.79 | 58.99 | - |
| YUV | 180.57 | 136.71 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 196 | 0.15 | 0.06 | 0 | 0.23 | 202 | 0.2 | 0.71 |
| Hex | A6 | B9 | C4 | F | 6 | 0 | 17 | CA | 14 | 47 |
| Octal | 246 | 271 | 304 | 17 | 6 | 0 | 27 | 312 | 24 | 107 |
| Binary | 10100110 | 10111001 | 11000100 | 1111 | 110 | 0 | 10111 | 11001010 | 10100 | 1000111 |
Color Harmonies of #A6B9C4
Complementary color
Monochromatic Colors of #A6B9C4
Black with #A6B9C4
Text Example
Text Example
White with #A6B9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B9C4; }
p { color: rgb(166,185,196); }
H1.HeaderClassName
{
color: #A6B9C4;
}
.AnyTagClassName
{
color: #A6B9C4;
}
</style>
background-color css
<style>
a { background-color: #A6B9C4; }
a { background-color: rgb(166,185,196); }
div.DivClassName
{
background-color: #A6B9C4;
}
.BgClassName
{
background-color: #A6B9C4;
}
</style>
border-color css
<style>
span { border-color: #A6B9C4; }
span { border-color: rgb(166,185,196); }
td.TdClassName
{
border-color: #A6B9C4;
}
.TagClassName
{
border-color: #A6B9C4;
}
</style>