COLOR #6DA985

HEX: #6DA985
RGB: (109,169,133)

Color info

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

RGB color model

#6DA985 color RGB value is (109,169,133).

  • red value is 109;
  • green value is 169;
  • blue value is 133.
RGB:
(109,169,133)
(43%,66%,52%)

RGB channels and saturation

R 109 of 255 = 43%
G 169 of 255 = 66%
B 133 of 255 = 52%

109
169
133

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

Portions of RGB colors in percentages

R + G + B =
109 + 169 + 133 = 411 (100%)
R 109 of 411 ~ 26.52%
G 169 of 411 ~ 41.12%
B 133 of 411 ~ 32.36%

%26.52
%41.12
%32.36

CMYK color model

#6DA985 color CMYK value is (36,0,21,34).

  • cyan value is 35.50%
  • magenta value is 0.00%
  • yellow value is 21.30%
  • key color value is 33.73%
CMYK:
(36,0,21,34)
C36M0Y21K34 
(36%,0%,21%,34%)
(0.36/0.00/0.21/0.34)	

CMYK percentages

%35.5
%0
%21.3
%33.73

Codes

Color #6DA985 in popluar color models

6DA985
RGB109169133
HSL144°25.86%54.51%
HSB/HSV144°35.50%66.27%
CMYK35.50%0.00%21.30%
33.73%

Color #6DA985 in popluar number systems.

HEX6DA985
Decimal109169133
Binary11011011010100110000101
Octal155251205

Shades and tints

Shades of #6DA985

#6DA985
(109,169,133)
#649A79
(100,154,121)
#5B8B6D
(91,139,109)
#527C61
(82,124,97)
#496D55
(73,109,85)
#405E49
(64,94,73)
#374F3D
(55,79,61)
#2E4031
(46,64,49)
#253125
(37,49,37)
#1C2219
(28,34,25)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #6DA985

#6DA985
(109,169,133)
#7AB090
(122,176,144)
#87B79B
(135,183,155)
#94BEA6
(148,190,166)
#A1C5B1
(161,197,177)
#AECCBC
(174,204,188)
#BBD3C7
(187,211,199)
#C8DAD2
(200,218,210)
#D5E1DD
(213,225,221)
#E2E8E8
(226,232,232)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA985 color. Also use rgb(109,169,133) instead hex code.

Text Font Color

.myTextColor { color: #6DA985; }

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

This text font color is #6DA985.


Background Color

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

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

This div background color is #6DA985.


Border color

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

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

This div border color is #6DA985.


Opacity

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

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

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

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

This text has shadow with #6DA985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA985 on black background.


Color preview on white background

This text has color #6DA985 on white background.



Black color preview on #6DA985 background

This text has black color on #6DA985 background.


White color preview on #6DA985 background

This text has white color on #6DA985 background.