COLOR #6D988F

HEX: #6D988F RGB: (109,152,143)

Color info

#6D988F contains red, green and blue colors in about the same proportion. Web safe color of #6D988F is #669999 (or #699).

RGB color model

#6D988F color RGB value is (109,152,143).

RGB: (109,152,143) (43%, 60%, 56%)

RGB channels and saturation

R 109 of 255 = 43%
G 152 of 255 = 60%
B 143 of 255 = 56%

109
152
143

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

Portions of RGB colors in percentages

R + G + B = 109 + 152 + 143 = 404 (100%)
R 109 of 404 ~ 26.98%
G 152 of 404 ~ 37.62%
B 143 of 404 ~ 35.4'%

%26.98
%37.62
%35.4

CMYK color model

#6D988F color CMYK value is (28,0,6,40).

  • cyan value is 28.29%
  • magenta value is 0.00%
  • yellow value is 5.92%
  • key color value is 40.39%

CMYK: (28,0,6,40)
C28M0Y6K40 (28%, 0%, 6%, 40%)
(0.28 / 0.00 / 0.06 / 0.40)

CMYK percentages

%28.29
%0
%5.92
%40.39

Codes

Color #6D988F in popluar color models

6D 98 8F
RGB 109 152 143
HSL 167° 17.27% 51.18%
HSB/HSV 167° 28.29% 59.61%
CMYK 28.29% 0.00% 5.92%
40.39%

Color #6D988F in popluar number systems.

HEX 6D 98 8F
Decimal 109 152 143
Binary 1101101 10011000 10001111
Octal 155 230 217

Shades and tints

Shades of #6D988F

#6D988F
(109,152,143)
#648B82
(100,139,130)
#5B7E75
(91,126,117)
#527168
(82,113,104)
#49645B
(73,100,91)
#40574E
(64,87,78)
#374A41
(55,74,65)
#2E3D34
(46,61,52)
#253027
(37,48,39)
#1C231A
(28,35,26)
#13160D
(19,22,13)
#000000
(0,0,0)

Tints of #6D988F

#6D988F
(109,152,143)
#7AA199
(122,161,153)
#87AAA3
(135,170,163)
#94B3AD
(148,179,173)
#A1BCB7
(161,188,183)
#AEC5C1
(174,197,193)
#BBCECB
(187,206,203)
#C8D7D5
(200,215,213)
#D5E0DF
(213,224,223)
#E2E9E9
(226,233,233)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D988F; }

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

This text font color is #6D988F.

Background Color

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

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

This div background color is #6D988F.

Border color

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

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

This div border color is #6D988F.

Opacity

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

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

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

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

This text has shadow with #6D988F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D988F.

Preview

Color preview on black background

This text has color #6D988F on black background.


Color preview on white background

This text has color #6D988F on white background.


Black color preview on #6D988F background

This text has black color on #6D988F background.


White color preview on #6D988F background

This text has white color on #6D988F background.


Related colors

Complementary color

Complementary color for #hex is #926770.


I love getcolorcode.com

Triadic colors

1 #8F6D98 and #988F6D with #6D988F are triadic colors.

2 #8F986D and #986D8F with #6D988F are triadic colors.