#6E5579

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

Shades of Affair #6E5579

Tints of Affair #6E5579

Color information

#6E5579 (or 0x6E5579) is unknown color: approx Affair. HEX triplet: 6E, 55 and 79. RGB value is (110,85,121). Sum of RGB (Red+Green+Blue) = 110+85+121=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 121 - color contains mainly: blue. Hex color #6E5579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5579 is #91AA86. Grayscale: #606060. Windows color (decimal): -9546375 or 7951726. OLE color: 7951726.

HSL color Cylindrical-coordinate representation of color #6E5579: hue angle of 281.67º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E5579 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11085121-
CMYK0.090.3000.53
HSL281.67º17.48%40.39%-
HSV(B)281.67º29.75%47.45%-
XYZ13.1311.1919.56-
YUV96.58141.78137.57-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.81%
GREEN value IS 85 (33.59% from 255) = 26.90%
BLUE value IS 121 (47.66% from 255) = 38.29%
R=34.81%
G=26.90%
B=38.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110851210.090.3000.53281.6717.4840.39
Hex6E557991E03511a1128
Octal15612517111360654322150
Binary110111010101011111001100111110011010110001101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E5579; }

 p { color: rgb(110,85,121); }

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

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

 a { background-color: rgb(110,85,121); }

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

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

 span { border-color: rgb(110,85,121); }

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