#6E4F79

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

Shades of Affair #6E4F79

Tints of Affair #6E4F79

Color information

#6E4F79 (or 0x6E4F79) is unknown color: approx Affair. HEX triplet: 6E, 4F and 79. RGB value is (110,79,121). Sum of RGB (Red+Green+Blue) = 110+79+121=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 121 - color contains mainly: blue. Hex color #6E4F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4F79 is #91B086. Grayscale: #5C5C5C. Windows color (decimal): -9547911 or 7950190. OLE color: 7950190.

HSL color Cylindrical-coordinate representation of color #6E4F79: hue angle of 284.29º 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 #6E4F79 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11079121-
CMYK0.090.3500.53
HSL284.29º21%39.22%-
HSV(B)284.29º34.71%47.45%-
XYZ12.6810.2919.41-
YUV93.06143.77140.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.48%
GREEN value IS 79 (31.25% from 255) = 25.48%
BLUE value IS 121 (47.66% from 255) = 39.03%
R=35.48%
G=25.48%
B=39.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110791210.090.3500.53284.292139.22
Hex6E4F7992303511c1527
Octal15611717111430654342547
Binary1101110100111111110011001100011011010110001110010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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