COLOR #6D5E6F

HEX: #6D5E6F RGB: (109,94,111)

Color info

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

RGB color model

#6D5E6F color RGB value is (109,94,111).

RGB: (109,94,111) (43%, 37%, 44%)

RGB channels and saturation

R 109 of 255 = 43%
G 94 of 255 = 37%
B 111 of 255 = 44%

109
94
111

R + G + B ~ 41%. #6D5E6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 109 + 94 + 111 = 314 (100%)
R 109 of 314 ~ 34.71%
G 94 of 314 ~ 29.94%
B 111 of 314 ~ 35.35'%

%34.71
%29.94
%35.35

CMYK color model

#6D5E6F color CMYK value is (2,15,0,56).

  • cyan value is 1.80%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (2,15,0,56)
C2M15Y0K56 (2%, 15%, 0%, 56%)
(0.02 / 0.15 / 0.00 / 0.56)

CMYK percentages

%1.8
%15.32
%0
%56.47

Codes

Color #6D5E6F in popluar color models

6D 5E 6F
RGB 109 94 111
HSL 293° 8.29% 40.20%
HSB/HSV 293° 15.32% 43.53%
CMYK 1.80% 15.32% 0.00%
56.47%

Color #6D5E6F in popluar number systems.

HEX 6D 5E 6F
Decimal 109 94 111
Binary 1101101 1011110 1101111
Octal 155 136 157

Shades and tints

Shades of #6D5E6F

#6D5E6F
(109,94,111)
#645665
(100,86,101)
#5B4E5B
(91,78,91)
#524651
(82,70,81)
#493E47
(73,62,71)
#40363D
(64,54,61)
#372E33
(55,46,51)
#2E2629
(46,38,41)
#251E1F
(37,30,31)
#1C1615
(28,22,21)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #6D5E6F

#6D5E6F
(109,94,111)
#7A6C7C
(122,108,124)
#877A89
(135,122,137)
#948896
(148,136,150)
#A196A3
(161,150,163)
#AEA4B0
(174,164,176)
#BBB2BD
(187,178,189)
#C8C0CA
(200,192,202)
#D5CED7
(213,206,215)
#E2DCE4
(226,220,228)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5E6F; }

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

This text font color is #6D5E6F.

Background Color

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

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

This div background color is #6D5E6F.

Border color

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

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

This div border color is #6D5E6F.

Opacity

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

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

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

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

This text has shadow with #6D5E6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D5E6F.

Preview

Color preview on black background

This text has color #6D5E6F on black background.


Color preview on white background

This text has color #6D5E6F on white background.


Black color preview on #6D5E6F background

This text has black color on #6D5E6F background.


White color preview on #6D5E6F background

This text has white color on #6D5E6F background.


Related colors

Complementary color

Complementary color for #hex is #92A190.


I love getcolorcode.com

Triadic colors

1 #6F6D5E and #5E6F6D with #6D5E6F are triadic colors.

2 #6F5E6D and #5E6D6F with #6D5E6F are triadic colors.