COLOR #6D6F6D

HEX: #6D6F6D
RGB: (109,111,109)

Color info

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

RGB color model

#6D6F6D color RGB value is (109,111,109).

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

RGB channels and saturation

R 109 of 255 = 43%
G 111 of 255 = 44%
B 109 of 255 = 43%

109
111
109

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

Portions of RGB colors in percentages

R + G + B =
109 + 111 + 109 = 329 (100%)
R 109 of 329 ~ 33.13%
G 111 of 329 ~ 33.74%
B 109 of 329 ~ 33.13%

%33.13
%33.74
%33.13

CMYK color model

#6D6F6D color CMYK value is (2,0,2,56).

  • cyan value is 1.80%
  • magenta value is 0.00%
  • yellow value is 1.80%
  • key color value is 56.47%
CMYK:
(2,0,2,56)
C2M0Y2K56 
(2%,0%,2%,56%)
(0.02/0.00/0.02/0.56)	

CMYK percentages

%1.8
%0
%1.8
%56.47

Codes

Color #6D6F6D in popluar color models

6D6F6D
RGB109111109
HSL120°0.91%43.14%
HSB/HSV120°1.80%43.53%
CMYK1.80%0.00%1.80%
56.47%

Color #6D6F6D in popluar number systems.

HEX6D6F6D
Decimal109111109
Binary110110111011111101101
Octal155157155

Shades and tints

Shades of #6D6F6D

#6D6F6D
(109,111,109)
#646564
(100,101,100)
#5B5B5B
(91,91,91)
#525152
(82,81,82)
#494749
(73,71,73)
#403D40
(64,61,64)
#373337
(55,51,55)
#2E292E
(46,41,46)
#251F25
(37,31,37)
#1C151C
(28,21,28)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #6D6F6D

#6D6F6D
(109,111,109)
#7A7C7A
(122,124,122)
#878987
(135,137,135)
#949694
(148,150,148)
#A1A3A1
(161,163,161)
#AEB0AE
(174,176,174)
#BBBDBB
(187,189,187)
#C8CAC8
(200,202,200)
#D5D7D5
(213,215,213)
#E2E4E2
(226,228,226)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6F6D; }

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

This text font color is #6D6F6D.


Background Color

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

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

This div background color is #6D6F6D.


Border color

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

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

This div border color is #6D6F6D.


Opacity

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

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

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

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

This text has shadow with #6D6F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6F6D on black background.


Color preview on white background

This text has color #6D6F6D on white background.



Black color preview on #6D6F6D background

This text has black color on #6D6F6D background.


White color preview on #6D6F6D background

This text has white color on #6D6F6D background.