COLOR #6DA492

HEX: #6DA492
RGB: (109,164,146)

Color info

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

RGB color model

#6DA492 color RGB value is (109,164,146).

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

RGB channels and saturation

R 109 of 255 = 43%
G 164 of 255 = 64%
B 146 of 255 = 57%

109
164
146

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

Portions of RGB colors in percentages

R + G + B =
109 + 164 + 146 = 419 (100%)
R 109 of 419 ~ 26.01%
G 164 of 419 ~ 39.14%
B 146 of 419 ~ 34.84%

%26.01
%39.14
%34.84

CMYK color model

#6DA492 color CMYK value is (34,0,11,36).

  • cyan value is 33.54%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 35.69%
CMYK:
(34,0,11,36)
C34M0Y11K36 
(34%,0%,11%,36%)
(0.34/0.00/0.11/0.36)	

CMYK percentages

%33.54
%0
%10.98
%35.69

Codes

Color #6DA492 in popluar color models

6DA492
RGB109164146
HSL160°23.21%53.53%
HSB/HSV160°33.54%64.31%
CMYK33.54%0.00%10.98%
35.69%

Color #6DA492 in popluar number systems.

HEX6DA492
Decimal109164146
Binary11011011010010010010010
Octal155244222

Shades and tints

Shades of #6DA492

#6DA492
(109,164,146)
#649685
(100,150,133)
#5B8878
(91,136,120)
#527A6B
(82,122,107)
#496C5E
(73,108,94)
#405E51
(64,94,81)
#375044
(55,80,68)
#2E4237
(46,66,55)
#25342A
(37,52,42)
#1C261D
(28,38,29)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #6DA492

#6DA492
(109,164,146)
#7AAC9B
(122,172,155)
#87B4A4
(135,180,164)
#94BCAD
(148,188,173)
#A1C4B6
(161,196,182)
#AECCBF
(174,204,191)
#BBD4C8
(187,212,200)
#C8DCD1
(200,220,209)
#D5E4DA
(213,228,218)
#E2ECE3
(226,236,227)
#EFF4EC
(239,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DA492; }

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

This text font color is #6DA492.


Background Color

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

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

This div background color is #6DA492.


Border color

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

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

This div border color is #6DA492.


Opacity

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

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

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

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

This text has shadow with #6DA492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA492 on black background.


Color preview on white background

This text has color #6DA492 on white background.



Black color preview on #6DA492 background

This text has black color on #6DA492 background.


White color preview on #6DA492 background

This text has white color on #6DA492 background.