COLOR #6D6D6A

HEX: #6D6D6A RGB: (109,109,106)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

109
109
106

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

Portions of RGB colors in percentages

R + G + B = 109 + 109 + 106 = 324 (100%)
R 109 of 324 ~ 33.64%
G 109 of 324 ~ 33.64%
B 106 of 324 ~ 32.72'%

%33.64
%33.64
%32.72

CMYK color model

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

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

CMYK: (0,0,3,57)
C0M0Y3K57 (0%, 0%, 3%, 57%)
(0.00 / 0.00 / 0.03 / 0.57)

CMYK percentages

%0
%0
%2.75
%57.25

Codes

Color #6D6D6A in popluar color models

6D 6D 6A
RGB 109 109 106
HSL 60° 1.40% 42.16%
HSB/HSV 60° 2.75% 42.75%
CMYK 0.00% 0.00% 2.75%
57.25%

Color #6D6D6A in popluar number systems.

HEX 6D 6D 6A
Decimal 109 109 106
Binary 1101101 1101101 1101010
Octal 155 155 152

Shades and tints

Shades of #6D6D6A

#6D6D6A
(109,109,106)
#646461
(100,100,97)
#5B5B58
(91,91,88)
#52524F
(82,82,79)
#494946
(73,73,70)
#40403D
(64,64,61)
#373734
(55,55,52)
#2E2E2B
(46,46,43)
#252522
(37,37,34)
#1C1C19
(28,28,25)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #6D6D6A

#6D6D6A
(109,109,106)
#7A7A77
(122,122,119)
#878784
(135,135,132)
#949491
(148,148,145)
#A1A19E
(161,161,158)
#AEAEAB
(174,174,171)
#BBBBB8
(187,187,184)
#C8C8C5
(200,200,197)
#D5D5D2
(213,213,210)
#E2E2DF
(226,226,223)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6D6A; }

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

This text font color is #6D6D6A.

Background Color

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

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

This div background color is #6D6D6A.

Border color

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

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

This div border color is #6D6D6A.

Opacity

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

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

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

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

This text has shadow with #6D6D6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D6D6A.

Preview

Color preview on black background

This text has color #6D6D6A on black background.


Color preview on white background

This text has color #6D6D6A on white background.


Black color preview on #6D6D6A background

This text has black color on #6D6D6A background.


White color preview on #6D6D6A background

This text has white color on #6D6D6A background.


Related colors

Complementary color

Complementary color for #hex is #929295.


I love getcolorcode.com