COLOR #6D4F6F

HEX: #6D4F6F RGB: (109,79,111)

Color info

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

RGB color model

#6D4F6F color RGB value is (109,79,111).

RGB: (109,79,111) (43%, 31%, 44%)

RGB channels and saturation

R 109 of 255 = 43%
G 79 of 255 = 31%
B 111 of 255 = 44%

109
79
111

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

Portions of RGB colors in percentages

R + G + B = 109 + 79 + 111 = 299 (100%)
R 109 of 299 ~ 36.45%
G 79 of 299 ~ 26.42%
B 111 of 299 ~ 37.12'%

%36.45
%26.42
%37.12

CMYK color model

#6D4F6F color CMYK value is (2,29,0,56).

  • cyan value is 1.80%
  • magenta value is 28.83%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (2,29,0,56) C2M29Y0K56 (2%,29%,0%,56%) (0.02/0.29/0.00/0.56) 

CMYK percentages

%1.8
%28.83
%0
%56.47

Codes

Color #6D4F6F in popluar color models

6D 4F 6F
RGB 109 79 111
HSL 296° 16.84% 37.25%
HSB/HSV 296° 28.83% 43.53%
CMYK 1.80% 28.83% 0.00%
56.47%

Color #6D4F6F in popluar number systems.

HEX 6D 4F 6F
Decimal 109 79 111
Binary 1101101 1001111 1101111
Octal 155 117 157

Shades and tints

Shades of #6D4F6F

#6D4F6F
(109,79,111)
#644865
(100,72,101)
#5B415B
(91,65,91)
#523A51
(82,58,81)
#493347
(73,51,71)
#402C3D
(64,44,61)
#372533
(55,37,51)
#2E1E29
(46,30,41)
#25171F
(37,23,31)
#1C1015
(28,16,21)
#13090B
(19,9,11)
#000000
(0,0,0)

Tints of #6D4F6F

#6D4F6F
(109,79,111)
#7A5F7C
(122,95,124)
#876F89
(135,111,137)
#947F96
(148,127,150)
#A18FA3
(161,143,163)
#AE9FB0
(174,159,176)
#BBAFBD
(187,175,189)
#C8BFCA
(200,191,202)
#D5CFD7
(213,207,215)
#E2DFE4
(226,223,228)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4F6F color. Also use rgb(109,79,111) instead hex code.

Text Font Color

.myTextColor { color: #6D4F6F; }

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

This text font color is #6D4F6F.

Background Color

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

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

This div background color is #6D4F6F.

Border color

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

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

This div border color is #6D4F6F.

Opacity

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

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

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

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

This text has shadow with #6D4F6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D4F6F.

Preview

Color preview on black background

This text has color #6D4F6F on black background.


Color preview on white background

This text has color #6D4F6F on white background.


Black color preview on #6D4F6F background

This text has black color on #6D4F6F background.


White color preview on #6D4F6F background

This text has white color on #6D4F6F background.


Related colors

Complementary color

Complementary color for #hex is #92B090.


I love getcolorcode.com

Triadic colors

1 #6F6D4F and #4F6F6D with #6D4F6F are triadic colors.

2 #6F4F6D and #4F6D6F with #6D4F6F are triadic colors.