COLOR #6D6D68

HEX: #6D6D68
RGB: (109,109,104)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

109
109
104

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

Portions of RGB colors in percentages

R + G + B =
109 + 109 + 104 = 322 (100%)
R 109 of 322 ~ 33.85%
G 109 of 322 ~ 33.85%
B 104 of 322 ~ 32.3%

%33.85
%33.85
%32.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 4.59%
  • key color value is 57.25%
CMYK:
(0,0,5,57)
C0M0Y5K57 
(0%,0%,5%,57%)
(0.00/0.00/0.05/0.57)	

CMYK percentages

%0
%0
%4.59
%57.25

Codes

Color #6D6D68 in popluar color models

6D6D68
RGB109109104
HSL60°2.35%41.76%
HSB/HSV60°4.59%42.75%
CMYK0.00%0.00%4.59%
57.25%

Color #6D6D68 in popluar number systems.

HEX6D6D68
Decimal109109104
Binary110110111011011101000
Octal155155150

Shades and tints

Shades of #6D6D68

#6D6D68
(109,109,104)
#64645F
(100,100,95)
#5B5B56
(91,91,86)
#52524D
(82,82,77)
#494944
(73,73,68)
#40403B
(64,64,59)
#373732
(55,55,50)
#2E2E29
(46,46,41)
#252520
(37,37,32)
#1C1C17
(28,28,23)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #6D6D68

#6D6D68
(109,109,104)
#7A7A75
(122,122,117)
#878782
(135,135,130)
#94948F
(148,148,143)
#A1A19C
(161,161,156)
#AEAEA9
(174,174,169)
#BBBBB6
(187,187,182)
#C8C8C3
(200,200,195)
#D5D5D0
(213,213,208)
#E2E2DD
(226,226,221)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6D68; }

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

This text font color is #6D6D68.


Background Color

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

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

This div background color is #6D6D68.


Border color

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

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

This div border color is #6D6D68.


Opacity

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

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

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

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

This text has shadow with #6D6D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6D68 on black background.


Color preview on white background

This text has color #6D6D68 on white background.



Black color preview on #6D6D68 background

This text has black color on #6D6D68 background.


White color preview on #6D6D68 background

This text has white color on #6D6D68 background.