COLOR #6E878A

HEX: #6E878A RGB: (110,135,138)

Color info

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

RGB color model

#6E878A color RGB value is (110,135,138).

RGB: (110,135,138) (43%, 53%, 54%)

RGB channels and saturation

R 110 of 255 = 43%
G 135 of 255 = 53%
B 138 of 255 = 54%

110
135
138

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

Portions of RGB colors in percentages

R + G + B = 110 + 135 + 138 = 383 (100%)
R 110 of 383 ~ 28.72%
G 135 of 383 ~ 35.25%
B 138 of 383 ~ 36.03'%

%28.72
%35.25
%36.03

CMYK color model

#6E878A color CMYK value is (20,2,0,46).

  • cyan value is 20.29%
  • magenta value is 2.17%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (20,2,0,46)
C20M2Y0K46 (20%, 2%, 0%, 46%)
(0.20 / 0.02 / 0.00 / 0.46)

CMYK percentages

%20.29
%2.17
%0
%45.88

Codes

Color #6E878A in popluar color models

6E 87 8A
RGB 110 135 138
HSL 186° 11.29% 48.63%
HSB/HSV 186° 20.29% 54.12%
CMYK 20.29% 2.17% 0.00%
45.88%

Color #6E878A in popluar number systems.

HEX 6E 87 8A
Decimal 110 135 138
Binary 1101110 10000111 10001010
Octal 156 207 212

Shades and tints

Shades of #6E878A

#6E878A
(110,135,138)
#647B7E
(100,123,126)
#5A6F72
(90,111,114)
#506366
(80,99,102)
#46575A
(70,87,90)
#3C4B4E
(60,75,78)
#323F42
(50,63,66)
#283336
(40,51,54)
#1E272A
(30,39,42)
#141B1E
(20,27,30)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #6E878A

#6E878A
(110,135,138)
#7B9194
(123,145,148)
#889B9E
(136,155,158)
#95A5A8
(149,165,168)
#A2AFB2
(162,175,178)
#AFB9BC
(175,185,188)
#BCC3C6
(188,195,198)
#C9CDD0
(201,205,208)
#D6D7DA
(214,215,218)
#E3E1E4
(227,225,228)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E878A; }

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

This text font color is #6E878A.

Background Color

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

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

This div background color is #6E878A.

Border color

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

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

This div border color is #6E878A.

Opacity

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

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

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

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

This text has shadow with #6E878A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E878A.

Preview

Color preview on black background

This text has color #6E878A on black background.


Color preview on white background

This text has color #6E878A on white background.


Black color preview on #6E878A background

This text has black color on #6E878A background.


White color preview on #6E878A background

This text has white color on #6E878A background.


Related colors

Complementary color

Complementary color for #hex is #917875.


I love getcolorcode.com

Triadic colors

1 #8A6E87 and #878A6E with #6E878A are triadic colors.

2 #8A876E and #876E8A with #6E878A are triadic colors.