COLOR #6D6A6F

HEX: #6D6A6F
RGB: (109,106,111)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

109
106
111

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

Portions of RGB colors in percentages

R + G + B =
109 + 106 + 111 = 326 (100%)
R 109 of 326 ~ 33.44%
G 106 of 326 ~ 32.52%
B 111 of 326 ~ 34.05%

%33.44
%32.52
%34.05

CMYK color model

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

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

CMYK percentages

%1.8
%4.5
%0
%56.47

Codes

Color #6D6A6F in popluar color models

6D6A6F
RGB109106111
HSL276°2.30%42.55%
HSB/HSV276°4.50%43.53%
CMYK1.80%4.50%0.00%
56.47%

Color #6D6A6F in popluar number systems.

HEX6D6A6F
Decimal109106111
Binary110110111010101101111
Octal155152157

Shades and tints

Shades of #6D6A6F

#6D6A6F
(109,106,111)
#646165
(100,97,101)
#5B585B
(91,88,91)
#524F51
(82,79,81)
#494647
(73,70,71)
#403D3D
(64,61,61)
#373433
(55,52,51)
#2E2B29
(46,43,41)
#25221F
(37,34,31)
#1C1915
(28,25,21)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #6D6A6F

#6D6A6F
(109,106,111)
#7A777C
(122,119,124)
#878489
(135,132,137)
#949196
(148,145,150)
#A19EA3
(161,158,163)
#AEABB0
(174,171,176)
#BBB8BD
(187,184,189)
#C8C5CA
(200,197,202)
#D5D2D7
(213,210,215)
#E2DFE4
(226,223,228)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6A6F; }

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

This text font color is #6D6A6F.


Background Color

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

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

This div background color is #6D6A6F.


Border color

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

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

This div border color is #6D6A6F.


Opacity

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

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

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

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

This text has shadow with #6D6A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6A6F on black background.


Color preview on white background

This text has color #6D6A6F on white background.



Black color preview on #6D6A6F background

This text has black color on #6D6A6F background.


White color preview on #6D6A6F background

This text has white color on #6D6A6F background.