#6D4979

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

Shades of Affair #6D4979

Tints of Affair #6D4979

Color information

#6D4979 (or 0x6D4979) is unknown color: approx Affair. HEX triplet: 6D, 49 and 79. RGB value is (109,73,121). Sum of RGB (Red+Green+Blue) = 109+73+121=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 121 - color contains mainly: blue. Hex color #6D4979 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4979 is #92B686. Grayscale: #595959. Windows color (decimal): -9614983 or 7948653. OLE color: 7948653.

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

Color convert

RGB10973121-
CMYK0.100.4000.53
HSL285º24.74%38.04%-
HSV(B)285º39.67%47.45%-
XYZ12.149.419.26-
YUV89.24145.93142.1-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.97%
GREEN value IS 73 (28.91% from 255) = 24.09%
BLUE value IS 121 (47.66% from 255) = 39.93%
R=35.97%
G=24.09%
B=39.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal109731210.100.4000.5328524.7438.04
Hex6D4979A2803511d1926
Octal15511117112500654353146
Binary1101101100100111110011010101000011010110001110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,73,121); }

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

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

 a { background-color: rgb(109,73,121); }

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

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

 span { border-color: rgb(109,73,121); }

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