COLOR #6D4D6B

HEX: #6D4D6B
RGB: (109,77,107)

Color info

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

RGB color model

#6D4D6B color RGB value is (109,77,107).

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

RGB channels and saturation

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

109
77
107

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

Portions of RGB colors in percentages

R + G + B =
109 + 77 + 107 = 293 (100%)
R 109 of 293 ~ 37.2%
G 77 of 293 ~ 26.28%
B 107 of 293 ~ 36.52%

%37.2
%26.28
%36.52

CMYK color model

#6D4D6B color CMYK value is (0,29,2,57).

  • cyan value is 0.00%
  • magenta value is 29.36%
  • yellow value is 1.83%
  • key color value is 57.25%
CMYK:
(0,29,2,57)
C0M29Y2K57 
(0%,29%,2%,57%)
(0.00/0.29/0.02/0.57)	

CMYK percentages

%0
%29.36
%1.83
%57.25

Codes

Color #6D4D6B in popluar color models

6D4D6B
RGB10977107
HSL304°17.20%36.47%
HSB/HSV304°29.36%42.75%
CMYK0.00%29.36%1.83%
57.25%

Color #6D4D6B in popluar number systems.

HEX6D4D6B
Decimal10977107
Binary110110110011011101011
Octal155115153

Shades and tints

Shades of #6D4D6B

#6D4D6B
(109,77,107)
#644662
(100,70,98)
#5B3F59
(91,63,89)
#523850
(82,56,80)
#493147
(73,49,71)
#402A3E
(64,42,62)
#372335
(55,35,53)
#2E1C2C
(46,28,44)
#251523
(37,21,35)
#1C0E1A
(28,14,26)
#130711
(19,7,17)
#000000
(0,0,0)

Tints of #6D4D6B

#6D4D6B
(109,77,107)
#7A5D78
(122,93,120)
#876D85
(135,109,133)
#947D92
(148,125,146)
#A18D9F
(161,141,159)
#AE9DAC
(174,157,172)
#BBADB9
(187,173,185)
#C8BDC6
(200,189,198)
#D5CDD3
(213,205,211)
#E2DDE0
(226,221,224)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4D6B; }

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

This text font color is #6D4D6B.


Background Color

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

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

This div background color is #6D4D6B.


Border color

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

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

This div border color is #6D4D6B.


Opacity

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

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

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

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

This text has shadow with #6D4D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4D6B on black background.


Color preview on white background

This text has color #6D4D6B on white background.



Black color preview on #6D4D6B background

This text has black color on #6D4D6B background.


White color preview on #6D4D6B background

This text has white color on #6D4D6B background.