COLOR #6EA295

HEX: #6EA295
RGB: (110,162,149)

Color info

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

RGB color model

#6EA295 color RGB value is (110,162,149).

  • red value is 110;
  • green value is 162;
  • blue value is 149.
RGB:
(110,162,149)
(43%,64%,58%)

RGB channels and saturation

R 110 of 255 = 43%
G 162 of 255 = 64%
B 149 of 255 = 58%

110
162
149

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

Portions of RGB colors in percentages

R + G + B =
110 + 162 + 149 = 421 (100%)
R 110 of 421 ~ 26.13%
G 162 of 421 ~ 38.48%
B 149 of 421 ~ 35.39%

%26.13
%38.48
%35.39

CMYK color model

#6EA295 color CMYK value is (32,0,8,36).

  • cyan value is 32.10%
  • magenta value is 0.00%
  • yellow value is 8.02%
  • key color value is 36.47%
CMYK:
(32,0,8,36)
C32M0Y8K36 
(32%,0%,8%,36%)
(0.32/0.00/0.08/0.36)	

CMYK percentages

%32.1
%0
%8.02
%36.47

Codes

Color #6EA295 in popluar color models

6EA295
RGB110162149
HSL165°21.85%53.33%
HSB/HSV165°32.10%63.53%
CMYK32.10%0.00%8.02%
36.47%

Color #6EA295 in popluar number systems.

HEX6EA295
Decimal110162149
Binary11011101010001010010101
Octal156242225

Shades and tints

Shades of #6EA295

#6EA295
(110,162,149)
#649488
(100,148,136)
#5A867B
(90,134,123)
#50786E
(80,120,110)
#466A61
(70,106,97)
#3C5C54
(60,92,84)
#324E47
(50,78,71)
#28403A
(40,64,58)
#1E322D
(30,50,45)
#142420
(20,36,32)
#0A1613
(10,22,19)
#000000
(0,0,0)

Tints of #6EA295

#6EA295
(110,162,149)
#7BAA9E
(123,170,158)
#88B2A7
(136,178,167)
#95BAB0
(149,186,176)
#A2C2B9
(162,194,185)
#AFCAC2
(175,202,194)
#BCD2CB
(188,210,203)
#C9DAD4
(201,218,212)
#D6E2DD
(214,226,221)
#E3EAE6
(227,234,230)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA295 color. Also use rgb(110,162,149) instead hex code.

Text Font Color

.myTextColor { color: #6EA295; }

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

This text font color is #6EA295.


Background Color

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

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

This div background color is #6EA295.


Border color

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

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

This div border color is #6EA295.


Opacity

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

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

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

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

This text has shadow with #6EA295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA295 on black background.


Color preview on white background

This text has color #6EA295 on white background.



Black color preview on #6EA295 background

This text has black color on #6EA295 background.


White color preview on #6EA295 background

This text has white color on #6EA295 background.