COLOR #6DB495

HEX: #6DB495
RGB: (109,180,149)

Color info

#6DB495 contains mainly green and blue colors. Web safe color of #6DB495 is #66CC99 (or #6C9).

RGB color model

#6DB495 color RGB value is (109,180,149).

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

RGB channels and saturation

R 109 of 255 = 43%
G 180 of 255 = 71%
B 149 of 255 = 58%

109
180
149

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

Portions of RGB colors in percentages

R + G + B =
109 + 180 + 149 = 438 (100%)
R 109 of 438 ~ 24.89%
G 180 of 438 ~ 41.1%
B 149 of 438 ~ 34.02%

%24.89
%41.1
%34.02

CMYK color model

#6DB495 color CMYK value is (39,0,17,29).

  • cyan value is 39.44%
  • magenta value is 0.00%
  • yellow value is 17.22%
  • key color value is 29.41%
CMYK:
(39,0,17,29)
C39M0Y17K29 
(39%,0%,17%,29%)
(0.39/0.00/0.17/0.29)	

CMYK percentages

%39.44
%0
%17.22
%29.41

Codes

Color #6DB495 in popluar color models

6DB495
RGB109180149
HSL154°32.13%56.67%
HSB/HSV154°39.44%70.59%
CMYK39.44%0.00%17.22%
29.41%

Color #6DB495 in popluar number systems.

HEX6DB495
Decimal109180149
Binary11011011011010010010101
Octal155264225

Shades and tints

Shades of #6DB495

#6DB495
(109,180,149)
#64A488
(100,164,136)
#5B947B
(91,148,123)
#52846E
(82,132,110)
#497461
(73,116,97)
#406454
(64,100,84)
#375447
(55,84,71)
#2E443A
(46,68,58)
#25342D
(37,52,45)
#1C2420
(28,36,32)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #6DB495

#6DB495
(109,180,149)
#7ABA9E
(122,186,158)
#87C0A7
(135,192,167)
#94C6B0
(148,198,176)
#A1CCB9
(161,204,185)
#AED2C2
(174,210,194)
#BBD8CB
(187,216,203)
#C8DED4
(200,222,212)
#D5E4DD
(213,228,221)
#E2EAE6
(226,234,230)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DB495; }

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

This text font color is #6DB495.


Background Color

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

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

This div background color is #6DB495.


Border color

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

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

This div border color is #6DB495.


Opacity

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

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

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

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

This text has shadow with #6DB495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB495 on black background.


Color preview on white background

This text has color #6DB495 on white background.



Black color preview on #6DB495 background

This text has black color on #6DB495 background.


White color preview on #6DB495 background

This text has white color on #6DB495 background.