#A6A8BE

Color #A6A8BE Logan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Logan #A6A8BE

Tints of Logan #A6A8BE

Color information

#A6A8BE (or 0xA6A8BE) is unknown color: approx 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

RGB166168190-
CMYK0.130.1200.25
HSL235º15.58%69.8%-
HSV(B)235º12.63%74.51%-
XYZ39.0239.8354.35-
YUV169.91139.34125.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 31.68%
GREEN value IS 168 (66.02% from 255) = 32.06%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=31.68%
G=32.06%
B=36.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661681900.130.1200.2523515.5869.8
HexA6A8BEDC019eb1046
Octal246250276151403135320106
Binary1010011010101000101111101101110001100111101011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>