COLOR #6EA19D

HEX: #6EA19D RGB: (110,161,157)

Color info

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

RGB color model

#6EA19D color RGB value is (110,161,157).

RGB: (110,161,157) (43%, 63%, 62%)

RGB channels and saturation

R 110 of 255 = 43%
G 161 of 255 = 63%
B 157 of 255 = 62%

110
161
157

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

Portions of RGB colors in percentages

R + G + B = 110 + 161 + 157 = 428 (100%)
R 110 of 428 ~ 25.7%
G 161 of 428 ~ 37.62%
B 157 of 428 ~ 36.68'%

%25.7
%37.62
%36.68

CMYK color model

#6EA19D color CMYK value is (32,0,2,37).

  • cyan value is 31.68%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • key color value is 36.86%

CMYK: (32,0,2,37)
C32M0Y2K37 (32%, 0%, 2%, 37%)
(0.32 / 0.00 / 0.02 / 0.37)

CMYK percentages

%31.68
%0
%2.48
%36.86

Codes

Color #6EA19D in popluar color models

6E A1 9D
RGB 110 161 157
HSL 175° 21.34% 53.14%
HSB/HSV 175° 31.68% 63.14%
CMYK 31.68% 0.00% 2.48%
36.86%

Color #6EA19D in popluar number systems.

HEX 6E A1 9D
Decimal 110 161 157
Binary 1101110 10100001 10011101
Octal 156 241 235

Shades and tints

Shades of #6EA19D

#6EA19D
(110,161,157)
#64938F
(100,147,143)
#5A8581
(90,133,129)
#507773
(80,119,115)
#466965
(70,105,101)
#3C5B57
(60,91,87)
#324D49
(50,77,73)
#283F3B
(40,63,59)
#1E312D
(30,49,45)
#14231F
(20,35,31)
#0A1511
(10,21,17)
#000000
(0,0,0)

Tints of #6EA19D

#6EA19D
(110,161,157)
#7BA9A5
(123,169,165)
#88B1AD
(136,177,173)
#95B9B5
(149,185,181)
#A2C1BD
(162,193,189)
#AFC9C5
(175,201,197)
#BCD1CD
(188,209,205)
#C9D9D5
(201,217,213)
#D6E1DD
(214,225,221)
#E3E9E5
(227,233,229)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA19D color. Also use rgb(110,161,157) instead hex code.

Text Font Color

.myTextColor { color: #6EA19D; }

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

This text font color is #6EA19D.

Background Color

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

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

This div background color is #6EA19D.

Border color

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

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

This div border color is #6EA19D.

Opacity

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

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

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

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

This text has shadow with #6EA19D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EA19D.

Preview

Color preview on black background

This text has color #6EA19D on black background.


Color preview on white background

This text has color #6EA19D on white background.


Black color preview on #6EA19D background

This text has black color on #6EA19D background.


White color preview on #6EA19D background

This text has white color on #6EA19D background.


Related colors

Complementary color

Complementary color for #hex is #915E62.


I love getcolorcode.com

Triadic colors

1 #9D6EA1 and #A19D6E with #6EA19D are triadic colors.

2 #9DA16E and #A16E9D with #6EA19D are triadic colors.