#6E4D79

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

Shades of Affair #6E4D79

Tints of Affair #6E4D79

Color information

#6E4D79 (or 0x6E4D79) is unknown color: approx Affair. HEX triplet: 6E, 4D and 79. RGB value is (110,77,121). Sum of RGB (Red+Green+Blue) = 110+77+121=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 121 - color contains mainly: blue. Hex color #6E4D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4D79 is #91B286. Grayscale: #5B5B5B. Windows color (decimal): -9548423 or 7949678. OLE color: 7949678.

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

Color convert

RGB11077121-
CMYK0.090.3600.53
HSL285º22.22%38.82%-
HSV(B)285º36.36%47.45%-
XYZ12.541019.36-
YUV91.88144.43140.92-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.71%
GREEN value IS 77 (30.47% from 255) = 25%
BLUE value IS 121 (47.66% from 255) = 39.29%
R=35.71%
G=25%
B=39.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110771210.090.3600.5328522.2238.82
Hex6E4D7992403511d1627
Octal15611517111440654352647
Binary1101110100110111110011001100100011010110001110110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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