Shades of Logan #A6A1BC
Tints of Logan #A6A1BC
RGB
CMYK
RGB Variations
Color information
#A6A1BC (or 0xA6A1BC) is known color: Logan. HEX triplet: A6, A1 and BC. RGB value is (166,161,188). Sum of RGB (Red+Green+Blue) = 166+161+188=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 188 - color contains mainly: blue. Hex color #A6A1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A1BC is #595E43. Grayscale: #A5A5A5. Windows color (decimal): -5856836 or 12362150. OLE color: 12362150.
HSL color Cylindrical-coordinate representation of color #A6A1BC: hue angle of 251.11º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6A1BC is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 161 | 188 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.26 |
| HSL | 251.11º | 0.17% | 0.68% | - |
| HSV(B) | 251.11º | 0.14% | 0.74% | - |
| XYZ | 37.55 | 37.23 | 52.78 | - |
| YUV | 165.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 161 | 188 | 0.12 | 0.14 | 0 | 0.26 | 251.11 | 0.17 | 0.68 |
| Hex | A6 | A1 | BC | C | E | 0 | 1A | FB | 11 | 44 |
| Octal | 246 | 241 | 274 | 14 | 16 | 0 | 32 | 373 | 21 | 104 |
| Binary | 10100110 | 10100001 | 10111100 | 1100 | 1110 | 0 | 11010 | 11111011 | 10001 | 1000100 |
Color Harmonies of #A6A1BC
Complementary color
Monochromatic Colors of #A6A1BC
Black with #A6A1BC
Text Example
Text Example
White with #A6A1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A1BC; }
p { color: rgb(166,161,188); }
H1.HeaderClassName
{
color: #A6A1BC;
}
.AnyTagClassName
{
color: #A6A1BC;
}
</style>
background-color css
<style>
a { background-color: #A6A1BC; }
a { background-color: rgb(166,161,188); }
div.DivClassName
{
background-color: #A6A1BC;
}
.BgClassName
{
background-color: #A6A1BC;
}
</style>
border-color css
<style>
span { border-color: #A6A1BC; }
span { border-color: rgb(166,161,188); }
td.TdClassName
{
border-color: #A6A1BC;
}
.TagClassName
{
border-color: #A6A1BC;
}
</style>