COLOR #6DA59B

HEX: #6DA59B
RGB: (109,165,155)

Color info

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

RGB color model

#6DA59B color RGB value is (109,165,155).

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

RGB channels and saturation

R 109 of 255 = 43%
G 165 of 255 = 65%
B 155 of 255 = 61%

109
165
155

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

Portions of RGB colors in percentages

R + G + B =
109 + 165 + 155 = 429 (100%)
R 109 of 429 ~ 25.41%
G 165 of 429 ~ 38.46%
B 155 of 429 ~ 36.13%

%25.41
%38.46
%36.13

CMYK color model

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

  • cyan value is 33.94%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 35.29%
CMYK:
(34,0,6,35)
C34M0Y6K35 
(34%,0%,6%,35%)
(0.34/0.00/0.06/0.35)	

CMYK percentages

%33.94
%0
%6.06
%35.29

Codes

Color #6DA59B in popluar color models

6DA59B
RGB109165155
HSL169°23.73%53.73%
HSB/HSV169°33.94%64.71%
CMYK33.94%0.00%6.06%
35.29%

Color #6DA59B in popluar number systems.

HEX6DA59B
Decimal109165155
Binary11011011010010110011011
Octal155245233

Shades and tints

Shades of #6DA59B

#6DA59B
(109,165,155)
#64968D
(100,150,141)
#5B877F
(91,135,127)
#527871
(82,120,113)
#496963
(73,105,99)
#405A55
(64,90,85)
#374B47
(55,75,71)
#2E3C39
(46,60,57)
#252D2B
(37,45,43)
#1C1E1D
(28,30,29)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #6DA59B

#6DA59B
(109,165,155)
#7AADA4
(122,173,164)
#87B5AD
(135,181,173)
#94BDB6
(148,189,182)
#A1C5BF
(161,197,191)
#AECDC8
(174,205,200)
#BBD5D1
(187,213,209)
#C8DDDA
(200,221,218)
#D5E5E3
(213,229,227)
#E2EDEC
(226,237,236)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DA59B; }

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

This text font color is #6DA59B.


Background Color

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

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

This div background color is #6DA59B.


Border color

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

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

This div border color is #6DA59B.


Opacity

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

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

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

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

This text has shadow with #6DA59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA59B on black background.


Color preview on white background

This text has color #6DA59B on white background.



Black color preview on #6DA59B background

This text has black color on #6DA59B background.


White color preview on #6DA59B background

This text has white color on #6DA59B background.