COLOR #6D5C74

HEX: #6D5C74
RGB: (109,92,116)

Color info

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

RGB color model

#6D5C74 color RGB value is (109,92,116).

  • red value is 109;
  • green value is 92;
  • blue value is 116.
RGB:
(109,92,116)
(43%,36%,45%)

RGB channels and saturation

R 109 of 255 = 43%
G 92 of 255 = 36%
B 116 of 255 = 45%

109
92
116

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

Portions of RGB colors in percentages

R + G + B =
109 + 92 + 116 = 317 (100%)
R 109 of 317 ~ 34.38%
G 92 of 317 ~ 29.02%
B 116 of 317 ~ 36.59%

%34.38
%29.02
%36.59

CMYK color model

#6D5C74 color CMYK value is (6,21,0,55).

  • cyan value is 6.03%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(6,21,0,55)
C6M21Y0K55 
(6%,21%,0%,55%)
(0.06/0.21/0.00/0.55)	

CMYK percentages

%6.03
%20.69
%0
%54.51

Codes

Color #6D5C74 in popluar color models

6D5C74
RGB10992116
HSL283°11.54%40.78%
HSB/HSV283°20.69%45.49%
CMYK6.03%20.69%0.00%
54.51%

Color #6D5C74 in popluar number systems.

HEX6D5C74
Decimal10992116
Binary110110110111001110100
Octal155134164

Shades and tints

Shades of #6D5C74

#6D5C74
(109,92,116)
#64546A
(100,84,106)
#5B4C60
(91,76,96)
#524456
(82,68,86)
#493C4C
(73,60,76)
#403442
(64,52,66)
#372C38
(55,44,56)
#2E242E
(46,36,46)
#251C24
(37,28,36)
#1C141A
(28,20,26)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #6D5C74

#6D5C74
(109,92,116)
#7A6A80
(122,106,128)
#87788C
(135,120,140)
#948698
(148,134,152)
#A194A4
(161,148,164)
#AEA2B0
(174,162,176)
#BBB0BC
(187,176,188)
#C8BEC8
(200,190,200)
#D5CCD4
(213,204,212)
#E2DAE0
(226,218,224)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5C74 color. Also use rgb(109,92,116) instead hex code.

Text Font Color

.myTextColor { color: #6D5C74; }

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

This text font color is #6D5C74.


Background Color

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

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

This div background color is #6D5C74.


Border color

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

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

This div border color is #6D5C74.


Opacity

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

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

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

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

This text has shadow with #6D5C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5C74 on black background.


Color preview on white background

This text has color #6D5C74 on white background.



Black color preview on #6D5C74 background

This text has black color on #6D5C74 background.


White color preview on #6D5C74 background

This text has white color on #6D5C74 background.