COLOR #6E4A71

HEX: #6E4A71
RGB: (110,74,113)

Color info

#6E4A71 contains red, green and blue colors in about the same proportion. Web safe color of #6E4A71 is #663366 (or #636).

RGB color model

#6E4A71 color RGB value is (110,74,113).

  • red value is 110;
  • green value is 74;
  • blue value is 113.
RGB:
(110,74,113)
(43%,29%,44%)

RGB channels and saturation

R 110 of 255 = 43%
G 74 of 255 = 29%
B 113 of 255 = 44%

110
74
113

R + G + B ~ 39%. #6E4A71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 74 + 113 = 297 (100%)
R 110 of 297 ~ 37.04%
G 74 of 297 ~ 24.92%
B 113 of 297 ~ 38.05%

%37.04
%24.92
%38.05

CMYK color model

#6E4A71 color CMYK value is (3,35,0,56).

  • cyan value is 2.65%
  • magenta value is 34.51%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(3,35,0,56)
C3M35Y0K56 
(3%,35%,0%,56%)
(0.03/0.35/0.00/0.56)	

CMYK percentages

%2.65
%34.51
%0
%55.69

Codes

Color #6E4A71 in popluar color models

6E4A71
RGB11074113
HSL295°20.86%36.67%
HSB/HSV295°34.51%44.31%
CMYK2.65%34.51%0.00%
55.69%

Color #6E4A71 in popluar number systems.

HEX6E4A71
Decimal11074113
Binary110111010010101110001
Octal156112161

Shades and tints

Shades of #6E4A71

#6E4A71
(110,74,113)
#644467
(100,68,103)
#5A3E5D
(90,62,93)
#503853
(80,56,83)
#463249
(70,50,73)
#3C2C3F
(60,44,63)
#322635
(50,38,53)
#28202B
(40,32,43)
#1E1A21
(30,26,33)
#141417
(20,20,23)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #6E4A71

#6E4A71
(110,74,113)
#7B5A7D
(123,90,125)
#886A89
(136,106,137)
#957A95
(149,122,149)
#A28AA1
(162,138,161)
#AF9AAD
(175,154,173)
#BCAAB9
(188,170,185)
#C9BAC5
(201,186,197)
#D6CAD1
(214,202,209)
#E3DADD
(227,218,221)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4A71 color. Also use rgb(110,74,113) instead hex code.

Text Font Color

.myTextColor { color: #6E4A71; }

<p style="color:#6E4A71">This sample text font color is #6E4A71.</p>

This text font color is #6E4A71.


Background Color

.myBgColor { background-color: #6E4A71; }

<div style="background-color:#6E4A71">Inner text</div>

This div background color is #6E4A71.


Border color

.myBorderColor { border: 1px solid #6E4A71; }

<div style="border:3px solid #6E4A71">Div</div>

This div border color is #6E4A71.


Opacity

.myOpacity80 { color: #6E4A71; opacity: 0.8; }

<p style="color:#6E4A71;opacity:0.8;">80%</p>

Text with #6E4A71 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6E4A71;}

<p style="text-shadow: 3px 3px 1px #6E4A71">Text here.</p>

This text has shadow with #6E4A71 color.

.textShadow {text-shadow: 3px 3px 1px #6E4A71, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6E4A71, 5px 5px 20px red">Text here.</p>

This text has shadow with #6E4A71 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E4A71, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6E4A71, Direction=45, Strength=4)">Text</p>

This text has shadow with #6E4A71 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6E4A71;
  -webkit-box-shadow:	1px 1px 3px 2px #6E4A71;
  box-shadow:		1px 1px 3px 2px #6E4A71;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E4A71;
-webkit-box-shadow: 1px 1px 3px 2px #6E4A71;
box-shadow:1px 1px 3px 2px #6E4A71;">
Div content here</div>
This div box has shadow with color #6E4A71.

Preview

Color preview on black background

This text has color #6E4A71 on black background.


Color preview on white background

This text has color #6E4A71 on white background.



Black color preview on #6E4A71 background

This text has black color on #6E4A71 background.


White color preview on #6E4A71 background

This text has white color on #6E4A71 background.