COLOR #6E4F73

HEX: #6E4F73
RGB: (110,79,115)

Color info

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

RGB color model

#6E4F73 color RGB value is (110,79,115).

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

RGB channels and saturation

R 110 of 255 = 43%
G 79 of 255 = 31%
B 115 of 255 = 45%

110
79
115

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

Portions of RGB colors in percentages

R + G + B =
110 + 79 + 115 = 304 (100%)
R 110 of 304 ~ 36.18%
G 79 of 304 ~ 25.99%
B 115 of 304 ~ 37.83%

%36.18
%25.99
%37.83

CMYK color model

#6E4F73 color CMYK value is (4,31,0,55).

  • cyan value is 4.35%
  • magenta value is 31.30%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(4,31,0,55)
C4M31Y0K55 
(4%,31%,0%,55%)
(0.04/0.31/0.00/0.55)	

CMYK percentages

%4.35
%31.3
%0
%54.9

Codes

Color #6E4F73 in popluar color models

6E4F73
RGB11079115
HSL292°18.56%38.04%
HSB/HSV292°31.30%45.10%
CMYK4.35%31.30%0.00%
54.90%

Color #6E4F73 in popluar number systems.

HEX6E4F73
Decimal11079115
Binary110111010011111110011
Octal156117163

Shades and tints

Shades of #6E4F73

#6E4F73
(110,79,115)
#644869
(100,72,105)
#5A415F
(90,65,95)
#503A55
(80,58,85)
#46334B
(70,51,75)
#3C2C41
(60,44,65)
#322537
(50,37,55)
#281E2D
(40,30,45)
#1E1723
(30,23,35)
#141019
(20,16,25)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #6E4F73

#6E4F73
(110,79,115)
#7B5F7F
(123,95,127)
#886F8B
(136,111,139)
#957F97
(149,127,151)
#A28FA3
(162,143,163)
#AF9FAF
(175,159,175)
#BCAFBB
(188,175,187)
#C9BFC7
(201,191,199)
#D6CFD3
(214,207,211)
#E3DFDF
(227,223,223)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4F73; }

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

This text font color is #6E4F73.


Background Color

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

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

This div background color is #6E4F73.


Border color

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

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

This div border color is #6E4F73.


Opacity

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

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

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

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

This text has shadow with #6E4F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4F73 on black background.


Color preview on white background

This text has color #6E4F73 on white background.



Black color preview on #6E4F73 background

This text has black color on #6E4F73 background.


White color preview on #6E4F73 background

This text has white color on #6E4F73 background.