COLOR #6E878D

HEX: #6E878D
RGB: (110,135,141)

Color info

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

RGB color model

#6E878D color RGB value is (110,135,141).

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

RGB channels and saturation

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

110
135
141

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

Portions of RGB colors in percentages

R + G + B =
110 + 135 + 141 = 386 (100%)
R 110 of 386 ~ 28.5%
G 135 of 386 ~ 34.97%
B 141 of 386 ~ 36.53%

%28.5
%34.97
%36.53

CMYK color model

#6E878D color CMYK value is (22,4,0,45).

  • cyan value is 21.99%
  • magenta value is 4.26%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(22,4,0,45)
C22M4Y0K45 
(22%,4%,0%,45%)
(0.22/0.04/0.00/0.45)	

CMYK percentages

%21.99
%4.26
%0
%44.71

Codes

Color #6E878D in popluar color models

6E878D
RGB110135141
HSL192°12.35%49.22%
HSB/HSV192°21.99%55.29%
CMYK21.99%4.26%0.00%
44.71%

Color #6E878D in popluar number systems.

HEX6E878D
Decimal110135141
Binary11011101000011110001101
Octal156207215

Shades and tints

Shades of #6E878D

#6E878D
(110,135,141)
#647B81
(100,123,129)
#5A6F75
(90,111,117)
#506369
(80,99,105)
#46575D
(70,87,93)
#3C4B51
(60,75,81)
#323F45
(50,63,69)
#283339
(40,51,57)
#1E272D
(30,39,45)
#141B21
(20,27,33)
#0A0F15
(10,15,21)
#000000
(0,0,0)

Tints of #6E878D

#6E878D
(110,135,141)
#7B9197
(123,145,151)
#889BA1
(136,155,161)
#95A5AB
(149,165,171)
#A2AFB5
(162,175,181)
#AFB9BF
(175,185,191)
#BCC3C9
(188,195,201)
#C9CDD3
(201,205,211)
#D6D7DD
(214,215,221)
#E3E1E7
(227,225,231)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E878D; }

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

This text font color is #6E878D.


Background Color

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

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

This div background color is #6E878D.


Border color

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

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

This div border color is #6E878D.


Opacity

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

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

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

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

This text has shadow with #6E878D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E878D on black background.


Color preview on white background

This text has color #6E878D on white background.



Black color preview on #6E878D background

This text has black color on #6E878D background.


White color preview on #6E878D background

This text has white color on #6E878D background.