COLOR #6EC895

HEX: #6EC895
RGB: (110,200,149)

Color info

#6EC895 contains mainly green and blue colors. Web safe color of #6EC895 is #66CC99 (or #6C9).

RGB color model

#6EC895 color RGB value is (110,200,149).

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

RGB channels and saturation

R 110 of 255 = 43%
G 200 of 255 = 78%
B 149 of 255 = 58%

110
200
149

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

Portions of RGB colors in percentages

R + G + B =
110 + 200 + 149 = 459 (100%)
R 110 of 459 ~ 23.97%
G 200 of 459 ~ 43.57%
B 149 of 459 ~ 32.46%

%23.97
%43.57
%32.46

CMYK color model

#6EC895 color CMYK value is (45,0,26,22).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 25.50%
  • key color value is 21.57%
CMYK:
(45,0,26,22)
C45M0Y26K22 
(45%,0%,26%,22%)
(0.45/0.00/0.26/0.22)	

CMYK percentages

%45
%0
%25.5
%21.57

Codes

Color #6EC895 in popluar color models

6EC895
RGB110200149
HSL146°45.00%60.78%
HSB/HSV146°45.00%78.43%
CMYK45.00%0.00%25.50%
21.57%

Color #6EC895 in popluar number systems.

HEX6EC895
Decimal110200149
Binary11011101100100010010101
Octal156310225

Shades and tints

Shades of #6EC895

#6EC895
(110,200,149)
#64B688
(100,182,136)
#5AA47B
(90,164,123)
#50926E
(80,146,110)
#468061
(70,128,97)
#3C6E54
(60,110,84)
#325C47
(50,92,71)
#284A3A
(40,74,58)
#1E382D
(30,56,45)
#142620
(20,38,32)
#0A1413
(10,20,19)
#000000
(0,0,0)

Tints of #6EC895

#6EC895
(110,200,149)
#7BCD9E
(123,205,158)
#88D2A7
(136,210,167)
#95D7B0
(149,215,176)
#A2DCB9
(162,220,185)
#AFE1C2
(175,225,194)
#BCE6CB
(188,230,203)
#C9EBD4
(201,235,212)
#D6F0DD
(214,240,221)
#E3F5E6
(227,245,230)
#F0FAEF
(240,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EC895; }

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

This text font color is #6EC895.


Background Color

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

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

This div background color is #6EC895.


Border color

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

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

This div border color is #6EC895.


Opacity

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

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

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

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

This text has shadow with #6EC895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EC895 on black background.


Color preview on white background

This text has color #6EC895 on white background.



Black color preview on #6EC895 background

This text has black color on #6EC895 background.


White color preview on #6EC895 background

This text has white color on #6EC895 background.