COLOR #6E9687

HEX: #6E9687 RGB: (110,150,135)

Color info

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

RGB color model

#6E9687 color RGB value is (110,150,135).

RGB: (110,150,135) (43%, 59%, 53%)

RGB channels and saturation

R 110 of 255 = 43%
G 150 of 255 = 59%
B 135 of 255 = 53%

110
150
135

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

Portions of RGB colors in percentages

R + G + B = 110 + 150 + 135 = 395 (100%)
R 110 of 395 ~ 27.85%
G 150 of 395 ~ 37.97%
B 135 of 395 ~ 34.18'%

%27.85
%37.97
%34.18

CMYK color model

#6E9687 color CMYK value is (27,0,10,41).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 41.18%

CMYK: (27,0,10,41)
C27M0Y10K41 (27%, 0%, 10%, 41%)
(0.27 / 0.00 / 0.10 / 0.41)

CMYK percentages

%26.67
%0
%10
%41.18

Codes

Color #6E9687 in popluar color models

6E 96 87
RGB 110 150 135
HSL 158° 16.00% 50.98%
HSB/HSV 158° 26.67% 58.82%
CMYK 26.67% 0.00% 10.00%
41.18%

Color #6E9687 in popluar number systems.

HEX 6E 96 87
Decimal 110 150 135
Binary 1101110 10010110 10000111
Octal 156 226 207

Shades and tints

Shades of #6E9687

#6E9687
(110,150,135)
#64897B
(100,137,123)
#5A7C6F
(90,124,111)
#506F63
(80,111,99)
#466257
(70,98,87)
#3C554B
(60,85,75)
#32483F
(50,72,63)
#283B33
(40,59,51)
#1E2E27
(30,46,39)
#14211B
(20,33,27)
#0A140F
(10,20,15)
#000000
(0,0,0)

Tints of #6E9687

#6E9687
(110,150,135)
#7B9F91
(123,159,145)
#88A89B
(136,168,155)
#95B1A5
(149,177,165)
#A2BAAF
(162,186,175)
#AFC3B9
(175,195,185)
#BCCCC3
(188,204,195)
#C9D5CD
(201,213,205)
#D6DED7
(214,222,215)
#E3E7E1
(227,231,225)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9687; }

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

This text font color is #6E9687.

Background Color

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

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

This div background color is #6E9687.

Border color

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

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

This div border color is #6E9687.

Opacity

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

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

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

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

This text has shadow with #6E9687 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E9687.

Preview

Color preview on black background

This text has color #6E9687 on black background.


Color preview on white background

This text has color #6E9687 on white background.


Black color preview on #6E9687 background

This text has black color on #6E9687 background.


White color preview on #6E9687 background

This text has white color on #6E9687 background.


Related colors

Complementary color

Complementary color for #hex is #916978.


I love getcolorcode.com

Triadic colors

1 #876E96 and #96876E with #6E9687 are triadic colors.

2 #87966E and #966E87 with #6E9687 are triadic colors.