COLOR #6EA79E

HEX: #6EA79E RGB: (110,167,158)

Color info

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

RGB color model

#6EA79E color RGB value is (110,167,158).

RGB: (110,167,158) (43%, 65%, 62%)

RGB channels and saturation

R 110 of 255 = 43%
G 167 of 255 = 65%
B 158 of 255 = 62%

110
167
158

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

Portions of RGB colors in percentages

R + G + B = 110 + 167 + 158 = 435 (100%)
R 110 of 435 ~ 25.29%
G 167 of 435 ~ 38.39%
B 158 of 435 ~ 36.32'%

%25.29
%38.39
%36.32

CMYK color model

#6EA79E color CMYK value is (34,0,5,35).

  • cyan value is 34.13%
  • magenta value is 0.00%
  • yellow value is 5.39%
  • key color value is 34.51%

CMYK: (34,0,5,35)
C34M0Y5K35 (34%, 0%, 5%, 35%)
(0.34 / 0.00 / 0.05 / 0.35)

CMYK percentages

%34.13
%0
%5.39
%34.51

Codes

Color #6EA79E in popluar color models

6E A7 9E
RGB 110 167 158
HSL 171° 24.46% 54.31%
HSB/HSV 171° 34.13% 65.49%
CMYK 34.13% 0.00% 5.39%
34.51%

Color #6EA79E in popluar number systems.

HEX 6E A7 9E
Decimal 110 167 158
Binary 1101110 10100111 10011110
Octal 156 247 236

Shades and tints

Shades of #6EA79E

#6EA79E
(110,167,158)
#649890
(100,152,144)
#5A8982
(90,137,130)
#507A74
(80,122,116)
#466B66
(70,107,102)
#3C5C58
(60,92,88)
#324D4A
(50,77,74)
#283E3C
(40,62,60)
#1E2F2E
(30,47,46)
#142020
(20,32,32)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #6EA79E

#6EA79E
(110,167,158)
#7BAFA6
(123,175,166)
#88B7AE
(136,183,174)
#95BFB6
(149,191,182)
#A2C7BE
(162,199,190)
#AFCFC6
(175,207,198)
#BCD7CE
(188,215,206)
#C9DFD6
(201,223,214)
#D6E7DE
(214,231,222)
#E3EFE6
(227,239,230)
#F0F7EE
(240,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA79E color. Also use rgb(110,167,158) instead hex code.

Text Font Color

.myTextColor { color: #6EA79E; }

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

This text font color is #6EA79E.

Background Color

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

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

This div background color is #6EA79E.

Border color

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

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

This div border color is #6EA79E.

Opacity

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

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

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

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

This text has shadow with #6EA79E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EA79E.

Preview

Color preview on black background

This text has color #6EA79E on black background.


Color preview on white background

This text has color #6EA79E on white background.


Black color preview on #6EA79E background

This text has black color on #6EA79E background.


White color preview on #6EA79E background

This text has white color on #6EA79E background.


Related colors

Complementary color

Complementary color for #hex is #915861.


I love getcolorcode.com

Triadic colors

1 #9E6EA7 and #A79E6E with #6EA79E are triadic colors.

2 #9EA76E and #A76E9E with #6EA79E are triadic colors.