COLOR #6DC494

HEX: #6DC494 RGB: (109,196,148)

Color info

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

RGB color model

#6DC494 color RGB value is (109,196,148).

RGB: (109,196,148) (43%, 77%, 58%)

RGB channels and saturation

R 109 of 255 = 43%
G 196 of 255 = 77%
B 148 of 255 = 58%

109
196
148

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

Portions of RGB colors in percentages

R + G + B = 109 + 196 + 148 = 453 (100%)
R 109 of 453 ~ 24.06%
G 196 of 453 ~ 43.27%
B 148 of 453 ~ 32.67'%

%24.06
%43.27
%32.67

CMYK color model

#6DC494 color CMYK value is (44,0,24,23).

  • cyan value is 44.39%
  • magenta value is 0.00%
  • yellow value is 24.49%
  • key color value is 23.14%

CMYK: (44,0,24,23)
C44M0Y24K23 (44%, 0%, 24%, 23%)
(0.44 / 0.00 / 0.24 / 0.23)

CMYK percentages

%44.39
%0
%24.49
%23.14

Codes

Color #6DC494 in popluar color models

6D C4 94
RGB 109 196 148
HSL 147° 42.44% 59.80%
HSB/HSV 147° 44.39% 76.86%
CMYK 44.39% 0.00% 24.49%
23.14%

Color #6DC494 in popluar number systems.

HEX 6D C4 94
Decimal 109 196 148
Binary 1101101 11000100 10010100
Octal 155 304 224

Shades and tints

Shades of #6DC494

#6DC494
(109,196,148)
#64B387
(100,179,135)
#5BA27A
(91,162,122)
#52916D
(82,145,109)
#498060
(73,128,96)
#406F53
(64,111,83)
#375E46
(55,94,70)
#2E4D39
(46,77,57)
#253C2C
(37,60,44)
#1C2B1F
(28,43,31)
#131A12
(19,26,18)
#000000
(0,0,0)

Tints of #6DC494

#6DC494
(109,196,148)
#7AC99D
(122,201,157)
#87CEA6
(135,206,166)
#94D3AF
(148,211,175)
#A1D8B8
(161,216,184)
#AEDDC1
(174,221,193)
#BBE2CA
(187,226,202)
#C8E7D3
(200,231,211)
#D5ECDC
(213,236,220)
#E2F1E5
(226,241,229)
#EFF6EE
(239,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DC494; }

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

This text font color is #6DC494.

Background Color

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

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

This div background color is #6DC494.

Border color

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

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

This div border color is #6DC494.

Opacity

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

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

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

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

This text has shadow with #6DC494 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DC494.

Preview

Color preview on black background

This text has color #6DC494 on black background.


Color preview on white background

This text has color #6DC494 on white background.


Black color preview on #6DC494 background

This text has black color on #6DC494 background.


White color preview on #6DC494 background

This text has white color on #6DC494 background.


Related colors

Complementary color

Complementary color for #hex is #923B6B.


I love getcolorcode.com

Triadic colors

1 #946DC4 and #C4946D with #6DC494 are triadic colors.

2 #94C46D and #C46D94 with #6DC494 are triadic colors.