COLOR #6DA889

HEX: #6DA889
RGB: (109,168,137)

Color info

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

RGB color model

#6DA889 color RGB value is (109,168,137).

  • red value is 109;
  • green value is 168;
  • blue value is 137.
RGB:
(109,168,137)
(43%,66%,54%)

RGB channels and saturation

R 109 of 255 = 43%
G 168 of 255 = 66%
B 137 of 255 = 54%

109
168
137

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

Portions of RGB colors in percentages

R + G + B =
109 + 168 + 137 = 414 (100%)
R 109 of 414 ~ 26.33%
G 168 of 414 ~ 40.58%
B 137 of 414 ~ 33.09%

%26.33
%40.58
%33.09

CMYK color model

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

  • cyan value is 35.12%
  • magenta value is 0.00%
  • yellow value is 18.45%
  • key color value is 34.12%
CMYK:
(35,0,18,34)
C35M0Y18K34 
(35%,0%,18%,34%)
(0.35/0.00/0.18/0.34)	

CMYK percentages

%35.12
%0
%18.45
%34.12

Codes

Color #6DA889 in popluar color models

6DA889
RGB109168137
HSL148°25.32%54.31%
HSB/HSV148°35.12%65.88%
CMYK35.12%0.00%18.45%
34.12%

Color #6DA889 in popluar number systems.

HEX6DA889
Decimal109168137
Binary11011011010100010001001
Octal155250211

Shades and tints

Shades of #6DA889

#6DA889
(109,168,137)
#64997D
(100,153,125)
#5B8A71
(91,138,113)
#527B65
(82,123,101)
#496C59
(73,108,89)
#405D4D
(64,93,77)
#374E41
(55,78,65)
#2E3F35
(46,63,53)
#253029
(37,48,41)
#1C211D
(28,33,29)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #6DA889

#6DA889
(109,168,137)
#7AAF93
(122,175,147)
#87B69D
(135,182,157)
#94BDA7
(148,189,167)
#A1C4B1
(161,196,177)
#AECBBB
(174,203,187)
#BBD2C5
(187,210,197)
#C8D9CF
(200,217,207)
#D5E0D9
(213,224,217)
#E2E7E3
(226,231,227)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DA889; }

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

This text font color is #6DA889.


Background Color

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

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

This div background color is #6DA889.


Border color

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

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

This div border color is #6DA889.


Opacity

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

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

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

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

This text has shadow with #6DA889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA889 on black background.


Color preview on white background

This text has color #6DA889 on white background.



Black color preview on #6DA889 background

This text has black color on #6DA889 background.


White color preview on #6DA889 background

This text has white color on #6DA889 background.