COLOR #6D6C6A

HEX: #6D6C6A RGB: (109,108,106)

Color info

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

RGB color model

#6D6C6A color RGB value is (109,108,106).

RGB: (109,108,106) (43%, 42%, 42%)

RGB channels and saturation

R 109 of 255 = 43%
G 108 of 255 = 42%
B 106 of 255 = 42%

109
108
106

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

Portions of RGB colors in percentages

R + G + B = 109 + 108 + 106 = 323 (100%)
R 109 of 323 ~ 33.75%
G 108 of 323 ~ 33.44%
B 106 of 323 ~ 32.82'%

%33.75
%33.44
%32.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.92%
  • yellow value is 2.75%
  • key color value is 57.25%

CMYK: (0,1,3,57)
C0M1Y3K57 (0%, 1%, 3%, 57%)
(0.00 / 0.01 / 0.03 / 0.57)

CMYK percentages

%0
%0.92
%2.75
%57.25

Codes

Color #6D6C6A in popluar color models

6D 6C 6A
RGB 109 108 106
HSL 40° 1.40% 42.16%
HSB/HSV 40° 2.75% 42.75%
CMYK 0.00% 0.92% 2.75%
57.25%

Color #6D6C6A in popluar number systems.

HEX 6D 6C 6A
Decimal 109 108 106
Binary 1101101 1101100 1101010
Octal 155 154 152

Shades and tints

Shades of #6D6C6A

#6D6C6A
(109,108,106)
#646361
(100,99,97)
#5B5A58
(91,90,88)
#52514F
(82,81,79)
#494846
(73,72,70)
#403F3D
(64,63,61)
#373634
(55,54,52)
#2E2D2B
(46,45,43)
#252422
(37,36,34)
#1C1B19
(28,27,25)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #6D6C6A

#6D6C6A
(109,108,106)
#7A7977
(122,121,119)
#878684
(135,134,132)
#949391
(148,147,145)
#A1A09E
(161,160,158)
#AEADAB
(174,173,171)
#BBBAB8
(187,186,184)
#C8C7C5
(200,199,197)
#D5D4D2
(213,212,210)
#E2E1DF
(226,225,223)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6C6A; }

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

This text font color is #6D6C6A.

Background Color

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

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

This div background color is #6D6C6A.

Border color

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

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

This div border color is #6D6C6A.

Opacity

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

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

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

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

This text has shadow with #6D6C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D6C6A.

Preview

Color preview on black background

This text has color #6D6C6A on black background.


Color preview on white background

This text has color #6D6C6A on white background.


Black color preview on #6D6C6A background

This text has black color on #6D6C6A background.


White color preview on #6D6C6A background

This text has white color on #6D6C6A background.


Related colors

Complementary color

Complementary color for #hex is #929395.


I love getcolorcode.com

Triadic colors

1 #6A6D6C and #6C6A6D with #6D6C6A are triadic colors.

2 #6A6C6D and #6C6D6A with #6D6C6A are triadic colors.