COLOR #6D807C

HEX: #6D807C RGB: (109,128,124)

Color info

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

RGB color model

#6D807C color RGB value is (109,128,124).

RGB: (109,128,124) (43%, 50%, 49%)

RGB channels and saturation

R 109 of 255 = 43%
G 128 of 255 = 50%
B 124 of 255 = 49%

109
128
124

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

Portions of RGB colors in percentages

R + G + B = 109 + 128 + 124 = 361 (100%)
R 109 of 361 ~ 30.19%
G 128 of 361 ~ 35.46%
B 124 of 361 ~ 34.35'%

%30.19
%35.46
%34.35

CMYK color model

#6D807C color CMYK value is (15,0,3,50).

  • cyan value is 14.84%
  • magenta value is 0.00%
  • yellow value is 3.12%
  • key color value is 49.80%

CMYK: (15,0,3,50)
C15M0Y3K50 (15%, 0%, 3%, 50%)
(0.15 / 0.00 / 0.03 / 0.50)

CMYK percentages

%14.84
%0
%3.12
%49.8

Codes

Color #6D807C in popluar color models

6D 80 7C
RGB 109 128 124
HSL 167° 8.02% 46.47%
HSB/HSV 167° 14.84% 50.20%
CMYK 14.84% 0.00% 3.12%
49.80%

Color #6D807C in popluar number systems.

HEX 6D 80 7C
Decimal 109 128 124
Binary 1101101 10000000 1111100
Octal 155 200 174

Shades and tints

Shades of #6D807C

#6D807C
(109,128,124)
#647571
(100,117,113)
#5B6A66
(91,106,102)
#525F5B
(82,95,91)
#495450
(73,84,80)
#404945
(64,73,69)
#373E3A
(55,62,58)
#2E332F
(46,51,47)
#252824
(37,40,36)
#1C1D19
(28,29,25)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #6D807C

#6D807C
(109,128,124)
#7A8B87
(122,139,135)
#879692
(135,150,146)
#94A19D
(148,161,157)
#A1ACA8
(161,172,168)
#AEB7B3
(174,183,179)
#BBC2BE
(187,194,190)
#C8CDC9
(200,205,201)
#D5D8D4
(213,216,212)
#E2E3DF
(226,227,223)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D807C; }

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

This text font color is #6D807C.

Background Color

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

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

This div background color is #6D807C.

Border color

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

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

This div border color is #6D807C.

Opacity

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

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

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

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

This text has shadow with #6D807C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D807C.

Preview

Color preview on black background

This text has color #6D807C on black background.


Color preview on white background

This text has color #6D807C on white background.


Black color preview on #6D807C background

This text has black color on #6D807C background.


White color preview on #6D807C background

This text has white color on #6D807C background.


Related colors

Complementary color

Complementary color for #hex is #927F83.


I love getcolorcode.com

Triadic colors

1 #7C6D80 and #807C6D with #6D807C are triadic colors.

2 #7C806D and #806D7C with #6D807C are triadic colors.