COLOR #6DB590

HEX: #6DB590 RGB: (109,181,144)

Color info

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

RGB color model

#6DB590 color RGB value is (109,181,144).

RGB: (109,181,144) (43%, 71%, 56%)

RGB channels and saturation

R 109 of 255 = 43%
G 181 of 255 = 71%
B 144 of 255 = 56%

109
181
144

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

Portions of RGB colors in percentages

R + G + B = 109 + 181 + 144 = 434 (100%)
R 109 of 434 ~ 25.12%
G 181 of 434 ~ 41.71%
B 144 of 434 ~ 33.18'%

%25.12
%41.71
%33.18

CMYK color model

#6DB590 color CMYK value is (40,0,20,29).

  • cyan value is 39.78%
  • magenta value is 0.00%
  • yellow value is 20.44%
  • key color value is 29.02%

CMYK: (40,0,20,29)
C40M0Y20K29 (40%, 0%, 20%, 29%)
(0.40 / 0.00 / 0.20 / 0.29)

CMYK percentages

%39.78
%0
%20.44
%29.02

Codes

Color #6DB590 in popluar color models

6D B5 90
RGB 109 181 144
HSL 149° 32.73% 56.86%
HSB/HSV 149° 39.78% 70.98%
CMYK 39.78% 0.00% 20.44%
29.02%

Color #6DB590 in popluar number systems.

HEX 6D B5 90
Decimal 109 181 144
Binary 1101101 10110101 10010000
Octal 155 265 220

Shades and tints

Shades of #6DB590

#6DB590
(109,181,144)
#64A583
(100,165,131)
#5B9576
(91,149,118)
#528569
(82,133,105)
#49755C
(73,117,92)
#40654F
(64,101,79)
#375542
(55,85,66)
#2E4535
(46,69,53)
#253528
(37,53,40)
#1C251B
(28,37,27)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #6DB590

#6DB590
(109,181,144)
#7ABB9A
(122,187,154)
#87C1A4
(135,193,164)
#94C7AE
(148,199,174)
#A1CDB8
(161,205,184)
#AED3C2
(174,211,194)
#BBD9CC
(187,217,204)
#C8DFD6
(200,223,214)
#D5E5E0
(213,229,224)
#E2EBEA
(226,235,234)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB590 color. Also use rgb(109,181,144) instead hex code.

Text Font Color

.myTextColor { color: #6DB590; }

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

This text font color is #6DB590.

Background Color

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

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

This div background color is #6DB590.

Border color

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

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

This div border color is #6DB590.

Opacity

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

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

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

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

This text has shadow with #6DB590 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DB590.

Preview

Color preview on black background

This text has color #6DB590 on black background.


Color preview on white background

This text has color #6DB590 on white background.


Black color preview on #6DB590 background

This text has black color on #6DB590 background.


White color preview on #6DB590 background

This text has white color on #6DB590 background.


Related colors

Complementary color

Complementary color for #hex is #924A6F.


I love getcolorcode.com

Triadic colors

1 #906DB5 and #B5906D with #6DB590 are triadic colors.

2 #90B56D and #B56D90 with #6DB590 are triadic colors.