COLOR #6EA491

HEX: #6EA491 RGB: (110,164,145)

Color info

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

RGB color model

#6EA491 color RGB value is (110,164,145).

RGB: (110,164,145) (43%, 64%, 57%)

RGB channels and saturation

R 110 of 255 = 43%
G 164 of 255 = 64%
B 145 of 255 = 57%

110
164
145

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

Portions of RGB colors in percentages

R + G + B = 110 + 164 + 145 = 419 (100%)
R 110 of 419 ~ 26.25%
G 164 of 419 ~ 39.14%
B 145 of 419 ~ 34.61'%

%26.25
%39.14
%34.61

CMYK color model

#6EA491 color CMYK value is (33,0,12,36).

  • cyan value is 32.93%
  • magenta value is 0.00%
  • yellow value is 11.59%
  • key color value is 35.69%

CMYK: (33,0,12,36)
C33M0Y12K36 (33%, 0%, 12%, 36%)
(0.33 / 0.00 / 0.12 / 0.36)

CMYK percentages

%32.93
%0
%11.59
%35.69

Codes

Color #6EA491 in popluar color models

6E A4 91
RGB 110 164 145
HSL 159° 22.88% 53.73%
HSB/HSV 159° 32.93% 64.31%
CMYK 32.93% 0.00% 11.59%
35.69%

Color #6EA491 in popluar number systems.

HEX 6E A4 91
Decimal 110 164 145
Binary 1101110 10100100 10010001
Octal 156 244 221

Shades and tints

Shades of #6EA491

#6EA491
(110,164,145)
#649684
(100,150,132)
#5A8877
(90,136,119)
#507A6A
(80,122,106)
#466C5D
(70,108,93)
#3C5E50
(60,94,80)
#325043
(50,80,67)
#284236
(40,66,54)
#1E3429
(30,52,41)
#14261C
(20,38,28)
#0A180F
(10,24,15)
#000000
(0,0,0)

Tints of #6EA491

#6EA491
(110,164,145)
#7BAC9B
(123,172,155)
#88B4A5
(136,180,165)
#95BCAF
(149,188,175)
#A2C4B9
(162,196,185)
#AFCCC3
(175,204,195)
#BCD4CD
(188,212,205)
#C9DCD7
(201,220,215)
#D6E4E1
(214,228,225)
#E3ECEB
(227,236,235)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA491 color. Also use rgb(110,164,145) instead hex code.

Text Font Color

.myTextColor { color: #6EA491; }

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

This text font color is #6EA491.

Background Color

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

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

This div background color is #6EA491.

Border color

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

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

This div border color is #6EA491.

Opacity

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

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

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

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

This text has shadow with #6EA491 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EA491.

Preview

Color preview on black background

This text has color #6EA491 on black background.


Color preview on white background

This text has color #6EA491 on white background.


Black color preview on #6EA491 background

This text has black color on #6EA491 background.


White color preview on #6EA491 background

This text has white color on #6EA491 background.


Related colors

Complementary color

Complementary color for #hex is #915B6E.


I love getcolorcode.com

Triadic colors

1 #916EA4 and #A4916E with #6EA491 are triadic colors.

2 #91A46E and #A46E91 with #6EA491 are triadic colors.