COLOR #6D8393

HEX: #6D8393 RGB: (109,131,147)

Color info

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

RGB color model

#6D8393 color RGB value is (109,131,147).

RGB: (109,131,147) (43%, 51%, 58%)

RGB channels and saturation

R 109 of 255 = 43%
G 131 of 255 = 51%
B 147 of 255 = 58%

109
131
147

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

Portions of RGB colors in percentages

R + G + B = 109 + 131 + 147 = 387 (100%)
R 109 of 387 ~ 28.17%
G 131 of 387 ~ 33.85%
B 147 of 387 ~ 37.98'%

%28.17
%33.85
%37.98

CMYK color model

#6D8393 color CMYK value is (26,11,0,42).

  • cyan value is 25.85%
  • magenta value is 10.88%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK: (26,11,0,42) C26M11Y0K42 (26%,11%,0%,42%) (0.26/0.11/0.00/0.42) 

CMYK percentages

%25.85
%10.88
%0
%42.35

Codes

Color #6D8393 in popluar color models

6D 83 93
RGB 109 131 147
HSL 205° 14.96% 50.20%
HSB/HSV 205° 25.85% 57.65%
CMYK 25.85% 10.88% 0.00%
42.35%

Color #6D8393 in popluar number systems.

HEX 6D 83 93
Decimal 109 131 147
Binary 1101101 10000011 10010011
Octal 155 203 223

Shades and tints

Shades of #6D8393

#6D8393
(109,131,147)
#647886
(100,120,134)
#5B6D79
(91,109,121)
#52626C
(82,98,108)
#49575F
(73,87,95)
#404C52
(64,76,82)
#374145
(55,65,69)
#2E3638
(46,54,56)
#252B2B
(37,43,43)
#1C201E
(28,32,30)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #6D8393

#6D8393
(109,131,147)
#7A8E9C
(122,142,156)
#8799A5
(135,153,165)
#94A4AE
(148,164,174)
#A1AFB7
(161,175,183)
#AEBAC0
(174,186,192)
#BBC5C9
(187,197,201)
#C8D0D2
(200,208,210)
#D5DBDB
(213,219,219)
#E2E6E4
(226,230,228)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8393; }

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

This text font color is #6D8393.

Background Color

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

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

This div background color is #6D8393.

Border color

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

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

This div border color is #6D8393.

Opacity

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

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

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

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

This text has shadow with #6D8393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D8393.

Preview

Color preview on black background

This text has color #6D8393 on black background.


Color preview on white background

This text has color #6D8393 on white background.


Black color preview on #6D8393 background

This text has black color on #6D8393 background.


White color preview on #6D8393 background

This text has white color on #6D8393 background.


Related colors

Complementary color

Complementary color for #hex is #927C6C.


I love getcolorcode.com

Triadic colors

1 #936D83 and #83936D with #6D8393 are triadic colors.

2 #93836D and #836D93 with #6D8393 are triadic colors.