COLOR #6E9894

HEX: #6E9894
RGB: (110,152,148)

Color info

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

RGB color model

#6E9894 color RGB value is (110,152,148).

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

RGB channels and saturation

R 110 of 255 = 43%
G 152 of 255 = 60%
B 148 of 255 = 58%

110
152
148

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

Portions of RGB colors in percentages

R + G + B =
110 + 152 + 148 = 410 (100%)
R 110 of 410 ~ 26.83%
G 152 of 410 ~ 37.07%
B 148 of 410 ~ 36.1%

%26.83
%37.07
%36.1

CMYK color model

#6E9894 color CMYK value is (28,0,3,40).

  • cyan value is 27.63%
  • magenta value is 0.00%
  • yellow value is 2.63%
  • key color value is 40.39%
CMYK:
(28,0,3,40)
C28M0Y3K40 
(28%,0%,3%,40%)
(0.28/0.00/0.03/0.40)	

CMYK percentages

%27.63
%0
%2.63
%40.39

Codes

Color #6E9894 in popluar color models

6E9894
RGB110152148
HSL174°16.94%51.37%
HSB/HSV174°27.63%59.61%
CMYK27.63%0.00%2.63%
40.39%

Color #6E9894 in popluar number systems.

HEX6E9894
Decimal110152148
Binary11011101001100010010100
Octal156230224

Shades and tints

Shades of #6E9894

#6E9894
(110,152,148)
#648B87
(100,139,135)
#5A7E7A
(90,126,122)
#50716D
(80,113,109)
#466460
(70,100,96)
#3C5753
(60,87,83)
#324A46
(50,74,70)
#283D39
(40,61,57)
#1E302C
(30,48,44)
#14231F
(20,35,31)
#0A1612
(10,22,18)
#000000
(0,0,0)

Tints of #6E9894

#6E9894
(110,152,148)
#7BA19D
(123,161,157)
#88AAA6
(136,170,166)
#95B3AF
(149,179,175)
#A2BCB8
(162,188,184)
#AFC5C1
(175,197,193)
#BCCECA
(188,206,202)
#C9D7D3
(201,215,211)
#D6E0DC
(214,224,220)
#E3E9E5
(227,233,229)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9894; }

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

This text font color is #6E9894.


Background Color

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

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

This div background color is #6E9894.


Border color

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

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

This div border color is #6E9894.


Opacity

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

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

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

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

This text has shadow with #6E9894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9894 on black background.


Color preview on white background

This text has color #6E9894 on white background.



Black color preview on #6E9894 background

This text has black color on #6E9894 background.


White color preview on #6E9894 background

This text has white color on #6E9894 background.