COLOR #6DA59E

HEX: #6DA59E RGB: (109,165,158)

Color info

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

RGB color model

#6DA59E color RGB value is (109,165,158).

RGB: (109,165,158) (43%, 65%, 62%)

RGB channels and saturation

R 109 of 255 = 43%
G 165 of 255 = 65%
B 158 of 255 = 62%

109
165
158

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

Portions of RGB colors in percentages

R + G + B = 109 + 165 + 158 = 432 (100%)
R 109 of 432 ~ 25.23%
G 165 of 432 ~ 38.19%
B 158 of 432 ~ 36.57'%

%25.23
%38.19
%36.57

CMYK color model

#6DA59E color CMYK value is (34,0,4,35).

  • cyan value is 33.94%
  • magenta value is 0.00%
  • yellow value is 4.24%
  • key color value is 35.29%
CMYK: (34,0,4,35) C34M0Y4K35 (34%,0%,4%,35%) (0.34/0.00/0.04/0.35) 

CMYK percentages

%33.94
%0
%4.24
%35.29

Codes

Color #6DA59E in popluar color models

6D A5 9E
RGB 109 165 158
HSL 173° 23.73% 53.73%
HSB/HSV 173° 33.94% 64.71%
CMYK 33.94% 0.00% 4.24%
35.29%

Color #6DA59E in popluar number systems.

HEX 6D A5 9E
Decimal 109 165 158
Binary 1101101 10100101 10011110
Octal 155 245 236

Shades and tints

Shades of #6DA59E

#6DA59E
(109,165,158)
#649690
(100,150,144)
#5B8782
(91,135,130)
#527874
(82,120,116)
#496966
(73,105,102)
#405A58
(64,90,88)
#374B4A
(55,75,74)
#2E3C3C
(46,60,60)
#252D2E
(37,45,46)
#1C1E20
(28,30,32)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #6DA59E

#6DA59E
(109,165,158)
#7AADA6
(122,173,166)
#87B5AE
(135,181,174)
#94BDB6
(148,189,182)
#A1C5BE
(161,197,190)
#AECDC6
(174,205,198)
#BBD5CE
(187,213,206)
#C8DDD6
(200,221,214)
#D5E5DE
(213,229,222)
#E2EDE6
(226,237,230)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA59E color. Also use rgb(109,165,158) instead hex code.

Text Font Color

.myTextColor { color: #6DA59E; }

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

This text font color is #6DA59E.

Background Color

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

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

This div background color is #6DA59E.

Border color

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

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

This div border color is #6DA59E.

Opacity

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

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

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

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

This text has shadow with #6DA59E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DA59E.

Preview

Color preview on black background

This text has color #6DA59E on black background.


Color preview on white background

This text has color #6DA59E on white background.


Black color preview on #6DA59E background

This text has black color on #6DA59E background.


White color preview on #6DA59E background

This text has white color on #6DA59E background.


Related colors

Complementary color

Complementary color for #hex is #925A61.


I love getcolorcode.com

Triadic colors

1 #9E6DA5 and #A59E6D with #6DA59E are triadic colors.

2 #9EA56D and #A56D9E with #6DA59E are triadic colors.