COLOR #6DA295

HEX: #6DA295
RGB: (109,162,149)

Color info

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

RGB color model

#6DA295 color RGB value is (109,162,149).

  • red value is 109;
  • green value is 162;
  • blue value is 149.
RGB:
(109,162,149)
(43%,64%,58%)

RGB channels and saturation

R 109 of 255 = 43%
G 162 of 255 = 64%
B 149 of 255 = 58%

109
162
149

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

Portions of RGB colors in percentages

R + G + B =
109 + 162 + 149 = 420 (100%)
R 109 of 420 ~ 25.95%
G 162 of 420 ~ 38.57%
B 149 of 420 ~ 35.48%

%25.95
%38.57
%35.48

CMYK color model

#6DA295 color CMYK value is (33,0,8,36).

  • cyan value is 32.72%
  • magenta value is 0.00%
  • yellow value is 8.02%
  • key color value is 36.47%
CMYK:
(33,0,8,36)
C33M0Y8K36 
(33%,0%,8%,36%)
(0.33/0.00/0.08/0.36)	

CMYK percentages

%32.72
%0
%8.02
%36.47

Codes

Color #6DA295 in popluar color models

6DA295
RGB109162149
HSL165°22.18%53.14%
HSB/HSV165°32.72%63.53%
CMYK32.72%0.00%8.02%
36.47%

Color #6DA295 in popluar number systems.

HEX6DA295
Decimal109162149
Binary11011011010001010010101
Octal155242225

Shades and tints

Shades of #6DA295

#6DA295
(109,162,149)
#649488
(100,148,136)
#5B867B
(91,134,123)
#52786E
(82,120,110)
#496A61
(73,106,97)
#405C54
(64,92,84)
#374E47
(55,78,71)
#2E403A
(46,64,58)
#25322D
(37,50,45)
#1C2420
(28,36,32)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #6DA295

#6DA295
(109,162,149)
#7AAA9E
(122,170,158)
#87B2A7
(135,178,167)
#94BAB0
(148,186,176)
#A1C2B9
(161,194,185)
#AECAC2
(174,202,194)
#BBD2CB
(187,210,203)
#C8DAD4
(200,218,212)
#D5E2DD
(213,226,221)
#E2EAE6
(226,234,230)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DA295; }

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

This text font color is #6DA295.


Background Color

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

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

This div background color is #6DA295.


Border color

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

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

This div border color is #6DA295.


Opacity

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

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

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

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

This text has shadow with #6DA295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA295 on black background.


Color preview on white background

This text has color #6DA295 on white background.



Black color preview on #6DA295 background

This text has black color on #6DA295 background.


White color preview on #6DA295 background

This text has white color on #6DA295 background.