COLOR #6DAD95

HEX: #6DAD95 RGB: (109,173,149)

Color info

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

RGB color model

#6DAD95 color RGB value is (109,173,149).

RGB: (109,173,149) (43%, 68%, 58%)

RGB channels and saturation

R 109 of 255 = 43%
G 173 of 255 = 68%
B 149 of 255 = 58%

109
173
149

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

Portions of RGB colors in percentages

R + G + B = 109 + 173 + 149 = 431 (100%)
R 109 of 431 ~ 25.29%
G 173 of 431 ~ 40.14%
B 149 of 431 ~ 34.57'%

%25.29
%40.14
%34.57

CMYK color model

#6DAD95 color CMYK value is (37,0,14,32).

  • cyan value is 36.99%
  • magenta value is 0.00%
  • yellow value is 13.87%
  • key color value is 32.16%

CMYK: (37,0,14,32)
C37M0Y14K32 (37%, 0%, 14%, 32%)
(0.37 / 0.00 / 0.14 / 0.32)

CMYK percentages

%36.99
%0
%13.87
%32.16

Codes

Color #6DAD95 in popluar color models

6D AD 95
RGB 109 173 149
HSL 158° 28.07% 55.29%
HSB/HSV 158° 36.99% 67.84%
CMYK 36.99% 0.00% 13.87%
32.16%

Color #6DAD95 in popluar number systems.

HEX 6D AD 95
Decimal 109 173 149
Binary 1101101 10101101 10010101
Octal 155 255 225

Shades and tints

Shades of #6DAD95

#6DAD95
(109,173,149)
#649E88
(100,158,136)
#5B8F7B
(91,143,123)
#52806E
(82,128,110)
#497161
(73,113,97)
#406254
(64,98,84)
#375347
(55,83,71)
#2E443A
(46,68,58)
#25352D
(37,53,45)
#1C2620
(28,38,32)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #6DAD95

#6DAD95
(109,173,149)
#7AB49E
(122,180,158)
#87BBA7
(135,187,167)
#94C2B0
(148,194,176)
#A1C9B9
(161,201,185)
#AED0C2
(174,208,194)
#BBD7CB
(187,215,203)
#C8DED4
(200,222,212)
#D5E5DD
(213,229,221)
#E2ECE6
(226,236,230)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DAD95 color. Also use rgb(109,173,149) instead hex code.

Text Font Color

.myTextColor { color: #6DAD95; }

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

This text font color is #6DAD95.

Background Color

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

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

This div background color is #6DAD95.

Border color

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

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

This div border color is #6DAD95.

Opacity

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

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

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

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

This text has shadow with #6DAD95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DAD95.

Preview

Color preview on black background

This text has color #6DAD95 on black background.


Color preview on white background

This text has color #6DAD95 on white background.


Black color preview on #6DAD95 background

This text has black color on #6DAD95 background.


White color preview on #6DAD95 background

This text has white color on #6DAD95 background.


Related colors

Complementary color

Complementary color for #hex is #92526A.


I love getcolorcode.com

Triadic colors

1 #956DAD and #AD956D with #6DAD95 are triadic colors.

2 #95AD6D and #AD6D95 with #6DAD95 are triadic colors.