COLOR #6DA89C

HEX: #6DA89C
RGB: (109,168,156)

Color info

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

RGB color model

#6DA89C color RGB value is (109,168,156).

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

RGB channels and saturation

R 109 of 255 = 43%
G 168 of 255 = 66%
B 156 of 255 = 61%

109
168
156

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

Portions of RGB colors in percentages

R + G + B =
109 + 168 + 156 = 433 (100%)
R 109 of 433 ~ 25.17%
G 168 of 433 ~ 38.8%
B 156 of 433 ~ 36.03%

%25.17
%38.8
%36.03

CMYK color model

#6DA89C color CMYK value is (35,0,7,34).

  • cyan value is 35.12%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 34.12%
CMYK:
(35,0,7,34)
C35M0Y7K34 
(35%,0%,7%,34%)
(0.35/0.00/0.07/0.34)	

CMYK percentages

%35.12
%0
%7.14
%34.12

Codes

Color #6DA89C in popluar color models

6DA89C
RGB109168156
HSL168°25.32%54.31%
HSB/HSV168°35.12%65.88%
CMYK35.12%0.00%7.14%
34.12%

Color #6DA89C in popluar number systems.

HEX6DA89C
Decimal109168156
Binary11011011010100010011100
Octal155250234

Shades and tints

Shades of #6DA89C

#6DA89C
(109,168,156)
#64998E
(100,153,142)
#5B8A80
(91,138,128)
#527B72
(82,123,114)
#496C64
(73,108,100)
#405D56
(64,93,86)
#374E48
(55,78,72)
#2E3F3A
(46,63,58)
#25302C
(37,48,44)
#1C211E
(28,33,30)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #6DA89C

#6DA89C
(109,168,156)
#7AAFA5
(122,175,165)
#87B6AE
(135,182,174)
#94BDB7
(148,189,183)
#A1C4C0
(161,196,192)
#AECBC9
(174,203,201)
#BBD2D2
(187,210,210)
#C8D9DB
(200,217,219)
#D5E0E4
(213,224,228)
#E2E7ED
(226,231,237)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DA89C; }

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

This text font color is #6DA89C.


Background Color

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

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

This div background color is #6DA89C.


Border color

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

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

This div border color is #6DA89C.


Opacity

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

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

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

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

This text has shadow with #6DA89C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA89C on black background.


Color preview on white background

This text has color #6DA89C on white background.



Black color preview on #6DA89C background

This text has black color on #6DA89C background.


White color preview on #6DA89C background

This text has white color on #6DA89C background.