COLOR #6D4D6C

HEX: #6D4D6C
RGB: (109,77,108)

Color info

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

RGB color model

#6D4D6C color RGB value is (109,77,108).

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

RGB channels and saturation

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

109
77
108

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

Portions of RGB colors in percentages

R + G + B =
109 + 77 + 108 = 294 (100%)
R 109 of 294 ~ 37.07%
G 77 of 294 ~ 26.19%
B 108 of 294 ~ 36.73%

%37.07
%26.19
%36.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.36%
  • yellow value is 0.92%
  • key color value is 57.25%
CMYK:
(0,29,1,57)
C0M29Y1K57 
(0%,29%,1%,57%)
(0.00/0.29/0.01/0.57)	

CMYK percentages

%0
%29.36
%0.92
%57.25

Codes

Color #6D4D6C in popluar color models

6D4D6C
RGB10977108
HSL302°17.20%36.47%
HSB/HSV302°29.36%42.75%
CMYK0.00%29.36%0.92%
57.25%

Color #6D4D6C in popluar number systems.

HEX6D4D6C
Decimal10977108
Binary110110110011011101100
Octal155115154

Shades and tints

Shades of #6D4D6C

#6D4D6C
(109,77,108)
#644663
(100,70,99)
#5B3F5A
(91,63,90)
#523851
(82,56,81)
#493148
(73,49,72)
#402A3F
(64,42,63)
#372336
(55,35,54)
#2E1C2D
(46,28,45)
#251524
(37,21,36)
#1C0E1B
(28,14,27)
#130712
(19,7,18)
#000000
(0,0,0)

Tints of #6D4D6C

#6D4D6C
(109,77,108)
#7A5D79
(122,93,121)
#876D86
(135,109,134)
#947D93
(148,125,147)
#A18DA0
(161,141,160)
#AE9DAD
(174,157,173)
#BBADBA
(187,173,186)
#C8BDC7
(200,189,199)
#D5CDD4
(213,205,212)
#E2DDE1
(226,221,225)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4D6C; }

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

This text font color is #6D4D6C.


Background Color

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

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

This div background color is #6D4D6C.


Border color

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

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

This div border color is #6D4D6C.


Opacity

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

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

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

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

This text has shadow with #6D4D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4D6C on black background.


Color preview on white background

This text has color #6D4D6C on white background.



Black color preview on #6D4D6C background

This text has black color on #6D4D6C background.


White color preview on #6D4D6C background

This text has white color on #6D4D6C background.