#6f4f79

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

Shades of Affair #6F4F79

Tints of Affair #6F4F79

Color information

#6F4F79 (or 0x6F4F79) is unknown color: approx Affair. HEX triplet: 6F, 4F and 79. RGB value is (111,79,121). Sum of RGB (Red+Green+Blue) = 111+79+121=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 121 - color contains mainly: blue. Hex color #6F4F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4F79 is #90B086. Grayscale: #5D5D5D. Windows color (decimal): -9482375 or 7950191. OLE color: 7950191.

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

Color convert

RGB11179121-
CMYK0.080.3500.53
HSL285.71º21%39.22%-
HSV(B)285.71º34.71%47.45%-
XYZ12.810.3519.41-
YUV93.36143.6140.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.69%
GREEN value IS 79 (31.25% from 255) = 25.40%
BLUE value IS 121 (47.66% from 255) = 38.91%
R=35.69%
G=25.40%
B=38.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111791210.080.3500.53285.712139.22
Hex6F4F7982303511e1527
Octal15711717110430654362547
Binary1101111100111111110011000100011011010110001111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f4f79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,79,121); }

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

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

 a { background-color: rgb(111,79,121); }

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

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

 span { border-color: rgb(111,79,121); }

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