#6E597F

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

Shades of Affair #6E597F

Tints of Affair #6E597F

Color information

#6E597F (or 0x6E597F) is unknown color: approx Affair. HEX triplet: 6E, 59 and 7F. RGB value is (110,89,127). Sum of RGB (Red+Green+Blue) = 110+89+127=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E597F is #91A680. Grayscale: #636363. Windows color (decimal): -9545345 or 8345966. OLE color: 8345966.

HSL color Cylindrical-coordinate representation of color #6E597F: hue angle of 273.16º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E597F is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11089127-
CMYK0.130.3000.50
HSL273.16º17.59%42.35%-
HSV(B)273.16º29.92%49.8%-
XYZ13.8311.9921.66-
YUV99.61143.46135.41-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.74%
GREEN value IS 89 (35.16% from 255) = 27.30%
BLUE value IS 127 (50% from 255) = 38.96%
R=33.74%
G=27.30%
B=38.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal110891270.130.3000.50273.1617.5942.35
Hex6E597FD1E032111122a
Octal15613117715360624212252
Binary110111010110011111111110111110011001010001000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,89,127); }

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

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

 a { background-color: rgb(110,89,127); }

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

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

 span { border-color: rgb(110,89,127); }

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