COLOR #6EA69E

HEX: #6EA69E
RGB: (110,166,158)

Color info

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

RGB color model

#6EA69E color RGB value is (110,166,158).

  • red value is 110;
  • green value is 166;
  • blue value is 158.
RGB:
(110,166,158)
(43%,65%,62%)

RGB channels and saturation

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

110
166
158

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

Portions of RGB colors in percentages

R + G + B =
110 + 166 + 158 = 434 (100%)
R 110 of 434 ~ 25.35%
G 166 of 434 ~ 38.25%
B 158 of 434 ~ 36.41%

%25.35
%38.25
%36.41

CMYK color model

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

  • cyan value is 33.73%
  • magenta value is 0.00%
  • yellow value is 4.82%
  • key color value is 34.90%
CMYK:
(34,0,5,35)
C34M0Y5K35 
(34%,0%,5%,35%)
(0.34/0.00/0.05/0.35)	

CMYK percentages

%33.73
%0
%4.82
%34.9

Codes

Color #6EA69E in popluar color models

6EA69E
RGB110166158
HSL171°23.93%54.12%
HSB/HSV171°33.73%65.10%
CMYK33.73%0.00%4.82%
34.90%

Color #6EA69E in popluar number systems.

HEX6EA69E
Decimal110166158
Binary11011101010011010011110
Octal156246236

Shades and tints

Shades of #6EA69E

#6EA69E
(110,166,158)
#649790
(100,151,144)
#5A8882
(90,136,130)
#507974
(80,121,116)
#466A66
(70,106,102)
#3C5B58
(60,91,88)
#324C4A
(50,76,74)
#283D3C
(40,61,60)
#1E2E2E
(30,46,46)
#141F20
(20,31,32)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #6EA69E

#6EA69E
(110,166,158)
#7BAEA6
(123,174,166)
#88B6AE
(136,182,174)
#95BEB6
(149,190,182)
#A2C6BE
(162,198,190)
#AFCEC6
(175,206,198)
#BCD6CE
(188,214,206)
#C9DED6
(201,222,214)
#D6E6DE
(214,230,222)
#E3EEE6
(227,238,230)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EA69E; }

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

This text font color is #6EA69E.


Background Color

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

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

This div background color is #6EA69E.


Border color

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

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

This div border color is #6EA69E.


Opacity

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

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

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

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

This text has shadow with #6EA69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA69E on black background.


Color preview on white background

This text has color #6EA69E on white background.



Black color preview on #6EA69E background

This text has black color on #6EA69E background.


White color preview on #6EA69E background

This text has white color on #6EA69E background.