COLOR #6D897E

HEX: #6D897E
RGB: (109,137,126)

Color info

#6D897E contains red, green and blue colors in about the same proportion. Web safe color of #6D897E is #669966 (or #696).

RGB color model

#6D897E color RGB value is (109,137,126).

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

RGB channels and saturation

R 109 of 255 = 43%
G 137 of 255 = 54%
B 126 of 255 = 49%

109
137
126

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

Portions of RGB colors in percentages

R + G + B =
109 + 137 + 126 = 372 (100%)
R 109 of 372 ~ 29.3%
G 137 of 372 ~ 36.83%
B 126 of 372 ~ 33.87%

%29.3
%36.83
%33.87

CMYK color model

#6D897E color CMYK value is (20,0,8,46).

  • cyan value is 20.44%
  • magenta value is 0.00%
  • yellow value is 8.03%
  • key color value is 46.27%
CMYK:
(20,0,8,46)
C20M0Y8K46 
(20%,0%,8%,46%)
(0.20/0.00/0.08/0.46)	

CMYK percentages

%20.44
%0
%8.03
%46.27

Codes

Color #6D897E in popluar color models

6D897E
RGB109137126
HSL156°11.38%48.24%
HSB/HSV156°20.44%53.73%
CMYK20.44%0.00%8.03%
46.27%

Color #6D897E in popluar number systems.

HEX6D897E
Decimal109137126
Binary1101101100010011111110
Octal155211176

Shades and tints

Shades of #6D897E

#6D897E
(109,137,126)
#647D73
(100,125,115)
#5B7168
(91,113,104)
#52655D
(82,101,93)
#495952
(73,89,82)
#404D47
(64,77,71)
#37413C
(55,65,60)
#2E3531
(46,53,49)
#252926
(37,41,38)
#1C1D1B
(28,29,27)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #6D897E

#6D897E
(109,137,126)
#7A9389
(122,147,137)
#879D94
(135,157,148)
#94A79F
(148,167,159)
#A1B1AA
(161,177,170)
#AEBBB5
(174,187,181)
#BBC5C0
(187,197,192)
#C8CFCB
(200,207,203)
#D5D9D6
(213,217,214)
#E2E3E1
(226,227,225)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D897E; }

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

This text font color is #6D897E.


Background Color

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

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

This div background color is #6D897E.


Border color

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

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

This div border color is #6D897E.


Opacity

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

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

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

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

This text has shadow with #6D897E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D897E on black background.


Color preview on white background

This text has color #6D897E on white background.



Black color preview on #6D897E background

This text has black color on #6D897E background.


White color preview on #6D897E background

This text has white color on #6D897E background.