#6E4B79

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

Shades of Affair #6E4B79

Tints of Affair #6E4B79

Color information

#6E4B79 (or 0x6E4B79) is unknown color: approx Affair. HEX triplet: 6E, 4B and 79. RGB value is (110,75,121). Sum of RGB (Red+Green+Blue) = 110+75+121=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 121 - color contains mainly: blue. Hex color #6E4B79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4B79 is #91B486. Grayscale: #5A5A5A. Windows color (decimal): -9548935 or 7949166. OLE color: 7949166.

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

Color convert

RGB11075121-
CMYK0.090.3800.53
HSL285.65º23.47%38.43%-
HSV(B)285.65º38.02%47.45%-
XYZ12.49.7319.31-
YUV90.71145.1141.76-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.95%
GREEN value IS 75 (29.69% from 255) = 24.51%
BLUE value IS 121 (47.66% from 255) = 39.54%
R=35.95%
G=24.51%
B=39.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110751210.090.3800.53285.6523.4738.43
Hex6E4B7992603511e1726
Octal15611317111460654362746
Binary1101110100101111110011001100110011010110001111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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