COLOR #6E9892

HEX: #6E9892
RGB: (110,152,146)

Color info

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

RGB color model

#6E9892 color RGB value is (110,152,146).

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

RGB channels and saturation

R 110 of 255 = 43%
G 152 of 255 = 60%
B 146 of 255 = 57%

110
152
146

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

Portions of RGB colors in percentages

R + G + B =
110 + 152 + 146 = 408 (100%)
R 110 of 408 ~ 26.96%
G 152 of 408 ~ 37.25%
B 146 of 408 ~ 35.78%

%26.96
%37.25
%35.78

CMYK color model

#6E9892 color CMYK value is (28,0,4,40).

  • cyan value is 27.63%
  • magenta value is 0.00%
  • yellow value is 3.95%
  • key color value is 40.39%
CMYK:
(28,0,4,40)
C28M0Y4K40 
(28%,0%,4%,40%)
(0.28/0.00/0.04/0.40)	

CMYK percentages

%27.63
%0
%3.95
%40.39

Codes

Color #6E9892 in popluar color models

6E9892
RGB110152146
HSL171°16.94%51.37%
HSB/HSV171°27.63%59.61%
CMYK27.63%0.00%3.95%
40.39%

Color #6E9892 in popluar number systems.

HEX6E9892
Decimal110152146
Binary11011101001100010010010
Octal156230222

Shades and tints

Shades of #6E9892

#6E9892
(110,152,146)
#648B85
(100,139,133)
#5A7E78
(90,126,120)
#50716B
(80,113,107)
#46645E
(70,100,94)
#3C5751
(60,87,81)
#324A44
(50,74,68)
#283D37
(40,61,55)
#1E302A
(30,48,42)
#14231D
(20,35,29)
#0A1610
(10,22,16)
#000000
(0,0,0)

Tints of #6E9892

#6E9892
(110,152,146)
#7BA19B
(123,161,155)
#88AAA4
(136,170,164)
#95B3AD
(149,179,173)
#A2BCB6
(162,188,182)
#AFC5BF
(175,197,191)
#BCCEC8
(188,206,200)
#C9D7D1
(201,215,209)
#D6E0DA
(214,224,218)
#E3E9E3
(227,233,227)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9892; }

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

This text font color is #6E9892.


Background Color

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

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

This div background color is #6E9892.


Border color

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

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

This div border color is #6E9892.


Opacity

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

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

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

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

This text has shadow with #6E9892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9892 on black background.


Color preview on white background

This text has color #6E9892 on white background.



Black color preview on #6E9892 background

This text has black color on #6E9892 background.


White color preview on #6E9892 background

This text has white color on #6E9892 background.