#6E597C

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

Shades of Affair #6E597C

Tints of Affair #6E597C

Color information

#6E597C (or 0x6E597C) is unknown color: approx Affair. HEX triplet: 6E, 59 and 7C. RGB value is (110,89,124). Sum of RGB (Red+Green+Blue) = 110+89+124=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E597C is #91A683. Grayscale: #636363. Windows color (decimal): -9545348 or 8149358. OLE color: 8149358.

HSL color Cylindrical-coordinate representation of color #6E597C: hue angle of 276º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E597C is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11089124-
CMYK0.110.2800.51
HSL276º16.43%41.76%-
HSV(B)276º28.23%48.63%-
XYZ13.6411.9120.65-
YUV99.27141.96135.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.06%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 124 (48.83% from 255) = 38.39%
R=34.06%
G=27.55%
B=38.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal110891240.110.2800.5127616.4341.76
Hex6E597CB1C033114102a
Octal15613117413340634242052
Binary110111010110011111100101111100011001110001010010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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