COLOR #6DA497

HEX: #6DA497
RGB: (109,164,151)

Color info

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

RGB color model

#6DA497 color RGB value is (109,164,151).

  • red value is 109;
  • green value is 164;
  • blue value is 151.
RGB:
(109,164,151)
(43%,64%,59%)

RGB channels and saturation

R 109 of 255 = 43%
G 164 of 255 = 64%
B 151 of 255 = 59%

109
164
151

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

Portions of RGB colors in percentages

R + G + B =
109 + 164 + 151 = 424 (100%)
R 109 of 424 ~ 25.71%
G 164 of 424 ~ 38.68%
B 151 of 424 ~ 35.61%

%25.71
%38.68
%35.61

CMYK color model

#6DA497 color CMYK value is (34,0,8,36).

  • cyan value is 33.54%
  • magenta value is 0.00%
  • yellow value is 7.93%
  • key color value is 35.69%
CMYK:
(34,0,8,36)
C34M0Y8K36 
(34%,0%,8%,36%)
(0.34/0.00/0.08/0.36)	

CMYK percentages

%33.54
%0
%7.93
%35.69

Codes

Color #6DA497 in popluar color models

6DA497
RGB109164151
HSL166°23.21%53.53%
HSB/HSV166°33.54%64.31%
CMYK33.54%0.00%7.93%
35.69%

Color #6DA497 in popluar number systems.

HEX6DA497
Decimal109164151
Binary11011011010010010010111
Octal155244227

Shades and tints

Shades of #6DA497

#6DA497
(109,164,151)
#64968A
(100,150,138)
#5B887D
(91,136,125)
#527A70
(82,122,112)
#496C63
(73,108,99)
#405E56
(64,94,86)
#375049
(55,80,73)
#2E423C
(46,66,60)
#25342F
(37,52,47)
#1C2622
(28,38,34)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #6DA497

#6DA497
(109,164,151)
#7AACA0
(122,172,160)
#87B4A9
(135,180,169)
#94BCB2
(148,188,178)
#A1C4BB
(161,196,187)
#AECCC4
(174,204,196)
#BBD4CD
(187,212,205)
#C8DCD6
(200,220,214)
#D5E4DF
(213,228,223)
#E2ECE8
(226,236,232)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA497 color. Also use rgb(109,164,151) instead hex code.

Text Font Color

.myTextColor { color: #6DA497; }

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

This text font color is #6DA497.


Background Color

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

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

This div background color is #6DA497.


Border color

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

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

This div border color is #6DA497.


Opacity

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

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

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

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

This text has shadow with #6DA497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA497 on black background.


Color preview on white background

This text has color #6DA497 on white background.



Black color preview on #6DA497 background

This text has black color on #6DA497 background.


White color preview on #6DA497 background

This text has white color on #6DA497 background.