COLOR #6D666A

HEX: #6D666A
RGB: (109,102,106)

Color info

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

RGB color model

#6D666A color RGB value is (109,102,106).

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

RGB channels and saturation

R 109 of 255 = 43%
G 102 of 255 = 40%
B 106 of 255 = 42%

109
102
106

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

Portions of RGB colors in percentages

R + G + B =
109 + 102 + 106 = 317 (100%)
R 109 of 317 ~ 34.38%
G 102 of 317 ~ 32.18%
B 106 of 317 ~ 33.44%

%34.38
%32.18
%33.44

CMYK color model

#6D666A color CMYK value is (0,6,3,57).

  • cyan value is 0.00%
  • magenta value is 6.42%
  • yellow value is 2.75%
  • key color value is 57.25%
CMYK:
(0,6,3,57)
C0M6Y3K57 
(0%,6%,3%,57%)
(0.00/0.06/0.03/0.57)	

CMYK percentages

%0
%6.42
%2.75
%57.25

Codes

Color #6D666A in popluar color models

6D666A
RGB109102106
HSL326°3.32%41.37%
HSB/HSV326°6.42%42.75%
CMYK0.00%6.42%2.75%
57.25%

Color #6D666A in popluar number systems.

HEX6D666A
Decimal109102106
Binary110110111001101101010
Octal155146152

Shades and tints

Shades of #6D666A

#6D666A
(109,102,106)
#645D61
(100,93,97)
#5B5458
(91,84,88)
#524B4F
(82,75,79)
#494246
(73,66,70)
#40393D
(64,57,61)
#373034
(55,48,52)
#2E272B
(46,39,43)
#251E22
(37,30,34)
#1C1519
(28,21,25)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #6D666A

#6D666A
(109,102,106)
#7A7377
(122,115,119)
#878084
(135,128,132)
#948D91
(148,141,145)
#A19A9E
(161,154,158)
#AEA7AB
(174,167,171)
#BBB4B8
(187,180,184)
#C8C1C5
(200,193,197)
#D5CED2
(213,206,210)
#E2DBDF
(226,219,223)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D666A; }

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

This text font color is #6D666A.


Background Color

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

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

This div background color is #6D666A.


Border color

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

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

This div border color is #6D666A.


Opacity

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

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

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

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

This text has shadow with #6D666A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D666A on black background.


Color preview on white background

This text has color #6D666A on white background.



Black color preview on #6D666A background

This text has black color on #6D666A background.


White color preview on #6D666A background

This text has white color on #6D666A background.