#A6A6BE

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

Shades of Logan #A6A6BE

Tints of Logan #A6A6BE

Color information

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

RGB166166190-
CMYK0.130.1300.25
HSL240º15.58%69.8%-
HSV(B)240º12.63%74.51%-
XYZ38.6639.154.22-
YUV168.74140126.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.80%
GREEN value IS 166 (65.23% from 255) = 31.80%
BLUE value IS 190 (74.61% from 255) = 36.40%
R=31.80%
G=31.80%
B=36.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661661900.130.1300.2524015.5869.8
HexA6A6BEDD019f01046
Octal246246276151503136020106
Binary1010011010100110101111101101110101100111110000100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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