COLOR #6D6D79

HEX: #6D6D79
RGB: (109,109,121)

Color info

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

RGB color model

#6D6D79 color RGB value is (109,109,121).

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

RGB channels and saturation

R 109 of 255 = 43%
G 109 of 255 = 43%
B 121 of 255 = 47%

109
109
121

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

Portions of RGB colors in percentages

R + G + B =
109 + 109 + 121 = 339 (100%)
R 109 of 339 ~ 32.15%
G 109 of 339 ~ 32.15%
B 121 of 339 ~ 35.69%

%32.15
%32.15
%35.69

CMYK color model

#6D6D79 color CMYK value is (10,10,0,53).

  • cyan value is 9.92%
  • magenta value is 9.92%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(10,10,0,53)
C10M10Y0K53 
(10%,10%,0%,53%)
(0.10/0.10/0.00/0.53)	

CMYK percentages

%9.92
%9.92
%0
%52.55

Codes

Color #6D6D79 in popluar color models

6D6D79
RGB109109121
HSL240°5.22%45.10%
HSB/HSV240°9.92%47.45%
CMYK9.92%9.92%0.00%
52.55%

Color #6D6D79 in popluar number systems.

HEX6D6D79
Decimal109109121
Binary110110111011011111001
Octal155155171

Shades and tints

Shades of #6D6D79

#6D6D79
(109,109,121)
#64646E
(100,100,110)
#5B5B63
(91,91,99)
#525258
(82,82,88)
#49494D
(73,73,77)
#404042
(64,64,66)
#373737
(55,55,55)
#2E2E2C
(46,46,44)
#252521
(37,37,33)
#1C1C16
(28,28,22)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #6D6D79

#6D6D79
(109,109,121)
#7A7A85
(122,122,133)
#878791
(135,135,145)
#94949D
(148,148,157)
#A1A1A9
(161,161,169)
#AEAEB5
(174,174,181)
#BBBBC1
(187,187,193)
#C8C8CD
(200,200,205)
#D5D5D9
(213,213,217)
#E2E2E5
(226,226,229)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6D79; }

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

This text font color is #6D6D79.


Background Color

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

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

This div background color is #6D6D79.


Border color

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

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

This div border color is #6D6D79.


Opacity

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

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

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

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

This text has shadow with #6D6D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6D79 on black background.


Color preview on white background

This text has color #6D6D79 on white background.



Black color preview on #6D6D79 background

This text has black color on #6D6D79 background.


White color preview on #6D6D79 background

This text has white color on #6D6D79 background.