#6E597A

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

Shades of Affair #6E597A

Tints of Affair #6E597A

Color information

#6E597A (or 0x6E597A) is unknown color: approx Affair. HEX triplet: 6E, 59 and 7A. RGB value is (110,89,122). Sum of RGB (Red+Green+Blue) = 110+89+122=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E597A is #91A685. Grayscale: #626262. Windows color (decimal): -9545350 or 8018286. OLE color: 8018286.

HSL color Cylindrical-coordinate representation of color #6E597A: hue angle of 278.18º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E597A is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11089122-
CMYK0.100.2700.52
HSL278.18º15.64%41.37%-
HSV(B)278.18º27.05%47.84%-
XYZ13.5211.8619.99-
YUV99.04140.96135.82-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.27%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 122 (48.05% from 255) = 38.01%
R=34.27%
G=27.73%
B=38.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal110891220.100.2700.52278.1815.6441.37
Hex6E597AA1B0341161029
Octal15613117212330644262051
Binary110111010110011111010101011011011010010001011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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