#6E4981

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

Shades of Affair #6E4981

Tints of Affair #6E4981

Color information

#6E4981 (or 0x6E4981) is unknown color: approx Affair. HEX triplet: 6E, 49 and 81. RGB value is (110,73,129). Sum of RGB (Red+Green+Blue) = 110+73+129=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 129 - color contains mainly: blue. Hex color #6E4981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4981 is #91B67E. Grayscale: #5A5A5A. Windows color (decimal): -9549439 or 8472942. OLE color: 8472942.

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

Color convert

RGB11073129-
CMYK0.150.4300.49
HSL279.64º27.72%39.61%-
HSV(B)279.64º43.41%50.59%-
XYZ12.789.6721.96-
YUV90.45149.76141.95-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.26%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 129 (50.78% from 255) = 41.35%
R=35.26%
G=23.40%
B=41.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110731290.150.4300.49279.6427.7239.61
Hex6E4981F2B0311181c28
Octal15611120117530614303450
Binary11011101001001100000011111101011011000110001100011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,73,129); }

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

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

 a { background-color: rgb(110,73,129); }

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

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

 span { border-color: rgb(110,73,129); }

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