COLOR #6D4D6A

HEX: #6D4D6A
RGB: (109,77,106)

Color info

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

RGB color model

#6D4D6A color RGB value is (109,77,106).

  • red value is 109;
  • green value is 77;
  • blue value is 106.
RGB:
(109,77,106)
(43%,30%,42%)

RGB channels and saturation

R 109 of 255 = 43%
G 77 of 255 = 30%
B 106 of 255 = 42%

109
77
106

R + G + B ~ 38%. #6D4D6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 77 + 106 = 292 (100%)
R 109 of 292 ~ 37.33%
G 77 of 292 ~ 26.37%
B 106 of 292 ~ 36.3%

%37.33
%26.37
%36.3

CMYK color model

#6D4D6A color CMYK value is (0,29,3,57).

  • cyan value is 0.00%
  • magenta value is 29.36%
  • yellow value is 2.75%
  • key color value is 57.25%
CMYK:
(0,29,3,57)
C0M29Y3K57 
(0%,29%,3%,57%)
(0.00/0.29/0.03/0.57)	

CMYK percentages

%0
%29.36
%2.75
%57.25

Codes

Color #6D4D6A in popluar color models

6D4D6A
RGB10977106
HSL306°17.20%36.47%
HSB/HSV306°29.36%42.75%
CMYK0.00%29.36%2.75%
57.25%

Color #6D4D6A in popluar number systems.

HEX6D4D6A
Decimal10977106
Binary110110110011011101010
Octal155115152

Shades and tints

Shades of #6D4D6A

#6D4D6A
(109,77,106)
#644661
(100,70,97)
#5B3F58
(91,63,88)
#52384F
(82,56,79)
#493146
(73,49,70)
#402A3D
(64,42,61)
#372334
(55,35,52)
#2E1C2B
(46,28,43)
#251522
(37,21,34)
#1C0E19
(28,14,25)
#130710
(19,7,16)
#000000
(0,0,0)

Tints of #6D4D6A

#6D4D6A
(109,77,106)
#7A5D77
(122,93,119)
#876D84
(135,109,132)
#947D91
(148,125,145)
#A18D9E
(161,141,158)
#AE9DAB
(174,157,171)
#BBADB8
(187,173,184)
#C8BDC5
(200,189,197)
#D5CDD2
(213,205,210)
#E2DDDF
(226,221,223)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4D6A color. Also use rgb(109,77,106) instead hex code.

Text Font Color

.myTextColor { color: #6D4D6A; }

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

This text font color is #6D4D6A.


Background Color

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

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

This div background color is #6D4D6A.


Border color

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

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

This div border color is #6D4D6A.


Opacity

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

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

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

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

This text has shadow with #6D4D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4D6A on black background.


Color preview on white background

This text has color #6D4D6A on white background.



Black color preview on #6D4D6A background

This text has black color on #6D4D6A background.


White color preview on #6D4D6A background

This text has white color on #6D4D6A background.