COLOR #6D676A

HEX: #6D676A
RGB: (109,103,106)

Color info

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

RGB color model

#6D676A color RGB value is (109,103,106).

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

RGB channels and saturation

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

109
103
106

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

Portions of RGB colors in percentages

R + G + B =
109 + 103 + 106 = 318 (100%)
R 109 of 318 ~ 34.28%
G 103 of 318 ~ 32.39%
B 106 of 318 ~ 33.33%

%34.28
%32.39
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.50%
  • 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
%5.5
%2.75
%57.25

Codes

Color #6D676A in popluar color models

6D676A
RGB109103106
HSL330°2.83%41.57%
HSB/HSV330°5.50%42.75%
CMYK0.00%5.50%2.75%
57.25%

Color #6D676A in popluar number systems.

HEX6D676A
Decimal109103106
Binary110110111001111101010
Octal155147152

Shades and tints

Shades of #6D676A

#6D676A
(109,103,106)
#645E61
(100,94,97)
#5B5558
(91,85,88)
#524C4F
(82,76,79)
#494346
(73,67,70)
#403A3D
(64,58,61)
#373134
(55,49,52)
#2E282B
(46,40,43)
#251F22
(37,31,34)
#1C1619
(28,22,25)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #6D676A

#6D676A
(109,103,106)
#7A7477
(122,116,119)
#878184
(135,129,132)
#948E91
(148,142,145)
#A19B9E
(161,155,158)
#AEA8AB
(174,168,171)
#BBB5B8
(187,181,184)
#C8C2C5
(200,194,197)
#D5CFD2
(213,207,210)
#E2DCDF
(226,220,223)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D676A; }

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

This text font color is #6D676A.


Background Color

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

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

This div background color is #6D676A.


Border color

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

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

This div border color is #6D676A.


Opacity

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

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

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

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

This text has shadow with #6D676A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D676A on black background.


Color preview on white background

This text has color #6D676A on white background.



Black color preview on #6D676A background

This text has black color on #6D676A background.


White color preview on #6D676A background

This text has white color on #6D676A background.