COLOR #6D8781

HEX: #6D8781 RGB: (109,135,129)

Color info

#6D8781 contains red, green and blue colors in about the same proportion. Web safe color of #6D8781 is #669999 (or #699).

RGB color model

#6D8781 color RGB value is (109,135,129).

RGB: (109,135,129) (43%, 53%, 51%)

RGB channels and saturation

R 109 of 255 = 43%
G 135 of 255 = 53%
B 129 of 255 = 51%

109
135
129

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

Portions of RGB colors in percentages

R + G + B = 109 + 135 + 129 = 373 (100%)
R 109 of 373 ~ 29.22%
G 135 of 373 ~ 36.19%
B 129 of 373 ~ 34.58'%

%29.22
%36.19
%34.58

CMYK color model

#6D8781 color CMYK value is (19,0,4,47).

  • cyan value is 19.26%
  • magenta value is 0.00%
  • yellow value is 4.44%
  • key color value is 47.06%

CMYK: (19,0,4,47)
C19M0Y4K47 (19%, 0%, 4%, 47%)
(0.19 / 0.00 / 0.04 / 0.47)

CMYK percentages

%19.26
%0
%4.44
%47.06

Codes

Color #6D8781 in popluar color models

6D 87 81
RGB 109 135 129
HSL 166° 10.66% 47.84%
HSB/HSV 166° 19.26% 52.94%
CMYK 19.26% 0.00% 4.44%
47.06%

Color #6D8781 in popluar number systems.

HEX 6D 87 81
Decimal 109 135 129
Binary 1101101 10000111 10000001
Octal 155 207 201

Shades and tints

Shades of #6D8781

#6D8781
(109,135,129)
#647B76
(100,123,118)
#5B6F6B
(91,111,107)
#526360
(82,99,96)
#495755
(73,87,85)
#404B4A
(64,75,74)
#373F3F
(55,63,63)
#2E3334
(46,51,52)
#252729
(37,39,41)
#1C1B1E
(28,27,30)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #6D8781

#6D8781
(109,135,129)
#7A918C
(122,145,140)
#879B97
(135,155,151)
#94A5A2
(148,165,162)
#A1AFAD
(161,175,173)
#AEB9B8
(174,185,184)
#BBC3C3
(187,195,195)
#C8CDCE
(200,205,206)
#D5D7D9
(213,215,217)
#E2E1E4
(226,225,228)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8781; }

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

This text font color is #6D8781.

Background Color

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

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

This div background color is #6D8781.

Border color

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

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

This div border color is #6D8781.

Opacity

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

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

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

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

This text has shadow with #6D8781 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D8781.

Preview

Color preview on black background

This text has color #6D8781 on black background.


Color preview on white background

This text has color #6D8781 on white background.


Black color preview on #6D8781 background

This text has black color on #6D8781 background.


White color preview on #6D8781 background

This text has white color on #6D8781 background.


Related colors

Complementary color

Complementary color for #hex is #92787E.


I love getcolorcode.com

Triadic colors

1 #816D87 and #87816D with #6D8781 are triadic colors.

2 #81876D and #876D81 with #6D8781 are triadic colors.