COLOR #6DA59F

HEX: #6DA59F
RGB: (109,165,159)

Color info

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

RGB color model

#6DA59F color RGB value is (109,165,159).

  • red value is 109;
  • green value is 165;
  • blue value is 159.
RGB:
(109,165,159)
(43%,65%,62%)

RGB channels and saturation

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

109
165
159

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

Portions of RGB colors in percentages

R + G + B =
109 + 165 + 159 = 433 (100%)
R 109 of 433 ~ 25.17%
G 165 of 433 ~ 38.11%
B 159 of 433 ~ 36.72%

%25.17
%38.11
%36.72

CMYK color model

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

  • cyan value is 33.94%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • 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
%3.64
%35.29

Codes

Color #6DA59F in popluar color models

6DA59F
RGB109165159
HSL174°23.73%53.73%
HSB/HSV174°33.94%64.71%
CMYK33.94%0.00%3.64%
35.29%

Color #6DA59F in popluar number systems.

HEX6DA59F
Decimal109165159
Binary11011011010010110011111
Octal155245237

Shades and tints

Shades of #6DA59F

#6DA59F
(109,165,159)
#649691
(100,150,145)
#5B8783
(91,135,131)
#527875
(82,120,117)
#496967
(73,105,103)
#405A59
(64,90,89)
#374B4B
(55,75,75)
#2E3C3D
(46,60,61)
#252D2F
(37,45,47)
#1C1E21
(28,30,33)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #6DA59F

#6DA59F
(109,165,159)
#7AADA7
(122,173,167)
#87B5AF
(135,181,175)
#94BDB7
(148,189,183)
#A1C5BF
(161,197,191)
#AECDC7
(174,205,199)
#BBD5CF
(187,213,207)
#C8DDD7
(200,221,215)
#D5E5DF
(213,229,223)
#E2EDE7
(226,237,231)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DA59F; }

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

This text font color is #6DA59F.


Background Color

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

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

This div background color is #6DA59F.


Border color

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

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

This div border color is #6DA59F.


Opacity

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

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

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

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

This text has shadow with #6DA59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA59F on black background.


Color preview on white background

This text has color #6DA59F on white background.



Black color preview on #6DA59F background

This text has black color on #6DA59F background.


White color preview on #6DA59F background

This text has white color on #6DA59F background.