COLOR #6D7E81

HEX: #6D7E81
RGB: (109,126,129)

Color info

#6D7E81 contains red, green and blue colors in about the same proportion. Web safe color of #6D7E81 is #666699 (or #669).

RGB color model

#6D7E81 color RGB value is (109,126,129).

  • red value is 109;
  • green value is 126;
  • blue value is 129.
RGB:
(109,126,129)
(43%,49%,51%)

RGB channels and saturation

R 109 of 255 = 43%
G 126 of 255 = 49%
B 129 of 255 = 51%

109
126
129

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

Portions of RGB colors in percentages

R + G + B =
109 + 126 + 129 = 364 (100%)
R 109 of 364 ~ 29.95%
G 126 of 364 ~ 34.62%
B 129 of 364 ~ 35.44%

%29.95
%34.62
%35.44

CMYK color model

#6D7E81 color CMYK value is (16,2,0,49).

  • cyan value is 15.50%
  • magenta value is 2.33%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(16,2,0,49)
C16M2Y0K49 
(16%,2%,0%,49%)
(0.16/0.02/0.00/0.49)	

CMYK percentages

%15.5
%2.33
%0
%49.41

Codes

Color #6D7E81 in popluar color models

6D7E81
RGB109126129
HSL189°8.40%46.67%
HSB/HSV189°15.50%50.59%
CMYK15.50%2.33%0.00%
49.41%

Color #6D7E81 in popluar number systems.

HEX6D7E81
Decimal109126129
Binary1101101111111010000001
Octal155176201

Shades and tints

Shades of #6D7E81

#6D7E81
(109,126,129)
#647376
(100,115,118)
#5B686B
(91,104,107)
#525D60
(82,93,96)
#495255
(73,82,85)
#40474A
(64,71,74)
#373C3F
(55,60,63)
#2E3134
(46,49,52)
#252629
(37,38,41)
#1C1B1E
(28,27,30)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #6D7E81

#6D7E81
(109,126,129)
#7A898C
(122,137,140)
#879497
(135,148,151)
#949FA2
(148,159,162)
#A1AAAD
(161,170,173)
#AEB5B8
(174,181,184)
#BBC0C3
(187,192,195)
#C8CBCE
(200,203,206)
#D5D6D9
(213,214,217)
#E2E1E4
(226,225,228)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7E81; }

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

This text font color is #6D7E81.


Background Color

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

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

This div background color is #6D7E81.


Border color

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

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

This div border color is #6D7E81.


Opacity

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

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

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

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

This text has shadow with #6D7E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7E81 on black background.


Color preview on white background

This text has color #6D7E81 on white background.



Black color preview on #6D7E81 background

This text has black color on #6D7E81 background.


White color preview on #6D7E81 background

This text has white color on #6D7E81 background.