COLOR #6DC990

HEX: #6DC990
RGB: (109,201,144)

Color info

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

RGB color model

#6DC990 color RGB value is (109,201,144).

  • red value is 109;
  • green value is 201;
  • blue value is 144.
RGB:
(109,201,144)
(43%,79%,56%)

RGB channels and saturation

R 109 of 255 = 43%
G 201 of 255 = 79%
B 144 of 255 = 56%

109
201
144

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

Portions of RGB colors in percentages

R + G + B =
109 + 201 + 144 = 454 (100%)
R 109 of 454 ~ 24.01%
G 201 of 454 ~ 44.27%
B 144 of 454 ~ 31.72%

%24.01
%44.27
%31.72

CMYK color model

#6DC990 color CMYK value is (46,0,28,21).

  • cyan value is 45.77%
  • magenta value is 0.00%
  • yellow value is 28.36%
  • key color value is 21.18%
CMYK:
(46,0,28,21)
C46M0Y28K21 
(46%,0%,28%,21%)
(0.46/0.00/0.28/0.21)	

CMYK percentages

%45.77
%0
%28.36
%21.18

Codes

Color #6DC990 in popluar color models

6DC990
RGB109201144
HSL143°46.00%60.78%
HSB/HSV143°45.77%78.82%
CMYK45.77%0.00%28.36%
21.18%

Color #6DC990 in popluar number systems.

HEX6DC990
Decimal109201144
Binary11011011100100110010000
Octal155311220

Shades and tints

Shades of #6DC990

#6DC990
(109,201,144)
#64B783
(100,183,131)
#5BA576
(91,165,118)
#529369
(82,147,105)
#49815C
(73,129,92)
#406F4F
(64,111,79)
#375D42
(55,93,66)
#2E4B35
(46,75,53)
#253928
(37,57,40)
#1C271B
(28,39,27)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #6DC990

#6DC990
(109,201,144)
#7ACD9A
(122,205,154)
#87D1A4
(135,209,164)
#94D5AE
(148,213,174)
#A1D9B8
(161,217,184)
#AEDDC2
(174,221,194)
#BBE1CC
(187,225,204)
#C8E5D6
(200,229,214)
#D5E9E0
(213,233,224)
#E2EDEA
(226,237,234)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DC990 color. Also use rgb(109,201,144) instead hex code.

Text Font Color

.myTextColor { color: #6DC990; }

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

This text font color is #6DC990.


Background Color

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

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

This div background color is #6DC990.


Border color

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

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

This div border color is #6DC990.


Opacity

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

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

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

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

This text has shadow with #6DC990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DC990 on black background.


Color preview on white background

This text has color #6DC990 on white background.



Black color preview on #6DC990 background

This text has black color on #6DC990 background.


White color preview on #6DC990 background

This text has white color on #6DC990 background.