COLOR #6EA892

HEX: #6EA892
RGB: (110,168,146)

Color info

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

RGB color model

#6EA892 color RGB value is (110,168,146).

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

RGB channels and saturation

R 110 of 255 = 43%
G 168 of 255 = 66%
B 146 of 255 = 57%

110
168
146

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

Portions of RGB colors in percentages

R + G + B =
110 + 168 + 146 = 424 (100%)
R 110 of 424 ~ 25.94%
G 168 of 424 ~ 39.62%
B 146 of 424 ~ 34.43%

%25.94
%39.62
%34.43

CMYK color model

#6EA892 color CMYK value is (35,0,13,34).

  • cyan value is 34.52%
  • magenta value is 0.00%
  • yellow value is 13.10%
  • key color value is 34.12%
CMYK:
(35,0,13,34)
C35M0Y13K34 
(35%,0%,13%,34%)
(0.35/0.00/0.13/0.34)	

CMYK percentages

%34.52
%0
%13.1
%34.12

Codes

Color #6EA892 in popluar color models

6EA892
RGB110168146
HSL157°25.00%54.51%
HSB/HSV157°34.52%65.88%
CMYK34.52%0.00%13.10%
34.12%

Color #6EA892 in popluar number systems.

HEX6EA892
Decimal110168146
Binary11011101010100010010010
Octal156250222

Shades and tints

Shades of #6EA892

#6EA892
(110,168,146)
#649985
(100,153,133)
#5A8A78
(90,138,120)
#507B6B
(80,123,107)
#466C5E
(70,108,94)
#3C5D51
(60,93,81)
#324E44
(50,78,68)
#283F37
(40,63,55)
#1E302A
(30,48,42)
#14211D
(20,33,29)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #6EA892

#6EA892
(110,168,146)
#7BAF9B
(123,175,155)
#88B6A4
(136,182,164)
#95BDAD
(149,189,173)
#A2C4B6
(162,196,182)
#AFCBBF
(175,203,191)
#BCD2C8
(188,210,200)
#C9D9D1
(201,217,209)
#D6E0DA
(214,224,218)
#E3E7E3
(227,231,227)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EA892; }

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

This text font color is #6EA892.


Background Color

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

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

This div background color is #6EA892.


Border color

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

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

This div border color is #6EA892.


Opacity

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

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

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

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

This text has shadow with #6EA892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA892 on black background.


Color preview on white background

This text has color #6EA892 on white background.



Black color preview on #6EA892 background

This text has black color on #6EA892 background.


White color preview on #6EA892 background

This text has white color on #6EA892 background.