COLOR #6D8681

HEX: #6D8681
RGB: (109,134,129)

Color info

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

RGB color model

#6D8681 color RGB value is (109,134,129).

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

RGB channels and saturation

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

109
134
129

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

Portions of RGB colors in percentages

R + G + B =
109 + 134 + 129 = 372 (100%)
R 109 of 372 ~ 29.3%
G 134 of 372 ~ 36.02%
B 129 of 372 ~ 34.68%

%29.3
%36.02
%34.68

CMYK color model

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

  • cyan value is 18.66%
  • magenta value is 0.00%
  • yellow value is 3.73%
  • key color value is 47.45%
CMYK:
(19,0,4,47)
C19M0Y4K47 
(19%,0%,4%,47%)
(0.19/0.00/0.04/0.47)	

CMYK percentages

%18.66
%0
%3.73
%47.45

Codes

Color #6D8681 in popluar color models

6D8681
RGB109134129
HSL168°10.29%47.65%
HSB/HSV168°18.66%52.55%
CMYK18.66%0.00%3.73%
47.45%

Color #6D8681 in popluar number systems.

HEX6D8681
Decimal109134129
Binary11011011000011010000001
Octal155206201

Shades and tints

Shades of #6D8681

#6D8681
(109,134,129)
#647A76
(100,122,118)
#5B6E6B
(91,110,107)
#526260
(82,98,96)
#495655
(73,86,85)
#404A4A
(64,74,74)
#373E3F
(55,62,63)
#2E3234
(46,50,52)
#252629
(37,38,41)
#1C1A1E
(28,26,30)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #6D8681

#6D8681
(109,134,129)
#7A918C
(122,145,140)
#879C97
(135,156,151)
#94A7A2
(148,167,162)
#A1B2AD
(161,178,173)
#AEBDB8
(174,189,184)
#BBC8C3
(187,200,195)
#C8D3CE
(200,211,206)
#D5DED9
(213,222,217)
#E2E9E4
(226,233,228)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8681; }

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

This text font color is #6D8681.


Background Color

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

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

This div background color is #6D8681.


Border color

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

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

This div border color is #6D8681.


Opacity

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

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

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

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

This text has shadow with #6D8681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8681 on black background.


Color preview on white background

This text has color #6D8681 on white background.



Black color preview on #6D8681 background

This text has black color on #6D8681 background.


White color preview on #6D8681 background

This text has white color on #6D8681 background.