COLOR #6D6E66

HEX: #6D6E66
RGB: (109,110,102)

Color info

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

RGB color model

#6D6E66 color RGB value is (109,110,102).

  • red value is 109;
  • green value is 110;
  • blue value is 102.
RGB:
(109,110,102)
(43%,43%,40%)

RGB channels and saturation

R 109 of 255 = 43%
G 110 of 255 = 43%
B 102 of 255 = 40%

109
110
102

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

Portions of RGB colors in percentages

R + G + B =
109 + 110 + 102 = 321 (100%)
R 109 of 321 ~ 33.96%
G 110 of 321 ~ 34.27%
B 102 of 321 ~ 31.78%

%33.96
%34.27
%31.78

CMYK color model

#6D6E66 color CMYK value is (1,0,7,57).

  • cyan value is 0.91%
  • magenta value is 0.00%
  • yellow value is 7.27%
  • key color value is 56.86%
CMYK:
(1,0,7,57)
C1M0Y7K57 
(1%,0%,7%,57%)
(0.01/0.00/0.07/0.57)	

CMYK percentages

%0.91
%0
%7.27
%56.86

Codes

Color #6D6E66 in popluar color models

6D6E66
RGB109110102
HSL68°3.77%41.57%
HSB/HSV68°7.27%43.14%
CMYK0.91%0.00%7.27%
56.86%

Color #6D6E66 in popluar number systems.

HEX6D6E66
Decimal109110102
Binary110110111011101100110
Octal155156146

Shades and tints

Shades of #6D6E66

#6D6E66
(109,110,102)
#64645D
(100,100,93)
#5B5A54
(91,90,84)
#52504B
(82,80,75)
#494642
(73,70,66)
#403C39
(64,60,57)
#373230
(55,50,48)
#2E2827
(46,40,39)
#251E1E
(37,30,30)
#1C1415
(28,20,21)
#130A0C
(19,10,12)
#000000
(0,0,0)

Tints of #6D6E66

#6D6E66
(109,110,102)
#7A7B73
(122,123,115)
#878880
(135,136,128)
#94958D
(148,149,141)
#A1A29A
(161,162,154)
#AEAFA7
(174,175,167)
#BBBCB4
(187,188,180)
#C8C9C1
(200,201,193)
#D5D6CE
(213,214,206)
#E2E3DB
(226,227,219)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6E66 color. Also use rgb(109,110,102) instead hex code.

Text Font Color

.myTextColor { color: #6D6E66; }

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

This text font color is #6D6E66.


Background Color

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

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

This div background color is #6D6E66.


Border color

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

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

This div border color is #6D6E66.


Opacity

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

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

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

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

This text has shadow with #6D6E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6E66 on black background.


Color preview on white background

This text has color #6D6E66 on white background.



Black color preview on #6D6E66 background

This text has black color on #6D6E66 background.


White color preview on #6D6E66 background

This text has white color on #6D6E66 background.