COLOR #6E4F79

HEX: #6E4F79
RGB: (110,79,121)

Color info

#6E4F79 contains red, green and blue colors in about the same proportion. Web safe color of #6E4F79 is #666666 (or #666).

RGB color model

#6E4F79 color RGB value is (110,79,121).

  • red value is 110;
  • green value is 79;
  • blue value is 121.
RGB:
(110,79,121)
(43%,31%,47%)

RGB channels and saturation

R 110 of 255 = 43%
G 79 of 255 = 31%
B 121 of 255 = 47%

110
79
121

R + G + B ~ 40%. #6E4F79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 79 + 121 = 310 (100%)
R 110 of 310 ~ 35.48%
G 79 of 310 ~ 25.48%
B 121 of 310 ~ 39.03%

%35.48
%25.48
%39.03

CMYK color model

#6E4F79 color CMYK value is (9,35,0,53).

  • cyan value is 9.09%
  • magenta value is 34.71%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(9,35,0,53)
C9M35Y0K53 
(9%,35%,0%,53%)
(0.09/0.35/0.00/0.53)	

CMYK percentages

%9.09
%34.71
%0
%52.55

Codes

Color #6E4F79 in popluar color models

6E4F79
RGB11079121
HSL284°21.00%39.22%
HSB/HSV284°34.71%47.45%
CMYK9.09%34.71%0.00%
52.55%

Color #6E4F79 in popluar number systems.

HEX6E4F79
Decimal11079121
Binary110111010011111111001
Octal156117171

Shades and tints

Shades of #6E4F79

#6E4F79
(110,79,121)
#64486E
(100,72,110)
#5A4163
(90,65,99)
#503A58
(80,58,88)
#46334D
(70,51,77)
#3C2C42
(60,44,66)
#322537
(50,37,55)
#281E2C
(40,30,44)
#1E1721
(30,23,33)
#141016
(20,16,22)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #6E4F79

#6E4F79
(110,79,121)
#7B5F85
(123,95,133)
#886F91
(136,111,145)
#957F9D
(149,127,157)
#A28FA9
(162,143,169)
#AF9FB5
(175,159,181)
#BCAFC1
(188,175,193)
#C9BFCD
(201,191,205)
#D6CFD9
(214,207,217)
#E3DFE5
(227,223,229)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4F79 color. Also use rgb(110,79,121) instead hex code.

Text Font Color

.myTextColor { color: #6E4F79; }

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

This text font color is #6E4F79.


Background Color

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

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

This div background color is #6E4F79.


Border color

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

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

This div border color is #6E4F79.


Opacity

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

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

Text with #6E4F79 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 #6E4F79;}

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

This text has shadow with #6E4F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4F79 on black background.


Color preview on white background

This text has color #6E4F79 on white background.



Black color preview on #6E4F79 background

This text has black color on #6E4F79 background.


White color preview on #6E4F79 background

This text has white color on #6E4F79 background.