COLOR #6D908F

HEX: #6D908F RGB: (109,144,143)

Color info

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

RGB color model

#6D908F color RGB value is (109,144,143).

RGB: (109,144,143) (43%, 56%, 56%)

RGB channels and saturation

R 109 of 255 = 43%
G 144 of 255 = 56%
B 143 of 255 = 56%

109
144
143

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

Portions of RGB colors in percentages

R + G + B = 109 + 144 + 143 = 396 (100%)
R 109 of 396 ~ 27.53%
G 144 of 396 ~ 36.36%
B 143 of 396 ~ 36.11'%

%27.53
%36.36
%36.11

CMYK color model

#6D908F color CMYK value is (24,0,1,44).

  • cyan value is 24.31%
  • magenta value is 0.00%
  • yellow value is 0.69%
  • key color value is 43.53%

CMYK: (24,0,1,44)
C24M0Y1K44 (24%, 0%, 1%, 44%)
(0.24 / 0.00 / 0.01 / 0.44)

CMYK percentages

%24.31
%0
%0.69
%43.53

Codes

Color #6D908F in popluar color models

6D 90 8F
RGB 109 144 143
HSL 178° 13.83% 49.61%
HSB/HSV 178° 24.31% 56.47%
CMYK 24.31% 0.00% 0.69%
43.53%

Color #6D908F in popluar number systems.

HEX 6D 90 8F
Decimal 109 144 143
Binary 1101101 10010000 10001111
Octal 155 220 217

Shades and tints

Shades of #6D908F

#6D908F
(109,144,143)
#648382
(100,131,130)
#5B7675
(91,118,117)
#526968
(82,105,104)
#495C5B
(73,92,91)
#404F4E
(64,79,78)
#374241
(55,66,65)
#2E3534
(46,53,52)
#252827
(37,40,39)
#1C1B1A
(28,27,26)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #6D908F

#6D908F
(109,144,143)
#7A9A99
(122,154,153)
#87A4A3
(135,164,163)
#94AEAD
(148,174,173)
#A1B8B7
(161,184,183)
#AEC2C1
(174,194,193)
#BBCCCB
(187,204,203)
#C8D6D5
(200,214,213)
#D5E0DF
(213,224,223)
#E2EAE9
(226,234,233)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D908F; }

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

This text font color is #6D908F.

Background Color

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

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

This div background color is #6D908F.

Border color

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

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

This div border color is #6D908F.

Opacity

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

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

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

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

This text has shadow with #6D908F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D908F.

Preview

Color preview on black background

This text has color #6D908F on black background.


Color preview on white background

This text has color #6D908F on white background.


Black color preview on #6D908F background

This text has black color on #6D908F background.


White color preview on #6D908F background

This text has white color on #6D908F background.


Related colors

Complementary color

Complementary color for #hex is #926F70.


I love getcolorcode.com

Triadic colors

1 #8F6D90 and #908F6D with #6D908F are triadic colors.

2 #8F906D and #906D8F with #6D908F are triadic colors.