COLOR #6EA693

HEX: #6EA693
RGB: (110,166,147)

Color info

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

RGB color model

#6EA693 color RGB value is (110,166,147).

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

RGB channels and saturation

R 110 of 255 = 43%
G 166 of 255 = 65%
B 147 of 255 = 58%

110
166
147

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

Portions of RGB colors in percentages

R + G + B =
110 + 166 + 147 = 423 (100%)
R 110 of 423 ~ 26%
G 166 of 423 ~ 39.24%
B 147 of 423 ~ 34.75%

%26
%39.24
%34.75

CMYK color model

#6EA693 color CMYK value is (34,0,11,35).

  • cyan value is 33.73%
  • magenta value is 0.00%
  • yellow value is 11.45%
  • key color value is 34.90%
CMYK:
(34,0,11,35)
C34M0Y11K35 
(34%,0%,11%,35%)
(0.34/0.00/0.11/0.35)	

CMYK percentages

%33.73
%0
%11.45
%34.9

Codes

Color #6EA693 in popluar color models

6EA693
RGB110166147
HSL160°23.93%54.12%
HSB/HSV160°33.73%65.10%
CMYK33.73%0.00%11.45%
34.90%

Color #6EA693 in popluar number systems.

HEX6EA693
Decimal110166147
Binary11011101010011010010011
Octal156246223

Shades and tints

Shades of #6EA693

#6EA693
(110,166,147)
#649786
(100,151,134)
#5A8879
(90,136,121)
#50796C
(80,121,108)
#466A5F
(70,106,95)
#3C5B52
(60,91,82)
#324C45
(50,76,69)
#283D38
(40,61,56)
#1E2E2B
(30,46,43)
#141F1E
(20,31,30)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #6EA693

#6EA693
(110,166,147)
#7BAE9C
(123,174,156)
#88B6A5
(136,182,165)
#95BEAE
(149,190,174)
#A2C6B7
(162,198,183)
#AFCEC0
(175,206,192)
#BCD6C9
(188,214,201)
#C9DED2
(201,222,210)
#D6E6DB
(214,230,219)
#E3EEE4
(227,238,228)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EA693; }

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

This text font color is #6EA693.


Background Color

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

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

This div background color is #6EA693.


Border color

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

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

This div border color is #6EA693.


Opacity

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

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

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

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

This text has shadow with #6EA693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA693 on black background.


Color preview on white background

This text has color #6EA693 on white background.



Black color preview on #6EA693 background

This text has black color on #6EA693 background.


White color preview on #6EA693 background

This text has white color on #6EA693 background.