COLOR #6D6970

HEX: #6D6970
RGB: (109,105,112)

Color info

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

RGB color model

#6D6970 color RGB value is (109,105,112).

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

RGB channels and saturation

R 109 of 255 = 43%
G 105 of 255 = 41%
B 112 of 255 = 44%

109
105
112

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

Portions of RGB colors in percentages

R + G + B =
109 + 105 + 112 = 326 (100%)
R 109 of 326 ~ 33.44%
G 105 of 326 ~ 32.21%
B 112 of 326 ~ 34.36%

%33.44
%32.21
%34.36

CMYK color model

#6D6970 color CMYK value is (3,6,0,56).

  • cyan value is 2.68%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(3,6,0,56)
C3M6Y0K56 
(3%,6%,0%,56%)
(0.03/0.06/0.00/0.56)	

CMYK percentages

%2.68
%6.25
%0
%56.08

Codes

Color #6D6970 in popluar color models

6D6970
RGB109105112
HSL274°3.23%42.55%
HSB/HSV274°6.25%43.92%
CMYK2.68%6.25%0.00%
56.08%

Color #6D6970 in popluar number systems.

HEX6D6970
Decimal109105112
Binary110110111010011110000
Octal155151160

Shades and tints

Shades of #6D6970

#6D6970
(109,105,112)
#646066
(100,96,102)
#5B575C
(91,87,92)
#524E52
(82,78,82)
#494548
(73,69,72)
#403C3E
(64,60,62)
#373334
(55,51,52)
#2E2A2A
(46,42,42)
#252120
(37,33,32)
#1C1816
(28,24,22)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #6D6970

#6D6970
(109,105,112)
#7A767D
(122,118,125)
#87838A
(135,131,138)
#949097
(148,144,151)
#A19DA4
(161,157,164)
#AEAAB1
(174,170,177)
#BBB7BE
(187,183,190)
#C8C4CB
(200,196,203)
#D5D1D8
(213,209,216)
#E2DEE5
(226,222,229)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6970; }

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

This text font color is #6D6970.


Background Color

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

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

This div background color is #6D6970.


Border color

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

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

This div border color is #6D6970.


Opacity

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

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

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

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

This text has shadow with #6D6970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6970 on black background.


Color preview on white background

This text has color #6D6970 on white background.



Black color preview on #6D6970 background

This text has black color on #6D6970 background.


White color preview on #6D6970 background

This text has white color on #6D6970 background.