Shades of Logan #A6A6B7
Tints of Logan #A6A6B7
RGB
CMYK
RGB Variations
Color information
#A6A6B7 (or 0xA6A6B7) is known color: Logan. HEX triplet: A6, A6 and B7. RGB value is (166,166,183). Sum of RGB (Red+Green+Blue) = 166+166+183=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 183 - color contains mainly: blue. Hex color #A6A6B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A6B7 is #595948. Grayscale: #A7A7A7. Windows color (decimal): -5855561 or 12035750. OLE color: 12035750.
HSL color Cylindrical-coordinate representation of color #A6A6B7: hue angle of 240º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A6A6B7 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 166 | 183 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.28 |
| HSL | 240º | 0.11% | 0.68% | - |
| HSV(B) | 240º | 0.09% | 0.72% | - |
| XYZ | 37.91 | 38.8 | 50.29 | - |
| YUV | 167.94 | 136.5 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 166 | 183 | 0.09 | 0.09 | 0 | 0.28 | 240 | 0.11 | 0.68 |
| Hex | A6 | A6 | B7 | 9 | 9 | 0 | 1C | F0 | B | 44 |
| Octal | 246 | 246 | 267 | 11 | 11 | 0 | 34 | 360 | 13 | 104 |
| Binary | 10100110 | 10100110 | 10110111 | 1001 | 1001 | 0 | 11100 | 11110000 | 1011 | 1000100 |
Color Harmonies of #A6A6B7
Complementary color
Monochromatic Colors of #A6A6B7
Black with #A6A6B7
Text Example
Text Example
White with #A6A6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A6B7; }
p { color: rgb(166,166,183); }
H1.HeaderClassName
{
color: #A6A6B7;
}
.AnyTagClassName
{
color: #A6A6B7;
}
</style>
background-color css
<style>
a { background-color: #A6A6B7; }
a { background-color: rgb(166,166,183); }
div.DivClassName
{
background-color: #A6A6B7;
}
.BgClassName
{
background-color: #A6A6B7;
}
</style>
border-color css
<style>
span { border-color: #A6A6B7; }
span { border-color: rgb(166,166,183); }
td.TdClassName
{
border-color: #A6A6B7;
}
.TagClassName
{
border-color: #A6A6B7;
}
</style>