COLOR #6DA586

HEX: #6DA586
RGB: (109,165,134)

Color info

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

RGB color model

#6DA586 color RGB value is (109,165,134).

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

RGB channels and saturation

R 109 of 255 = 43%
G 165 of 255 = 65%
B 134 of 255 = 53%

109
165
134

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

Portions of RGB colors in percentages

R + G + B =
109 + 165 + 134 = 408 (100%)
R 109 of 408 ~ 26.72%
G 165 of 408 ~ 40.44%
B 134 of 408 ~ 32.84%

%26.72
%40.44
%32.84

CMYK color model

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

  • cyan value is 33.94%
  • magenta value is 0.00%
  • yellow value is 18.79%
  • key color value is 35.29%
CMYK:
(34,0,19,35)
C34M0Y19K35 
(34%,0%,19%,35%)
(0.34/0.00/0.19/0.35)	

CMYK percentages

%33.94
%0
%18.79
%35.29

Codes

Color #6DA586 in popluar color models

6DA586
RGB109165134
HSL147°23.73%53.73%
HSB/HSV147°33.94%64.71%
CMYK33.94%0.00%18.79%
35.29%

Color #6DA586 in popluar number systems.

HEX6DA586
Decimal109165134
Binary11011011010010110000110
Octal155245206

Shades and tints

Shades of #6DA586

#6DA586
(109,165,134)
#64967A
(100,150,122)
#5B876E
(91,135,110)
#527862
(82,120,98)
#496956
(73,105,86)
#405A4A
(64,90,74)
#374B3E
(55,75,62)
#2E3C32
(46,60,50)
#252D26
(37,45,38)
#1C1E1A
(28,30,26)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #6DA586

#6DA586
(109,165,134)
#7AAD91
(122,173,145)
#87B59C
(135,181,156)
#94BDA7
(148,189,167)
#A1C5B2
(161,197,178)
#AECDBD
(174,205,189)
#BBD5C8
(187,213,200)
#C8DDD3
(200,221,211)
#D5E5DE
(213,229,222)
#E2EDE9
(226,237,233)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DA586; }

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

This text font color is #6DA586.


Background Color

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

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

This div background color is #6DA586.


Border color

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

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

This div border color is #6DA586.


Opacity

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

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

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

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

This text has shadow with #6DA586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA586 on black background.


Color preview on white background

This text has color #6DA586 on white background.



Black color preview on #6DA586 background

This text has black color on #6DA586 background.


White color preview on #6DA586 background

This text has white color on #6DA586 background.