COLOR #6D6E68

HEX: #6D6E68
RGB: (109,110,104)

Color info

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

RGB color model

#6D6E68 color RGB value is (109,110,104).

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

RGB channels and saturation

R 109 of 255 = 43%
G 110 of 255 = 43%
B 104 of 255 = 41%

109
110
104

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

Portions of RGB colors in percentages

R + G + B =
109 + 110 + 104 = 323 (100%)
R 109 of 323 ~ 33.75%
G 110 of 323 ~ 34.06%
B 104 of 323 ~ 32.2%

%33.75
%34.06
%32.2

CMYK color model

#6D6E68 color CMYK value is (1,0,5,57).

  • cyan value is 0.91%
  • magenta value is 0.00%
  • yellow value is 5.45%
  • key color value is 56.86%
CMYK:
(1,0,5,57)
C1M0Y5K57 
(1%,0%,5%,57%)
(0.01/0.00/0.05/0.57)	

CMYK percentages

%0.91
%0
%5.45
%56.86

Codes

Color #6D6E68 in popluar color models

6D6E68
RGB109110104
HSL70°2.80%41.96%
HSB/HSV70°5.45%43.14%
CMYK0.91%0.00%5.45%
56.86%

Color #6D6E68 in popluar number systems.

HEX6D6E68
Decimal109110104
Binary110110111011101101000
Octal155156150

Shades and tints

Shades of #6D6E68

#6D6E68
(109,110,104)
#64645F
(100,100,95)
#5B5A56
(91,90,86)
#52504D
(82,80,77)
#494644
(73,70,68)
#403C3B
(64,60,59)
#373232
(55,50,50)
#2E2829
(46,40,41)
#251E20
(37,30,32)
#1C1417
(28,20,23)
#130A0E
(19,10,14)
#000000
(0,0,0)

Tints of #6D6E68

#6D6E68
(109,110,104)
#7A7B75
(122,123,117)
#878882
(135,136,130)
#94958F
(148,149,143)
#A1A29C
(161,162,156)
#AEAFA9
(174,175,169)
#BBBCB6
(187,188,182)
#C8C9C3
(200,201,195)
#D5D6D0
(213,214,208)
#E2E3DD
(226,227,221)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6E68; }

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

This text font color is #6D6E68.


Background Color

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

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

This div background color is #6D6E68.


Border color

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

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

This div border color is #6D6E68.


Opacity

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

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

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

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

This text has shadow with #6D6E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6E68 on black background.


Color preview on white background

This text has color #6D6E68 on white background.



Black color preview on #6D6E68 background

This text has black color on #6D6E68 background.


White color preview on #6D6E68 background

This text has white color on #6D6E68 background.