COLOR #6EA290

HEX: #6EA290 RGB: (110,162,144)

Color info

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

RGB color model

#6EA290 color RGB value is (110,162,144).

RGB: (110,162,144) (43%, 64%, 56%)

RGB channels and saturation

R 110 of 255 = 43%
G 162 of 255 = 64%
B 144 of 255 = 56%

110
162
144

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

Portions of RGB colors in percentages

R + G + B = 110 + 162 + 144 = 416 (100%)
R 110 of 416 ~ 26.44%
G 162 of 416 ~ 38.94%
B 144 of 416 ~ 34.62'%

%26.44
%38.94
%34.62

CMYK color model

#6EA290 color CMYK value is (32,0,11,36).

  • cyan value is 32.10%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 36.47%

CMYK: (32,0,11,36)
C32M0Y11K36 (32%, 0%, 11%, 36%)
(0.32 / 0.00 / 0.11 / 0.36)

CMYK percentages

%32.1
%0
%11.11
%36.47

Codes

Color #6EA290 in popluar color models

6E A2 90
RGB 110 162 144
HSL 159° 21.85% 53.33%
HSB/HSV 159° 32.10% 63.53%
CMYK 32.10% 0.00% 11.11%
36.47%

Color #6EA290 in popluar number systems.

HEX 6E A2 90
Decimal 110 162 144
Binary 1101110 10100010 10010000
Octal 156 242 220

Shades and tints

Shades of #6EA290

#6EA290
(110,162,144)
#649483
(100,148,131)
#5A8676
(90,134,118)
#507869
(80,120,105)
#466A5C
(70,106,92)
#3C5C4F
(60,92,79)
#324E42
(50,78,66)
#284035
(40,64,53)
#1E3228
(30,50,40)
#14241B
(20,36,27)
#0A160E
(10,22,14)
#000000
(0,0,0)

Tints of #6EA290

#6EA290
(110,162,144)
#7BAA9A
(123,170,154)
#88B2A4
(136,178,164)
#95BAAE
(149,186,174)
#A2C2B8
(162,194,184)
#AFCAC2
(175,202,194)
#BCD2CC
(188,210,204)
#C9DAD6
(201,218,214)
#D6E2E0
(214,226,224)
#E3EAEA
(227,234,234)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EA290; }

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

This text font color is #6EA290.

Background Color

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

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

This div background color is #6EA290.

Border color

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

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

This div border color is #6EA290.

Opacity

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

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

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

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

This text has shadow with #6EA290 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EA290.

Preview

Color preview on black background

This text has color #6EA290 on black background.


Color preview on white background

This text has color #6EA290 on white background.


Black color preview on #6EA290 background

This text has black color on #6EA290 background.


White color preview on #6EA290 background

This text has white color on #6EA290 background.


Related colors

Complementary color

Complementary color for #hex is #915D6F.


I love getcolorcode.com

Triadic colors

1 #906EA2 and #A2906E with #6EA290 are triadic colors.

2 #90A26E and #A26E90 with #6EA290 are triadic colors.