COLOR #6EA496

HEX: #6EA496
RGB: (110,164,150)

Color info

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

RGB color model

#6EA496 color RGB value is (110,164,150).

  • red value is 110;
  • green value is 164;
  • blue value is 150.
RGB:
(110,164,150)
(43%,64%,59%)

RGB channels and saturation

R 110 of 255 = 43%
G 164 of 255 = 64%
B 150 of 255 = 59%

110
164
150

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

Portions of RGB colors in percentages

R + G + B =
110 + 164 + 150 = 424 (100%)
R 110 of 424 ~ 25.94%
G 164 of 424 ~ 38.68%
B 150 of 424 ~ 35.38%

%25.94
%38.68
%35.38

CMYK color model

#6EA496 color CMYK value is (33,0,9,36).

  • cyan value is 32.93%
  • magenta value is 0.00%
  • yellow value is 8.54%
  • key color value is 35.69%
CMYK:
(33,0,9,36)
C33M0Y9K36 
(33%,0%,9%,36%)
(0.33/0.00/0.09/0.36)	

CMYK percentages

%32.93
%0
%8.54
%35.69

Codes

Color #6EA496 in popluar color models

6EA496
RGB110164150
HSL164°22.88%53.73%
HSB/HSV164°32.93%64.31%
CMYK32.93%0.00%8.54%
35.69%

Color #6EA496 in popluar number systems.

HEX6EA496
Decimal110164150
Binary11011101010010010010110
Octal156244226

Shades and tints

Shades of #6EA496

#6EA496
(110,164,150)
#649689
(100,150,137)
#5A887C
(90,136,124)
#507A6F
(80,122,111)
#466C62
(70,108,98)
#3C5E55
(60,94,85)
#325048
(50,80,72)
#28423B
(40,66,59)
#1E342E
(30,52,46)
#142621
(20,38,33)
#0A1814
(10,24,20)
#000000
(0,0,0)

Tints of #6EA496

#6EA496
(110,164,150)
#7BAC9F
(123,172,159)
#88B4A8
(136,180,168)
#95BCB1
(149,188,177)
#A2C4BA
(162,196,186)
#AFCCC3
(175,204,195)
#BCD4CC
(188,212,204)
#C9DCD5
(201,220,213)
#D6E4DE
(214,228,222)
#E3ECE7
(227,236,231)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EA496; }

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

This text font color is #6EA496.


Background Color

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

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

This div background color is #6EA496.


Border color

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

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

This div border color is #6EA496.


Opacity

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

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

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

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

This text has shadow with #6EA496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA496 on black background.


Color preview on white background

This text has color #6EA496 on white background.



Black color preview on #6EA496 background

This text has black color on #6EA496 background.


White color preview on #6EA496 background

This text has white color on #6EA496 background.