COLOR #6DB28F

HEX: #6DB28F RGB: (109,178,143)

Color info

#6DB28F contains mainly green and blue colors. Web safe color of #6DB28F is #669999 (or #699).

RGB color model

#6DB28F color RGB value is (109,178,143).

RGB: (109,178,143) (43%, 70%, 56%)

RGB channels and saturation

R 109 of 255 = 43%
G 178 of 255 = 70%
B 143 of 255 = 56%

109
178
143

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

Portions of RGB colors in percentages

R + G + B = 109 + 178 + 143 = 430 (100%)
R 109 of 430 ~ 25.35%
G 178 of 430 ~ 41.4%
B 143 of 430 ~ 33.26'%

%25.35
%41.4
%33.26

CMYK color model

#6DB28F color CMYK value is (39,0,20,30).

  • cyan value is 38.76%
  • magenta value is 0.00%
  • yellow value is 19.66%
  • key color value is 30.20%

CMYK: (39,0,20,30)
C39M0Y20K30 (39%, 0%, 20%, 30%)
(0.39 / 0.00 / 0.20 / 0.30)

CMYK percentages

%38.76
%0
%19.66
%30.2

Codes

Color #6DB28F in popluar color models

6D B2 8F
RGB 109 178 143
HSL 150° 30.94% 56.27%
HSB/HSV 150° 38.76% 69.80%
CMYK 38.76% 0.00% 19.66%
30.20%

Color #6DB28F in popluar number systems.

HEX 6D B2 8F
Decimal 109 178 143
Binary 1101101 10110010 10001111
Octal 155 262 217

Shades and tints

Shades of #6DB28F

#6DB28F
(109,178,143)
#64A282
(100,162,130)
#5B9275
(91,146,117)
#528268
(82,130,104)
#49725B
(73,114,91)
#40624E
(64,98,78)
#375241
(55,82,65)
#2E4234
(46,66,52)
#253227
(37,50,39)
#1C221A
(28,34,26)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #6DB28F

#6DB28F
(109,178,143)
#7AB999
(122,185,153)
#87C0A3
(135,192,163)
#94C7AD
(148,199,173)
#A1CEB7
(161,206,183)
#AED5C1
(174,213,193)
#BBDCCB
(187,220,203)
#C8E3D5
(200,227,213)
#D5EADF
(213,234,223)
#E2F1E9
(226,241,233)
#EFF8F3
(239,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DB28F; }

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

This text font color is #6DB28F.

Background Color

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

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

This div background color is #6DB28F.

Border color

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

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

This div border color is #6DB28F.

Opacity

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

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

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

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

This text has shadow with #6DB28F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DB28F.

Preview

Color preview on black background

This text has color #6DB28F on black background.


Color preview on white background

This text has color #6DB28F on white background.


Black color preview on #6DB28F background

This text has black color on #6DB28F background.


White color preview on #6DB28F background

This text has white color on #6DB28F background.


Related colors

Complementary color

Complementary color for #hex is #924D70.


I love getcolorcode.com

Triadic colors

1 #8F6DB2 and #B28F6D with #6DB28F are triadic colors.

2 #8FB26D and #B26D8F with #6DB28F are triadic colors.