#6E597B

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

Shades of Affair #6E597B

Tints of Affair #6E597B

Color information

#6E597B (or 0x6E597B) is unknown color: approx Affair. HEX triplet: 6E, 59 and 7B. RGB value is (110,89,123). Sum of RGB (Red+Green+Blue) = 110+89+123=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 123 - color contains mainly: blue. Hex color #6E597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E597B is #91A684. Grayscale: #636363. Windows color (decimal): -9545349 or 8083822. OLE color: 8083822.

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

Color convert

RGB11089123-
CMYK0.110.2800.52
HSL277.06º16.04%41.57%-
HSV(B)277.06º27.64%48.24%-
XYZ13.5811.8920.32-
YUV99.16141.46135.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.16%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 123 (48.44% from 255) = 38.20%
R=34.16%
G=27.64%
B=38.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal110891230.110.2800.52277.0616.0441.57
Hex6E597BB1C034115102a
Octal15613117313340644252052
Binary110111010110011111011101111100011010010001010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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