COLOR #6D5E6B

HEX: #6D5E6B
RGB: (109,94,107)

Color info

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

RGB color model

#6D5E6B color RGB value is (109,94,107).

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

RGB channels and saturation

R 109 of 255 = 43%
G 94 of 255 = 37%
B 107 of 255 = 42%

109
94
107

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

Portions of RGB colors in percentages

R + G + B =
109 + 94 + 107 = 310 (100%)
R 109 of 310 ~ 35.16%
G 94 of 310 ~ 30.32%
B 107 of 310 ~ 34.52%

%35.16
%30.32
%34.52

CMYK color model

#6D5E6B color CMYK value is (0,14,2,57).

  • cyan value is 0.00%
  • magenta value is 13.76%
  • yellow value is 1.83%
  • key color value is 57.25%
CMYK:
(0,14,2,57)
C0M14Y2K57 
(0%,14%,2%,57%)
(0.00/0.14/0.02/0.57)	

CMYK percentages

%0
%13.76
%1.83
%57.25

Codes

Color #6D5E6B in popluar color models

6D5E6B
RGB10994107
HSL308°7.39%39.80%
HSB/HSV308°13.76%42.75%
CMYK0.00%13.76%1.83%
57.25%

Color #6D5E6B in popluar number systems.

HEX6D5E6B
Decimal10994107
Binary110110110111101101011
Octal155136153

Shades and tints

Shades of #6D5E6B

#6D5E6B
(109,94,107)
#645662
(100,86,98)
#5B4E59
(91,78,89)
#524650
(82,70,80)
#493E47
(73,62,71)
#40363E
(64,54,62)
#372E35
(55,46,53)
#2E262C
(46,38,44)
#251E23
(37,30,35)
#1C161A
(28,22,26)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #6D5E6B

#6D5E6B
(109,94,107)
#7A6C78
(122,108,120)
#877A85
(135,122,133)
#948892
(148,136,146)
#A1969F
(161,150,159)
#AEA4AC
(174,164,172)
#BBB2B9
(187,178,185)
#C8C0C6
(200,192,198)
#D5CED3
(213,206,211)
#E2DCE0
(226,220,224)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5E6B; }

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

This text font color is #6D5E6B.


Background Color

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

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

This div background color is #6D5E6B.


Border color

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

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

This div border color is #6D5E6B.


Opacity

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

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

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

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

This text has shadow with #6D5E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5E6B on black background.


Color preview on white background

This text has color #6D5E6B on white background.



Black color preview on #6D5E6B background

This text has black color on #6D5E6B background.


White color preview on #6D5E6B background

This text has white color on #6D5E6B background.