COLOR #6DA694

HEX: #6DA694 RGB: (109,166,148)

Color info

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

RGB color model

#6DA694 color RGB value is (109,166,148).

RGB: (109,166,148) (43%, 65%, 58%)

RGB channels and saturation

R 109 of 255 = 43%
G 166 of 255 = 65%
B 148 of 255 = 58%

109
166
148

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

Portions of RGB colors in percentages

R + G + B = 109 + 166 + 148 = 423 (100%)
R 109 of 423 ~ 25.77%
G 166 of 423 ~ 39.24%
B 148 of 423 ~ 34.99'%

%25.77
%39.24
%34.99

CMYK color model

#6DA694 color CMYK value is (34,0,11,35).

  • cyan value is 34.34%
  • magenta value is 0.00%
  • yellow value is 10.84%
  • key color value is 34.90%
CMYK: (34,0,11,35) C34M0Y11K35 (34%,0%,11%,35%) (0.34/0.00/0.11/0.35) 

CMYK percentages

%34.34
%0
%10.84
%34.9

Codes

Color #6DA694 in popluar color models

6D A6 94
RGB 109 166 148
HSL 161° 24.26% 53.92%
HSB/HSV 161° 34.34% 65.10%
CMYK 34.34% 0.00% 10.84%
34.90%

Color #6DA694 in popluar number systems.

HEX 6D A6 94
Decimal 109 166 148
Binary 1101101 10100110 10010100
Octal 155 246 224

Shades and tints

Shades of #6DA694

#6DA694
(109,166,148)
#649787
(100,151,135)
#5B887A
(91,136,122)
#52796D
(82,121,109)
#496A60
(73,106,96)
#405B53
(64,91,83)
#374C46
(55,76,70)
#2E3D39
(46,61,57)
#252E2C
(37,46,44)
#1C1F1F
(28,31,31)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #6DA694

#6DA694
(109,166,148)
#7AAE9D
(122,174,157)
#87B6A6
(135,182,166)
#94BEAF
(148,190,175)
#A1C6B8
(161,198,184)
#AECEC1
(174,206,193)
#BBD6CA
(187,214,202)
#C8DED3
(200,222,211)
#D5E6DC
(213,230,220)
#E2EEE5
(226,238,229)
#EFF6EE
(239,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA694 color. Also use rgb(109,166,148) instead hex code.

Text Font Color

.myTextColor { color: #6DA694; }

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

This text font color is #6DA694.

Background Color

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

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

This div background color is #6DA694.

Border color

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

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

This div border color is #6DA694.

Opacity

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

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

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

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

This text has shadow with #6DA694 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DA694.

Preview

Color preview on black background

This text has color #6DA694 on black background.


Color preview on white background

This text has color #6DA694 on white background.


Black color preview on #6DA694 background

This text has black color on #6DA694 background.


White color preview on #6DA694 background

This text has white color on #6DA694 background.


Related colors

Complementary color

Complementary color for #hex is #92596B.


I love getcolorcode.com

Triadic colors

1 #946DA6 and #A6946D with #6DA694 are triadic colors.

2 #94A66D and #A66D94 with #6DA694 are triadic colors.