COLOR #6DA286

HEX: #6DA286 RGB: (109,162,134)

Color info

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

RGB color model

#6DA286 color RGB value is (109,162,134).

RGB: (109,162,134) (43%, 64%, 53%)

RGB channels and saturation

R 109 of 255 = 43%
G 162 of 255 = 64%
B 134 of 255 = 53%

109
162
134

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

Portions of RGB colors in percentages

R + G + B = 109 + 162 + 134 = 405 (100%)
R 109 of 405 ~ 26.91%
G 162 of 405 ~ 40%
B 134 of 405 ~ 33.09'%

%26.91
%40
%33.09

CMYK color model

#6DA286 color CMYK value is (33,0,17,36).

  • cyan value is 32.72%
  • magenta value is 0.00%
  • yellow value is 17.28%
  • key color value is 36.47%

CMYK: (33,0,17,36)
C33M0Y17K36 (33%, 0%, 17%, 36%)
(0.33 / 0.00 / 0.17 / 0.36)

CMYK percentages

%32.72
%0
%17.28
%36.47

Codes

Color #6DA286 in popluar color models

6D A2 86
RGB 109 162 134
HSL 148° 22.18% 53.14%
HSB/HSV 148° 32.72% 63.53%
CMYK 32.72% 0.00% 17.28%
36.47%

Color #6DA286 in popluar number systems.

HEX 6D A2 86
Decimal 109 162 134
Binary 1101101 10100010 10000110
Octal 155 242 206

Shades and tints

Shades of #6DA286

#6DA286
(109,162,134)
#64947A
(100,148,122)
#5B866E
(91,134,110)
#527862
(82,120,98)
#496A56
(73,106,86)
#405C4A
(64,92,74)
#374E3E
(55,78,62)
#2E4032
(46,64,50)
#253226
(37,50,38)
#1C241A
(28,36,26)
#13160E
(19,22,14)
#000000
(0,0,0)

Tints of #6DA286

#6DA286
(109,162,134)
#7AAA91
(122,170,145)
#87B29C
(135,178,156)
#94BAA7
(148,186,167)
#A1C2B2
(161,194,178)
#AECABD
(174,202,189)
#BBD2C8
(187,210,200)
#C8DAD3
(200,218,211)
#D5E2DE
(213,226,222)
#E2EAE9
(226,234,233)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA286 color. Also use rgb(109,162,134) instead hex code.

Text Font Color

.myTextColor { color: #6DA286; }

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

This text font color is #6DA286.

Background Color

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

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

This div background color is #6DA286.

Border color

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

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

This div border color is #6DA286.

Opacity

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

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

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

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

This text has shadow with #6DA286 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DA286.

Preview

Color preview on black background

This text has color #6DA286 on black background.


Color preview on white background

This text has color #6DA286 on white background.


Black color preview on #6DA286 background

This text has black color on #6DA286 background.


White color preview on #6DA286 background

This text has white color on #6DA286 background.


Related colors

Complementary color

Complementary color for #hex is #925D79.


I love getcolorcode.com

Triadic colors

1 #866DA2 and #A2866D with #6DA286 are triadic colors.

2 #86A26D and #A26D86 with #6DA286 are triadic colors.