Shades of Logan #A6A8BE
Tints of Logan #A6A8BE
RGB
CMYK
RGB Variations
Color information
#A6A8BE (or 0xA6A8BE) is known color: Logan. HEX triplet: A6, A8 and BE. RGB value is (166,168,190). Sum of RGB (Red+Green+Blue) = 166+168+190=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #A6A8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A8BE is #595741. Grayscale: #A9A9A9. Windows color (decimal): -5855042 or 12495014. OLE color: 12495014.
HSL color Cylindrical-coordinate representation of color #A6A8BE: hue angle of 235º 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 #A6A8BE is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 166 | 168 | 190 | - |
CMYK | 0.13 | 0.12 | 0 | 0.25 |
HSL | 235º | 0.16% | 0.7% | - |
HSV(B) | 235º | 0.13% | 0.75% | - |
XYZ | 39.02 | 39.83 | 54.35 | - |
YUV | 169.91 | 139.34 | 125.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 168 | 190 | 0.13 | 0.12 | 0 | 0.25 | 235 | 0.16 | 0.7 |
Hex | A6 | A8 | BE | D | C | 0 | 19 | EB | 10 | 46 |
Octal | 246 | 250 | 276 | 15 | 14 | 0 | 31 | 353 | 20 | 106 |
Binary | 10100110 | 10101000 | 10111110 | 1101 | 1100 | 0 | 11001 | 11101011 | 10000 | 1000110 |
Color Harmonies of #A6A8BE
Complementary color
Monochromatic Colors of #A6A8BE
Black with #A6A8BE
Text Example
Text Example
White with #A6A8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A8BE; }
p { color: rgb(166,168,190); }
H1.HeaderClassName
{
color: #A6A8BE;
}
.AnyTagClassName
{
color: #A6A8BE;
}
</style>
background-color css
<style>
a { background-color: #A6A8BE; }
a { background-color: rgb(166,168,190); }
div.DivClassName
{
background-color: #A6A8BE;
}
.BgClassName
{
background-color: #A6A8BE;
}
</style>
border-color css
<style>
span { border-color: #A6A8BE; }
span { border-color: rgb(166,168,190); }
td.TdClassName
{
border-color: #A6A8BE;
}
.TagClassName
{
border-color: #A6A8BE;
}
</style>