Shades of Spindle #A6B9CF
Tints of Spindle #A6B9CF
RGB
CMYK
RGB Variations
Color information
#A6B9CF (or 0xA6B9CF) is known color: Spindle. HEX triplet: A6, B9 and CF. RGB value is (166,185,207). Sum of RGB (Red+Green+Blue) = 166+185+207=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: blue. Hex color #A6B9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B9CF is #594630. Grayscale: #B5B5B5. Windows color (decimal): -5850673 or 13613478. OLE color: 13613478.
HSL color Cylindrical-coordinate representation of color #A6B9CF: hue angle of 212.2º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6B9CF is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 185 | 207 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.19 |
| HSL | 212.2º | 0.3% | 0.73% | - |
| HSV(B) | 212.2º | 0.2% | 0.81% | - |
| XYZ | 44.34 | 47.31 | 65.83 | - |
| YUV | 181.83 | 142.21 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 207 | 0.20 | 0.11 | 0 | 0.19 | 212.2 | 0.3 | 0.73 |
| Hex | A6 | B9 | CF | 14 | B | 0 | 13 | D4 | 1E | 49 |
| Octal | 246 | 271 | 317 | 24 | 13 | 0 | 23 | 324 | 36 | 111 |
| Binary | 10100110 | 10111001 | 11001111 | 10100 | 1011 | 0 | 10011 | 11010100 | 11110 | 1001001 |
Color Harmonies of #A6B9CF
Complementary color
Monochromatic Colors of #A6B9CF
Black with #A6B9CF
Text Example
Text Example
White with #A6B9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B9CF; }
p { color: rgb(166,185,207); }
H1.HeaderClassName
{
color: #A6B9CF;
}
.AnyTagClassName
{
color: #A6B9CF;
}
</style>
background-color css
<style>
a { background-color: #A6B9CF; }
a { background-color: rgb(166,185,207); }
div.DivClassName
{
background-color: #A6B9CF;
}
.BgClassName
{
background-color: #A6B9CF;
}
</style>
border-color css
<style>
span { border-color: #A6B9CF; }
span { border-color: rgb(166,185,207); }
td.TdClassName
{
border-color: #A6B9CF;
}
.TagClassName
{
border-color: #A6B9CF;
}
</style>