COLOR #6DA88E

HEX: #6DA88E RGB: (109,168,142)

Color info

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

RGB color model

#6DA88E color RGB value is (109,168,142).

RGB: (109,168,142) (43%, 66%, 56%)

RGB channels and saturation

R 109 of 255 = 43%
G 168 of 255 = 66%
B 142 of 255 = 56%

109
168
142

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

Portions of RGB colors in percentages

R + G + B = 109 + 168 + 142 = 419 (100%)
R 109 of 419 ~ 26.01%
G 168 of 419 ~ 40.1%
B 142 of 419 ~ 33.89'%

%26.01
%40.1
%33.89

CMYK color model

#6DA88E color CMYK value is (35,0,15,34).

  • cyan value is 35.12%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 34.12%

CMYK: (35,0,15,34)
C35M0Y15K34 (35%, 0%, 15%, 34%)
(0.35 / 0.00 / 0.15 / 0.34)

CMYK percentages

%35.12
%0
%15.48
%34.12

Codes

Color #6DA88E in popluar color models

6D A8 8E
RGB 109 168 142
HSL 154° 25.32% 54.31%
HSB/HSV 154° 35.12% 65.88%
CMYK 35.12% 0.00% 15.48%
34.12%

Color #6DA88E in popluar number systems.

HEX 6D A8 8E
Decimal 109 168 142
Binary 1101101 10101000 10001110
Octal 155 250 216

Shades and tints

Shades of #6DA88E

#6DA88E
(109,168,142)
#649982
(100,153,130)
#5B8A76
(91,138,118)
#527B6A
(82,123,106)
#496C5E
(73,108,94)
#405D52
(64,93,82)
#374E46
(55,78,70)
#2E3F3A
(46,63,58)
#25302E
(37,48,46)
#1C2122
(28,33,34)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #6DA88E

#6DA88E
(109,168,142)
#7AAF98
(122,175,152)
#87B6A2
(135,182,162)
#94BDAC
(148,189,172)
#A1C4B6
(161,196,182)
#AECBC0
(174,203,192)
#BBD2CA
(187,210,202)
#C8D9D4
(200,217,212)
#D5E0DE
(213,224,222)
#E2E7E8
(226,231,232)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DA88E; }

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

This text font color is #6DA88E.

Background Color

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

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

This div background color is #6DA88E.

Border color

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

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

This div border color is #6DA88E.

Opacity

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

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

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

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

This text has shadow with #6DA88E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DA88E.

Preview

Color preview on black background

This text has color #6DA88E on black background.


Color preview on white background

This text has color #6DA88E on white background.


Black color preview on #6DA88E background

This text has black color on #6DA88E background.


White color preview on #6DA88E background

This text has white color on #6DA88E background.


Related colors

Complementary color

Complementary color for #hex is #925771.


I love getcolorcode.com

Triadic colors

1 #8E6DA8 and #A88E6D with #6DA88E are triadic colors.

2 #8EA86D and #A86D8E with #6DA88E are triadic colors.