COLOR #6DAE9A

HEX: #6DAE9A
RGB: (109,174,154)

Color info

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

RGB color model

#6DAE9A color RGB value is (109,174,154).

  • red value is 109;
  • green value is 174;
  • blue value is 154.
RGB:
(109,174,154)
(43%,68%,60%)

RGB channels and saturation

R 109 of 255 = 43%
G 174 of 255 = 68%
B 154 of 255 = 60%

109
174
154

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

Portions of RGB colors in percentages

R + G + B =
109 + 174 + 154 = 437 (100%)
R 109 of 437 ~ 24.94%
G 174 of 437 ~ 39.82%
B 154 of 437 ~ 35.24%

%24.94
%39.82
%35.24

CMYK color model

#6DAE9A color CMYK value is (37,0,11,32).

  • cyan value is 37.36%
  • magenta value is 0.00%
  • yellow value is 11.49%
  • key color value is 31.76%
CMYK:
(37,0,11,32)
C37M0Y11K32 
(37%,0%,11%,32%)
(0.37/0.00/0.11/0.32)	

CMYK percentages

%37.36
%0
%11.49
%31.76

Codes

Color #6DAE9A in popluar color models

6DAE9A
RGB109174154
HSL162°28.63%55.49%
HSB/HSV162°37.36%68.24%
CMYK37.36%0.00%11.49%
31.76%

Color #6DAE9A in popluar number systems.

HEX6DAE9A
Decimal109174154
Binary11011011010111010011010
Octal155256232

Shades and tints

Shades of #6DAE9A

#6DAE9A
(109,174,154)
#649F8C
(100,159,140)
#5B907E
(91,144,126)
#528170
(82,129,112)
#497262
(73,114,98)
#406354
(64,99,84)
#375446
(55,84,70)
#2E4538
(46,69,56)
#25362A
(37,54,42)
#1C271C
(28,39,28)
#13180E
(19,24,14)
#000000
(0,0,0)

Tints of #6DAE9A

#6DAE9A
(109,174,154)
#7AB5A3
(122,181,163)
#87BCAC
(135,188,172)
#94C3B5
(148,195,181)
#A1CABE
(161,202,190)
#AED1C7
(174,209,199)
#BBD8D0
(187,216,208)
#C8DFD9
(200,223,217)
#D5E6E2
(213,230,226)
#E2EDEB
(226,237,235)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DAE9A color. Also use rgb(109,174,154) instead hex code.

Text Font Color

.myTextColor { color: #6DAE9A; }

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

This text font color is #6DAE9A.


Background Color

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

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

This div background color is #6DAE9A.


Border color

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

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

This div border color is #6DAE9A.


Opacity

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

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

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

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

This text has shadow with #6DAE9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DAE9A on black background.


Color preview on white background

This text has color #6DAE9A on white background.



Black color preview on #6DAE9A background

This text has black color on #6DAE9A background.


White color preview on #6DAE9A background

This text has white color on #6DAE9A background.