COLOR #6EA486

HEX: #6EA486 RGB: (110,164,134)

Color info

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

RGB color model

#6EA486 color RGB value is (110,164,134).

RGB: (110,164,134) (43%, 64%, 53%)

RGB channels and saturation

R 110 of 255 = 43%
G 164 of 255 = 64%
B 134 of 255 = 53%

110
164
134

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

Portions of RGB colors in percentages

R + G + B = 110 + 164 + 134 = 408 (100%)
R 110 of 408 ~ 26.96%
G 164 of 408 ~ 40.2%
B 134 of 408 ~ 32.84'%

%26.96
%40.2
%32.84

CMYK color model

#6EA486 color CMYK value is (33,0,18,36).

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

CMYK: (33,0,18,36)
C33M0Y18K36 (33%, 0%, 18%, 36%)
(0.33 / 0.00 / 0.18 / 0.36)

CMYK percentages

%32.93
%0
%18.29
%35.69

Codes

Color #6EA486 in popluar color models

6E A4 86
RGB 110 164 134
HSL 147° 22.88% 53.73%
HSB/HSV 147° 32.93% 64.31%
CMYK 32.93% 0.00% 18.29%
35.69%

Color #6EA486 in popluar number systems.

HEX 6E A4 86
Decimal 110 164 134
Binary 1101110 10100100 10000110
Octal 156 244 206

Shades and tints

Shades of #6EA486

#6EA486
(110,164,134)
#64967A
(100,150,122)
#5A886E
(90,136,110)
#507A62
(80,122,98)
#466C56
(70,108,86)
#3C5E4A
(60,94,74)
#32503E
(50,80,62)
#284232
(40,66,50)
#1E3426
(30,52,38)
#14261A
(20,38,26)
#0A180E
(10,24,14)
#000000
(0,0,0)

Tints of #6EA486

#6EA486
(110,164,134)
#7BAC91
(123,172,145)
#88B49C
(136,180,156)
#95BCA7
(149,188,167)
#A2C4B2
(162,196,178)
#AFCCBD
(175,204,189)
#BCD4C8
(188,212,200)
#C9DCD3
(201,220,211)
#D6E4DE
(214,228,222)
#E3ECE9
(227,236,233)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EA486; }

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

This text font color is #6EA486.

Background Color

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

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

This div background color is #6EA486.

Border color

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

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

This div border color is #6EA486.

Opacity

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

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

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

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

This text has shadow with #6EA486 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EA486.

Preview

Color preview on black background

This text has color #6EA486 on black background.


Color preview on white background

This text has color #6EA486 on white background.


Black color preview on #6EA486 background

This text has black color on #6EA486 background.


White color preview on #6EA486 background

This text has white color on #6EA486 background.


Related colors

Complementary color

Complementary color for #hex is #915B79.


I love getcolorcode.com

Triadic colors

1 #866EA4 and #A4866E with #6EA486 are triadic colors.

2 #86A46E and #A46E86 with #6EA486 are triadic colors.