COLOR #6DC906

HEX: #6DC906
RGB: (109,201,6)

Color info

#6DC906 contains mainly green color. Web safe color of #6DC906 is #66CC00 (or #6C0).

RGB color model

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

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

RGB channels and saturation

R 109 of 255 = 43%
G 201 of 255 = 79%
B 6 of 255 = 2%

109
201
6

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

Portions of RGB colors in percentages

R + G + B =
109 + 201 + 6 = 316 (100%)
R 109 of 316 ~ 34.49%
G 201 of 316 ~ 63.61%
B 6 of 316 ~ 1.9%

%34.49
%63.61

CMYK color model

#6DC906 color CMYK value is (46,0,97,21).

  • cyan value is 45.77%
  • magenta value is 0.00%
  • yellow value is 97.01%
  • key color value is 21.18%
CMYK:
(46,0,97,21)
C46M0Y97K21 
(46%,0%,97%,21%)
(0.46/0.00/0.97/0.21)	

CMYK percentages

%45.77
%0
%97.01
%21.18

Codes

Color #6DC906 in popluar color models

6DC906
RGB1092016
HSL88°94.20%40.59%
HSB/HSV88°97.01%78.82%
CMYK45.77%0.00%97.01%
21.18%

Color #6DC906 in popluar number systems.

HEX6DC906
Decimal1092016
Binary110110111001001110
Octal1553116

Shades and tints

Shades of #6DC906

#6DC906
(109,201,6)
#64B706
(100,183,6)
#5BA506
(91,165,6)
#529306
(82,147,6)
#498106
(73,129,6)
#406F06
(64,111,6)
#375D06
(55,93,6)
#2E4B06
(46,75,6)
#253906
(37,57,6)
#1C2706
(28,39,6)
#131506
(19,21,6)
#000000
(0,0,0)

Tints of #6DC906

#6DC906
(109,201,6)
#7ACD1C
(122,205,28)
#87D132
(135,209,50)
#94D548
(148,213,72)
#A1D95E
(161,217,94)
#AEDD74
(174,221,116)
#BBE18A
(187,225,138)
#C8E5A0
(200,229,160)
#D5E9B6
(213,233,182)
#E2EDCC
(226,237,204)
#EFF1E2
(239,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DC906; }

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

This text font color is #6DC906.


Background Color

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

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

This div background color is #6DC906.


Border color

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

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

This div border color is #6DC906.


Opacity

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

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

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

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

This text has shadow with #6DC906 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DC906 on black background.


Color preview on white background

This text has color #6DC906 on white background.



Black color preview on #6DC906 background

This text has black color on #6DC906 background.


White color preview on #6DC906 background

This text has white color on #6DC906 background.