COLOR #6D4E7B

HEX: #6D4E7B
RGB: (109,78,123)

Color info

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

RGB color model

#6D4E7B color RGB value is (109,78,123).

  • red value is 109;
  • green value is 78;
  • blue value is 123.
RGB:
(109,78,123)
(43%,31%,48%)

RGB channels and saturation

R 109 of 255 = 43%
G 78 of 255 = 31%
B 123 of 255 = 48%

109
78
123

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

Portions of RGB colors in percentages

R + G + B =
109 + 78 + 123 = 310 (100%)
R 109 of 310 ~ 35.16%
G 78 of 310 ~ 25.16%
B 123 of 310 ~ 39.68%

%35.16
%25.16
%39.68

CMYK color model

#6D4E7B color CMYK value is (11,37,0,52).

  • cyan value is 11.38%
  • magenta value is 36.59%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(11,37,0,52)
C11M37Y0K52 
(11%,37%,0%,52%)
(0.11/0.37/0.00/0.52)	

CMYK percentages

%11.38
%36.59
%0
%51.76

Codes

Color #6D4E7B in popluar color models

6D4E7B
RGB10978123
HSL281°22.39%39.41%
HSB/HSV281°36.59%48.24%
CMYK11.38%36.59%0.00%
51.76%

Color #6D4E7B in popluar number systems.

HEX6D4E7B
Decimal10978123
Binary110110110011101111011
Octal155116173

Shades and tints

Shades of #6D4E7B

#6D4E7B
(109,78,123)
#644770
(100,71,112)
#5B4065
(91,64,101)
#52395A
(82,57,90)
#49324F
(73,50,79)
#402B44
(64,43,68)
#372439
(55,36,57)
#2E1D2E
(46,29,46)
#251623
(37,22,35)
#1C0F18
(28,15,24)
#13080D
(19,8,13)
#000000
(0,0,0)

Tints of #6D4E7B

#6D4E7B
(109,78,123)
#7A5E87
(122,94,135)
#876E93
(135,110,147)
#947E9F
(148,126,159)
#A18EAB
(161,142,171)
#AE9EB7
(174,158,183)
#BBAEC3
(187,174,195)
#C8BECF
(200,190,207)
#D5CEDB
(213,206,219)
#E2DEE7
(226,222,231)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4E7B color. Also use rgb(109,78,123) instead hex code.

Text Font Color

.myTextColor { color: #6D4E7B; }

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

This text font color is #6D4E7B.


Background Color

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

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

This div background color is #6D4E7B.


Border color

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

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

This div border color is #6D4E7B.


Opacity

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

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

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

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

This text has shadow with #6D4E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4E7B on black background.


Color preview on white background

This text has color #6D4E7B on white background.



Black color preview on #6D4E7B background

This text has black color on #6D4E7B background.


White color preview on #6D4E7B background

This text has white color on #6D4E7B background.