COLOR #6D7E6F

HEX: #6D7E6F RGB: (109,126,111)

Color info

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

RGB color model

#6D7E6F color RGB value is (109,126,111).

RGB: (109,126,111) (43%, 49%, 44%)

RGB channels and saturation

R 109 of 255 = 43%
G 126 of 255 = 49%
B 111 of 255 = 44%

109
126
111

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

Portions of RGB colors in percentages

R + G + B = 109 + 126 + 111 = 346 (100%)
R 109 of 346 ~ 31.5%
G 126 of 346 ~ 36.42%
B 111 of 346 ~ 32.08'%

%31.5
%36.42
%32.08

CMYK color model

#6D7E6F color CMYK value is (13,0,12,51).

  • cyan value is 13.49%
  • magenta value is 0.00%
  • yellow value is 11.90%
  • key color value is 50.59%

CMYK: (13,0,12,51)
C13M0Y12K51 (13%, 0%, 12%, 51%)
(0.13 / 0.00 / 0.12 / 0.51)

CMYK percentages

%13.49
%0
%11.9
%50.59

Codes

Color #6D7E6F in popluar color models

6D 7E 6F
RGB 109 126 111
HSL 127° 7.23% 46.08%
HSB/HSV 127° 13.49% 49.41%
CMYK 13.49% 0.00% 11.90%
50.59%

Color #6D7E6F in popluar number systems.

HEX 6D 7E 6F
Decimal 109 126 111
Binary 1101101 1111110 1101111
Octal 155 176 157

Shades and tints

Shades of #6D7E6F

#6D7E6F
(109,126,111)
#647365
(100,115,101)
#5B685B
(91,104,91)
#525D51
(82,93,81)
#495247
(73,82,71)
#40473D
(64,71,61)
#373C33
(55,60,51)
#2E3129
(46,49,41)
#25261F
(37,38,31)
#1C1B15
(28,27,21)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #6D7E6F

#6D7E6F
(109,126,111)
#7A897C
(122,137,124)
#879489
(135,148,137)
#949F96
(148,159,150)
#A1AAA3
(161,170,163)
#AEB5B0
(174,181,176)
#BBC0BD
(187,192,189)
#C8CBCA
(200,203,202)
#D5D6D7
(213,214,215)
#E2E1E4
(226,225,228)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7E6F; }

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

This text font color is #6D7E6F.

Background Color

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

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

This div background color is #6D7E6F.

Border color

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

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

This div border color is #6D7E6F.

Opacity

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

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

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

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

This text has shadow with #6D7E6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D7E6F.

Preview

Color preview on black background

This text has color #6D7E6F on black background.


Color preview on white background

This text has color #6D7E6F on white background.


Black color preview on #6D7E6F background

This text has black color on #6D7E6F background.


White color preview on #6D7E6F background

This text has white color on #6D7E6F background.


Related colors

Complementary color

Complementary color for #hex is #928190.


I love getcolorcode.com

Triadic colors

1 #6F6D7E and #7E6F6D with #6D7E6F are triadic colors.

2 #6F7E6D and #7E6D6F with #6D7E6F are triadic colors.