Shades of Logan #A6A6BE
Tints of Logan #A6A6BE
RGB
CMYK
RGB Variations
Color information
#A6A6BE (or 0xA6A6BE) is known color: Logan. HEX triplet: A6, A6 and BE. RGB value is (166,166,190). Sum of RGB (Red+Green+Blue) = 166+166+190=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #A6A6BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A6BE is #595941. Grayscale: #A8A8A8. Windows color (decimal): -5855554 or 12494502. OLE color: 12494502.
HSL color Cylindrical-coordinate representation of color #A6A6BE: hue angle of 240º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6A6BE is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 166 | 190 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.25 |
| HSL | 240º | 0.16% | 0.7% | - |
| HSV(B) | 240º | 0.13% | 0.75% | - |
| XYZ | 38.66 | 39.1 | 54.22 | - |
| YUV | 168.74 | 140 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 166 | 190 | 0.13 | 0.13 | 0 | 0.25 | 240 | 0.16 | 0.7 |
| Hex | A6 | A6 | BE | D | D | 0 | 19 | F0 | 10 | 46 |
| Octal | 246 | 246 | 276 | 15 | 15 | 0 | 31 | 360 | 20 | 106 |
| Binary | 10100110 | 10100110 | 10111110 | 1101 | 1101 | 0 | 11001 | 11110000 | 10000 | 1000110 |
Color Harmonies of #A6A6BE
Complementary color
Monochromatic Colors of #A6A6BE
Black with #A6A6BE
Text Example
Text Example
White with #A6A6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A6BE; }
p { color: rgb(166,166,190); }
H1.HeaderClassName
{
color: #A6A6BE;
}
.AnyTagClassName
{
color: #A6A6BE;
}
</style>
background-color css
<style>
a { background-color: #A6A6BE; }
a { background-color: rgb(166,166,190); }
div.DivClassName
{
background-color: #A6A6BE;
}
.BgClassName
{
background-color: #A6A6BE;
}
</style>
border-color css
<style>
span { border-color: #A6A6BE; }
span { border-color: rgb(166,166,190); }
td.TdClassName
{
border-color: #A6A6BE;
}
.TagClassName
{
border-color: #A6A6BE;
}
</style>