COLOR #6E9890

HEX: #6E9890
RGB: (110,152,144)

Color info

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

RGB color model

#6E9890 color RGB value is (110,152,144).

  • red value is 110;
  • green value is 152;
  • blue value is 144.
RGB:
(110,152,144)
(43%,60%,56%)

RGB channels and saturation

R 110 of 255 = 43%
G 152 of 255 = 60%
B 144 of 255 = 56%

110
152
144

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

Portions of RGB colors in percentages

R + G + B =
110 + 152 + 144 = 406 (100%)
R 110 of 406 ~ 27.09%
G 152 of 406 ~ 37.44%
B 144 of 406 ~ 35.47%

%27.09
%37.44
%35.47

CMYK color model

#6E9890 color CMYK value is (28,0,5,40).

  • cyan value is 27.63%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 40.39%
CMYK:
(28,0,5,40)
C28M0Y5K40 
(28%,0%,5%,40%)
(0.28/0.00/0.05/0.40)	

CMYK percentages

%27.63
%0
%5.26
%40.39

Codes

Color #6E9890 in popluar color models

6E9890
RGB110152144
HSL169°16.94%51.37%
HSB/HSV169°27.63%59.61%
CMYK27.63%0.00%5.26%
40.39%

Color #6E9890 in popluar number systems.

HEX6E9890
Decimal110152144
Binary11011101001100010010000
Octal156230220

Shades and tints

Shades of #6E9890

#6E9890
(110,152,144)
#648B83
(100,139,131)
#5A7E76
(90,126,118)
#507169
(80,113,105)
#46645C
(70,100,92)
#3C574F
(60,87,79)
#324A42
(50,74,66)
#283D35
(40,61,53)
#1E3028
(30,48,40)
#14231B
(20,35,27)
#0A160E
(10,22,14)
#000000
(0,0,0)

Tints of #6E9890

#6E9890
(110,152,144)
#7BA19A
(123,161,154)
#88AAA4
(136,170,164)
#95B3AE
(149,179,174)
#A2BCB8
(162,188,184)
#AFC5C2
(175,197,194)
#BCCECC
(188,206,204)
#C9D7D6
(201,215,214)
#D6E0E0
(214,224,224)
#E3E9EA
(227,233,234)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9890 color. Also use rgb(110,152,144) instead hex code.

Text Font Color

.myTextColor { color: #6E9890; }

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

This text font color is #6E9890.


Background Color

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

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

This div background color is #6E9890.


Border color

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

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

This div border color is #6E9890.


Opacity

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

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

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

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

This text has shadow with #6E9890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9890 on black background.


Color preview on white background

This text has color #6E9890 on white background.



Black color preview on #6E9890 background

This text has black color on #6E9890 background.


White color preview on #6E9890 background

This text has white color on #6E9890 background.