Shades of Logan #A6A8BD
Tints of Logan #A6A8BD
RGB
CMYK
RGB Variations
Color information
#A6A8BD (or 0xA6A8BD) is known color: Logan. HEX triplet: A6, A8 and BD. RGB value is (166,168,189). Sum of RGB (Red+Green+Blue) = 166+168+189=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 189 - color contains mainly: blue. Hex color #A6A8BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A8BD is #595742. Grayscale: #A9A9A9. Windows color (decimal): -5855043 or 12429478. OLE color: 12429478.
HSL color Cylindrical-coordinate representation of color #A6A8BD: hue angle of 234.78º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6A8BD is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 168 | 189 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.26 |
| HSL | 234.78º | 0.15% | 0.7% | - |
| HSV(B) | 234.78º | 0.12% | 0.74% | - |
| XYZ | 38.91 | 39.79 | 53.77 | - |
| YUV | 169.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 168 | 189 | 0.12 | 0.11 | 0 | 0.26 | 234.78 | 0.15 | 0.7 |
| Hex | A6 | A8 | BD | C | B | 0 | 1A | EB | F | 46 |
| Octal | 246 | 250 | 275 | 14 | 13 | 0 | 32 | 353 | 17 | 106 |
| Binary | 10100110 | 10101000 | 10111101 | 1100 | 1011 | 0 | 11010 | 11101011 | 1111 | 1000110 |
Color Harmonies of #A6A8BD
Complementary color
Monochromatic Colors of #A6A8BD
Black with #A6A8BD
Text Example
Text Example
White with #A6A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A8BD; }
p { color: rgb(166,168,189); }
H1.HeaderClassName
{
color: #A6A8BD;
}
.AnyTagClassName
{
color: #A6A8BD;
}
</style>
background-color css
<style>
a { background-color: #A6A8BD; }
a { background-color: rgb(166,168,189); }
div.DivClassName
{
background-color: #A6A8BD;
}
.BgClassName
{
background-color: #A6A8BD;
}
</style>
border-color css
<style>
span { border-color: #A6A8BD; }
span { border-color: rgb(166,168,189); }
td.TdClassName
{
border-color: #A6A8BD;
}
.TagClassName
{
border-color: #A6A8BD;
}
</style>