COLOR #6DB389

HEX: #6DB389 RGB: (109,179,137)

Color info

#6DB389 contains mainly green and blue colors. Web safe color of #6DB389 is #669999 (or #699).

RGB color model

#6DB389 color RGB value is (109,179,137).

RGB: (109,179,137) (43%, 70%, 54%)

RGB channels and saturation

R 109 of 255 = 43%
G 179 of 255 = 70%
B 137 of 255 = 54%

109
179
137

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

Portions of RGB colors in percentages

R + G + B = 109 + 179 + 137 = 425 (100%)
R 109 of 425 ~ 25.65%
G 179 of 425 ~ 42.12%
B 137 of 425 ~ 32.24'%

%25.65
%42.12
%32.24

CMYK color model

#6DB389 color CMYK value is (39,0,23,30).

  • cyan value is 39.11%
  • magenta value is 0.00%
  • yellow value is 23.46%
  • key color value is 29.80%
CMYK: (39,0,23,30) C39M0Y23K30 (39%,0%,23%,30%) (0.39/0.00/0.23/0.30) 

CMYK percentages

%39.11
%0
%23.46
%29.8

Codes

Color #6DB389 in popluar color models

6D B3 89
RGB 109 179 137
HSL 144° 31.53% 56.47%
HSB/HSV 144° 39.11% 70.20%
CMYK 39.11% 0.00% 23.46%
29.80%

Color #6DB389 in popluar number systems.

HEX 6D B3 89
Decimal 109 179 137
Binary 1101101 10110011 10001001
Octal 155 263 211

Shades and tints

Shades of #6DB389

#6DB389
(109,179,137)
#64A37D
(100,163,125)
#5B9371
(91,147,113)
#528365
(82,131,101)
#497359
(73,115,89)
#40634D
(64,99,77)
#375341
(55,83,65)
#2E4335
(46,67,53)
#253329
(37,51,41)
#1C231D
(28,35,29)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #6DB389

#6DB389
(109,179,137)
#7AB993
(122,185,147)
#87BF9D
(135,191,157)
#94C5A7
(148,197,167)
#A1CBB1
(161,203,177)
#AED1BB
(174,209,187)
#BBD7C5
(187,215,197)
#C8DDCF
(200,221,207)
#D5E3D9
(213,227,217)
#E2E9E3
(226,233,227)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB389 color. Also use rgb(109,179,137) instead hex code.

Text Font Color

.myTextColor { color: #6DB389; }

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

This text font color is #6DB389.

Background Color

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

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

This div background color is #6DB389.

Border color

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

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

This div border color is #6DB389.

Opacity

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

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

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

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

This text has shadow with #6DB389 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DB389.

Preview

Color preview on black background

This text has color #6DB389 on black background.


Color preview on white background

This text has color #6DB389 on white background.


Black color preview on #6DB389 background

This text has black color on #6DB389 background.


White color preview on #6DB389 background

This text has white color on #6DB389 background.


Related colors

Complementary color

Complementary color for #hex is #924C76.


I love getcolorcode.com

Triadic colors

1 #896DB3 and #B3896D with #6DB389 are triadic colors.

2 #89B36D and #B36D89 with #6DB389 are triadic colors.