COLOR #6D878D

HEX: #6D878D
RGB: (109,135,141)

Color info

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

RGB color model

#6D878D color RGB value is (109,135,141).

  • red value is 109;
  • green value is 135;
  • blue value is 141.
RGB:
(109,135,141)
(43%,53%,55%)

RGB channels and saturation

R 109 of 255 = 43%
G 135 of 255 = 53%
B 141 of 255 = 55%

109
135
141

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

Portions of RGB colors in percentages

R + G + B =
109 + 135 + 141 = 385 (100%)
R 109 of 385 ~ 28.31%
G 135 of 385 ~ 35.06%
B 141 of 385 ~ 36.62%

%28.31
%35.06
%36.62

CMYK color model

#6D878D color CMYK value is (23,4,0,45).

  • cyan value is 22.70%
  • magenta value is 4.26%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(23,4,0,45)
C23M4Y0K45 
(23%,4%,0%,45%)
(0.23/0.04/0.00/0.45)	

CMYK percentages

%22.7
%4.26
%0
%44.71

Codes

Color #6D878D in popluar color models

6D878D
RGB109135141
HSL191°12.80%49.02%
HSB/HSV191°22.70%55.29%
CMYK22.70%4.26%0.00%
44.71%

Color #6D878D in popluar number systems.

HEX6D878D
Decimal109135141
Binary11011011000011110001101
Octal155207215

Shades and tints

Shades of #6D878D

#6D878D
(109,135,141)
#647B81
(100,123,129)
#5B6F75
(91,111,117)
#526369
(82,99,105)
#49575D
(73,87,93)
#404B51
(64,75,81)
#373F45
(55,63,69)
#2E3339
(46,51,57)
#25272D
(37,39,45)
#1C1B21
(28,27,33)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #6D878D

#6D878D
(109,135,141)
#7A9197
(122,145,151)
#879BA1
(135,155,161)
#94A5AB
(148,165,171)
#A1AFB5
(161,175,181)
#AEB9BF
(174,185,191)
#BBC3C9
(187,195,201)
#C8CDD3
(200,205,211)
#D5D7DD
(213,215,221)
#E2E1E7
(226,225,231)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D878D; }

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

This text font color is #6D878D.


Background Color

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

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

This div background color is #6D878D.


Border color

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

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

This div border color is #6D878D.


Opacity

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

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

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

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

This text has shadow with #6D878D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D878D on black background.


Color preview on white background

This text has color #6D878D on white background.



Black color preview on #6D878D background

This text has black color on #6D878D background.


White color preview on #6D878D background

This text has white color on #6D878D background.