#6E4784

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

Shades of Affair #6E4784

Tints of Affair #6E4784

Color information

#6E4784 (or 0x6E4784) is unknown color: approx Affair. HEX triplet: 6E, 47 and 84. RGB value is (110,71,132). Sum of RGB (Red+Green+Blue) = 110+71+132=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 132 - color contains mainly: blue. Hex color #6E4784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4784 is #91B87B. Grayscale: #595959. Windows color (decimal): -9549948 or 8669038. OLE color: 8669038.

HSL color Cylindrical-coordinate representation of color #6E4784: hue angle of 278.36º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E4784 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11071132-
CMYK0.170.4600.48
HSL278.36º30.05%39.8%-
HSV(B)278.36º46.21%51.76%-
XYZ12.859.4922.98-
YUV89.62151.92142.54-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.14%
GREEN value IS 71 (28.12% from 255) = 22.68%
BLUE value IS 132 (51.95% from 255) = 42.17%
R=35.14%
G=22.68%
B=42.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110711320.170.4600.48278.3630.0539.8
Hex6E4784112E0301161e28
Octal15610720421560604263650
Binary110111010001111000010010001101110011000010001011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,71,132); }

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

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

 a { background-color: rgb(110,71,132); }

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

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

 span { border-color: rgb(110,71,132); }

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