#A6A7BE

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

Shades of Logan #A6A7BE

Tints of Logan #A6A7BE

Color information

#A6A7BE (or 0xA6A7BE) is unknown color: approx Logan. HEX triplet: A6, A7 and BE. RGB value is (166,167,190). Sum of RGB (Red+Green+Blue) = 166+167+190=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 167 (65.62% from 255 or 31.93% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #A6A7BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A7BE is #595841. Grayscale: #A9A9A9. Windows color (decimal): -5855298 or 12494758. OLE color: 12494758.

HSL color Cylindrical-coordinate representation of color #A6A7BE: hue angle of 237.5º 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 #A6A7BE is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166167190-
CMYK0.130.1200.25
HSL237.5º15.58%69.8%-
HSV(B)237.5º12.63%74.51%-
XYZ38.8439.4654.29-
YUV169.32139.67125.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.74%
GREEN value IS 167 (65.62% from 255) = 31.93%
BLUE value IS 190 (74.61% from 255) = 36.33%
R=31.74%
G=31.93%
B=36.33%

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
Decimal1661671900.130.1200.25237.515.5869.8
HexA6A7BEDC019ee1046
Octal246247276151403135620106
Binary1010011010100111101111101101110001100111101110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A7BE; }

 p { color: rgb(166,167,190); }

 H1.HeaderClassName
 {
   color: #A6A7BE;
 }
 .AnyTagClassName
 {
   color: #A6A7BE;
 }
</style>
background-color css

<style>
 a { background-color: #A6A7BE; }

 a { background-color: rgb(166,167,190); }

 div.DivClassName
 {
   background-color: #A6A7BE;
 }
 .BgClassName
 {
   background-color: #A6A7BE;
 }
</style>
border-color css

<style>
 span { border-color: #A6A7BE; }

 span { border-color: rgb(166,167,190); }

 td.TdClassName
 {
   border-color: #A6A7BE;
 }
 .TagClassName
 {
   border-color: #A6A7BE;
 }
</style>