COLOR #6D938D

HEX: #6D938D RGB: (109,147,141)

Color info

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

RGB color model

#6D938D color RGB value is (109,147,141).

RGB: (109,147,141) (43%, 58%, 55%)

RGB channels and saturation

R 109 of 255 = 43%
G 147 of 255 = 58%
B 141 of 255 = 55%

109
147
141

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

Portions of RGB colors in percentages

R + G + B = 109 + 147 + 141 = 397 (100%)
R 109 of 397 ~ 27.46%
G 147 of 397 ~ 37.03%
B 141 of 397 ~ 35.52'%

%27.46
%37.03
%35.52

CMYK color model

#6D938D color CMYK value is (26,0,4,42).

  • cyan value is 25.85%
  • magenta value is 0.00%
  • yellow value is 4.08%
  • key color value is 42.35%

CMYK: (26,0,4,42)
C26M0Y4K42 (26%, 0%, 4%, 42%)
(0.26 / 0.00 / 0.04 / 0.42)

CMYK percentages

%25.85
%0
%4.08
%42.35

Codes

Color #6D938D in popluar color models

6D 93 8D
RGB 109 147 141
HSL 171° 14.96% 50.20%
HSB/HSV 171° 25.85% 57.65%
CMYK 25.85% 0.00% 4.08%
42.35%

Color #6D938D in popluar number systems.

HEX 6D 93 8D
Decimal 109 147 141
Binary 1101101 10010011 10001101
Octal 155 223 215

Shades and tints

Shades of #6D938D

#6D938D
(109,147,141)
#648681
(100,134,129)
#5B7975
(91,121,117)
#526C69
(82,108,105)
#495F5D
(73,95,93)
#405251
(64,82,81)
#374545
(55,69,69)
#2E3839
(46,56,57)
#252B2D
(37,43,45)
#1C1E21
(28,30,33)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #6D938D

#6D938D
(109,147,141)
#7A9C97
(122,156,151)
#87A5A1
(135,165,161)
#94AEAB
(148,174,171)
#A1B7B5
(161,183,181)
#AEC0BF
(174,192,191)
#BBC9C9
(187,201,201)
#C8D2D3
(200,210,211)
#D5DBDD
(213,219,221)
#E2E4E7
(226,228,231)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D938D color. Also use rgb(109,147,141) instead hex code.

Text Font Color

.myTextColor { color: #6D938D; }

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

This text font color is #6D938D.

Background Color

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

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

This div background color is #6D938D.

Border color

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

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

This div border color is #6D938D.

Opacity

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

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

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

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

This text has shadow with #6D938D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D938D.

Preview

Color preview on black background

This text has color #6D938D on black background.


Color preview on white background

This text has color #6D938D on white background.


Black color preview on #6D938D background

This text has black color on #6D938D background.


White color preview on #6D938D background

This text has white color on #6D938D background.


Related colors

Complementary color

Complementary color for #hex is #926C72.


I love getcolorcode.com

Triadic colors

1 #8D6D93 and #938D6D with #6D938D are triadic colors.

2 #8D936D and #936D8D with #6D938D are triadic colors.