#6E5279

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

Shades of Affair #6E5279

Tints of Affair #6E5279

Color information

#6E5279 (or 0x6E5279) is unknown color: approx Affair. HEX triplet: 6E, 52 and 79. RGB value is (110,82,121). Sum of RGB (Red+Green+Blue) = 110+82+121=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 121 - color contains mainly: blue. Hex color #6E5279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5279 is #91AD86. Grayscale: #5E5E5E. Windows color (decimal): -9547143 or 7950958. OLE color: 7950958.

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

Color convert

RGB11082121-
CMYK0.090.3200.53
HSL283.08º19.21%39.8%-
HSV(B)283.08º32.23%47.45%-
XYZ12.910.7319.48-
YUV94.82142.78138.83-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.14%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 121 (47.66% from 255) = 38.66%
R=35.14%
G=26.20%
B=38.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110821210.090.3200.53283.0819.2139.8
Hex6E527992003511b1328
Octal15612217111400654332350
Binary1101110101001011110011001100000011010110001101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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