COLOR #6DA88A

HEX: #6DA88A RGB: (109,168,138)

Color info

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

RGB color model

#6DA88A color RGB value is (109,168,138).

RGB: (109,168,138) (43%, 66%, 54%)

RGB channels and saturation

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

109
168
138

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

Portions of RGB colors in percentages

R + G + B = 109 + 168 + 138 = 415 (100%)
R 109 of 415 ~ 26.27%
G 168 of 415 ~ 40.48%
B 138 of 415 ~ 33.25'%

%26.27
%40.48
%33.25

CMYK color model

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

  • cyan value is 35.12%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • 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
%17.86
%34.12

Codes

Color #6DA88A in popluar color models

6D A8 8A
RGB 109 168 138
HSL 149° 25.32% 54.31%
HSB/HSV 149° 35.12% 65.88%
CMYK 35.12% 0.00% 17.86%
34.12%

Color #6DA88A in popluar number systems.

HEX 6D A8 8A
Decimal 109 168 138
Binary 1101101 10101000 10001010
Octal 155 250 212

Shades and tints

Shades of #6DA88A

#6DA88A
(109,168,138)
#64997E
(100,153,126)
#5B8A72
(91,138,114)
#527B66
(82,123,102)
#496C5A
(73,108,90)
#405D4E
(64,93,78)
#374E42
(55,78,66)
#2E3F36
(46,63,54)
#25302A
(37,48,42)
#1C211E
(28,33,30)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #6DA88A

#6DA88A
(109,168,138)
#7AAF94
(122,175,148)
#87B69E
(135,182,158)
#94BDA8
(148,189,168)
#A1C4B2
(161,196,178)
#AECBBC
(174,203,188)
#BBD2C6
(187,210,198)
#C8D9D0
(200,217,208)
#D5E0DA
(213,224,218)
#E2E7E4
(226,231,228)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DA88A; }

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

This text font color is #6DA88A.

Background Color

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

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

This div background color is #6DA88A.

Border color

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

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

This div border color is #6DA88A.

Opacity

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

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

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

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

This text has shadow with #6DA88A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DA88A.

Preview

Color preview on black background

This text has color #6DA88A on black background.


Color preview on white background

This text has color #6DA88A on white background.


Black color preview on #6DA88A background

This text has black color on #6DA88A background.


White color preview on #6DA88A background

This text has white color on #6DA88A background.


Related colors

Complementary color

Complementary color for #hex is #925775.


I love getcolorcode.com

Triadic colors

1 #8A6DA8 and #A88A6D with #6DA88A are triadic colors.

2 #8AA86D and #A86D8A with #6DA88A are triadic colors.