Shades of Spindle #A6C1D6
Tints of Spindle #A6C1D6
RGB
CMYK
RGB Variations
Color information
#A6C1D6 (or 0xA6C1D6) is known color: Spindle. HEX triplet: A6, C1 and D6. RGB value is (166,193,214). Sum of RGB (Red+Green+Blue) = 166+193+214=573 (75% of max value = 765). Red value is 166 (65.23% from 255 or 28.97% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 214 - color contains mainly: blue. Hex color #A6C1D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C1D6 is #593E29. Grayscale: #BBBBBB. Windows color (decimal): -5848618 or 14074278. OLE color: 14074278.
HSL color Cylindrical-coordinate representation of color #A6C1D6: hue angle of 206.25º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6C1D6 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 193 | 214 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.16 |
| HSL | 206.25º | 0.37% | 0.75% | - |
| HSV(B) | 206.25º | 0.22% | 0.84% | - |
| XYZ | 46.93 | 51.1 | 71.01 | - |
| YUV | 187.32 | 143.05 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 193 | 214 | 0.22 | 0.10 | 0 | 0.16 | 206.25 | 0.37 | 0.75 |
| Hex | A6 | C1 | D6 | 16 | A | 0 | 10 | CE | 25 | 4B |
| Octal | 246 | 301 | 326 | 26 | 12 | 0 | 20 | 316 | 45 | 113 |
| Binary | 10100110 | 11000001 | 11010110 | 10110 | 1010 | 0 | 10000 | 11001110 | 100101 | 1001011 |
Color Harmonies of #A6C1D6
Complementary color
Monochromatic Colors of #A6C1D6
Black with #A6C1D6
Text Example
Text Example
White with #A6C1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C1D6; }
p { color: rgb(166,193,214); }
H1.HeaderClassName
{
color: #A6C1D6;
}
.AnyTagClassName
{
color: #A6C1D6;
}
</style>
background-color css
<style>
a { background-color: #A6C1D6; }
a { background-color: rgb(166,193,214); }
div.DivClassName
{
background-color: #A6C1D6;
}
.BgClassName
{
background-color: #A6C1D6;
}
</style>
border-color css
<style>
span { border-color: #A6C1D6; }
span { border-color: rgb(166,193,214); }
td.TdClassName
{
border-color: #A6C1D6;
}
.TagClassName
{
border-color: #A6C1D6;
}
</style>