COLOR #6D4E6E

HEX: #6D4E6E
RGB: (109,78,110)

Color info

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

RGB color model

#6D4E6E color RGB value is (109,78,110).

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

RGB channels and saturation

R 109 of 255 = 43%
G 78 of 255 = 31%
B 110 of 255 = 43%

109
78
110

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

Portions of RGB colors in percentages

R + G + B =
109 + 78 + 110 = 297 (100%)
R 109 of 297 ~ 36.7%
G 78 of 297 ~ 26.26%
B 110 of 297 ~ 37.04%

%36.7
%26.26
%37.04

CMYK color model

#6D4E6E color CMYK value is (1,29,0,57).

  • cyan value is 0.91%
  • magenta value is 29.09%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(1,29,0,57)
C1M29Y0K57 
(1%,29%,0%,57%)
(0.01/0.29/0.00/0.57)	

CMYK percentages

%0.91
%29.09
%0
%56.86

Codes

Color #6D4E6E in popluar color models

6D4E6E
RGB10978110
HSL298°17.02%36.86%
HSB/HSV298°29.09%43.14%
CMYK0.91%29.09%0.00%
56.86%

Color #6D4E6E in popluar number systems.

HEX6D4E6E
Decimal10978110
Binary110110110011101101110
Octal155116156

Shades and tints

Shades of #6D4E6E

#6D4E6E
(109,78,110)
#644764
(100,71,100)
#5B405A
(91,64,90)
#523950
(82,57,80)
#493246
(73,50,70)
#402B3C
(64,43,60)
#372432
(55,36,50)
#2E1D28
(46,29,40)
#25161E
(37,22,30)
#1C0F14
(28,15,20)
#13080A
(19,8,10)
#000000
(0,0,0)

Tints of #6D4E6E

#6D4E6E
(109,78,110)
#7A5E7B
(122,94,123)
#876E88
(135,110,136)
#947E95
(148,126,149)
#A18EA2
(161,142,162)
#AE9EAF
(174,158,175)
#BBAEBC
(187,174,188)
#C8BEC9
(200,190,201)
#D5CED6
(213,206,214)
#E2DEE3
(226,222,227)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4E6E; }

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

This text font color is #6D4E6E.


Background Color

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

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

This div background color is #6D4E6E.


Border color

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

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

This div border color is #6D4E6E.


Opacity

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

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

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

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

This text has shadow with #6D4E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4E6E on black background.


Color preview on white background

This text has color #6D4E6E on white background.



Black color preview on #6D4E6E background

This text has black color on #6D4E6E background.


White color preview on #6D4E6E background

This text has white color on #6D4E6E background.