COLOR #6D7570

HEX: #6D7570
RGB: (109,117,112)

Color info

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

RGB color model

#6D7570 color RGB value is (109,117,112).

  • red value is 109;
  • green value is 117;
  • blue value is 112.
RGB:
(109,117,112)
(43%,46%,44%)

RGB channels and saturation

R 109 of 255 = 43%
G 117 of 255 = 46%
B 112 of 255 = 44%

109
117
112

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

Portions of RGB colors in percentages

R + G + B =
109 + 117 + 112 = 338 (100%)
R 109 of 338 ~ 32.25%
G 117 of 338 ~ 34.62%
B 112 of 338 ~ 33.14%

%32.25
%34.62
%33.14

CMYK color model

#6D7570 color CMYK value is (7,0,4,54).

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 4.27%
  • key color value is 54.12%
CMYK:
(7,0,4,54)
C7M0Y4K54 
(7%,0%,4%,54%)
(0.07/0.00/0.04/0.54)	

CMYK percentages

%6.84
%0
%4.27
%54.12

Codes

Color #6D7570 in popluar color models

6D7570
RGB109117112
HSL143°3.54%44.31%
HSB/HSV143°6.84%45.88%
CMYK6.84%0.00%4.27%
54.12%

Color #6D7570 in popluar number systems.

HEX6D7570
Decimal109117112
Binary110110111101011110000
Octal155165160

Shades and tints

Shades of #6D7570

#6D7570
(109,117,112)
#646B66
(100,107,102)
#5B615C
(91,97,92)
#525752
(82,87,82)
#494D48
(73,77,72)
#40433E
(64,67,62)
#373934
(55,57,52)
#2E2F2A
(46,47,42)
#252520
(37,37,32)
#1C1B16
(28,27,22)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #6D7570

#6D7570
(109,117,112)
#7A817D
(122,129,125)
#878D8A
(135,141,138)
#949997
(148,153,151)
#A1A5A4
(161,165,164)
#AEB1B1
(174,177,177)
#BBBDBE
(187,189,190)
#C8C9CB
(200,201,203)
#D5D5D8
(213,213,216)
#E2E1E5
(226,225,229)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7570 color. Also use rgb(109,117,112) instead hex code.

Text Font Color

.myTextColor { color: #6D7570; }

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

This text font color is #6D7570.


Background Color

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

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

This div background color is #6D7570.


Border color

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

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

This div border color is #6D7570.


Opacity

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

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

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

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

This text has shadow with #6D7570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7570 on black background.


Color preview on white background

This text has color #6D7570 on white background.



Black color preview on #6D7570 background

This text has black color on #6D7570 background.


White color preview on #6D7570 background

This text has white color on #6D7570 background.