COLOR #6DB698

HEX: #6DB698 RGB: (109,182,152)

Color info

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

RGB color model

#6DB698 color RGB value is (109,182,152).

RGB: (109,182,152) (43%, 71%, 60%)

RGB channels and saturation

R 109 of 255 = 43%
G 182 of 255 = 71%
B 152 of 255 = 60%

109
182
152

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

Portions of RGB colors in percentages

R + G + B = 109 + 182 + 152 = 443 (100%)
R 109 of 443 ~ 24.6%
G 182 of 443 ~ 41.08%
B 152 of 443 ~ 34.31'%

%24.6
%41.08
%34.31

CMYK color model

#6DB698 color CMYK value is (40,0,16,29).

  • cyan value is 40.11%
  • magenta value is 0.00%
  • yellow value is 16.48%
  • key color value is 28.63%
CMYK: (40,0,16,29) C40M0Y16K29 (40%,0%,16%,29%) (0.40/0.00/0.16/0.29) 

CMYK percentages

%40.11
%0
%16.48
%28.63

Codes

Color #6DB698 in popluar color models

6D B6 98
RGB 109 182 152
HSL 155° 33.33% 57.06%
HSB/HSV 155° 40.11% 71.37%
CMYK 40.11% 0.00% 16.48%
28.63%

Color #6DB698 in popluar number systems.

HEX 6D B6 98
Decimal 109 182 152
Binary 1101101 10110110 10011000
Octal 155 266 230

Shades and tints

Shades of #6DB698

#6DB698
(109,182,152)
#64A68B
(100,166,139)
#5B967E
(91,150,126)
#528671
(82,134,113)
#497664
(73,118,100)
#406657
(64,102,87)
#37564A
(55,86,74)
#2E463D
(46,70,61)
#253630
(37,54,48)
#1C2623
(28,38,35)
#131616
(19,22,22)
#000000
(0,0,0)

Tints of #6DB698

#6DB698
(109,182,152)
#7ABCA1
(122,188,161)
#87C2AA
(135,194,170)
#94C8B3
(148,200,179)
#A1CEBC
(161,206,188)
#AED4C5
(174,212,197)
#BBDACE
(187,218,206)
#C8E0D7
(200,224,215)
#D5E6E0
(213,230,224)
#E2ECE9
(226,236,233)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DB698; }

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

This text font color is #6DB698.

Background Color

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

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

This div background color is #6DB698.

Border color

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

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

This div border color is #6DB698.

Opacity

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

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

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

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

This text has shadow with #6DB698 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DB698.

Preview

Color preview on black background

This text has color #6DB698 on black background.


Color preview on white background

This text has color #6DB698 on white background.


Black color preview on #6DB698 background

This text has black color on #6DB698 background.


White color preview on #6DB698 background

This text has white color on #6DB698 background.


Related colors

Complementary color

Complementary color for #hex is #924967.


I love getcolorcode.com

Triadic colors

1 #986DB6 and #B6986D with #6DB698 are triadic colors.

2 #98B66D and #B66D98 with #6DB698 are triadic colors.