COLOR #6D8E9E

HEX: #6D8E9E RGB: (109,142,158)

Color info

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

RGB color model

#6D8E9E color RGB value is (109,142,158).

RGB: (109,142,158) (43%, 56%, 62%)

RGB channels and saturation

R 109 of 255 = 43%
G 142 of 255 = 56%
B 158 of 255 = 62%

109
142
158

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

Portions of RGB colors in percentages

R + G + B = 109 + 142 + 158 = 409 (100%)
R 109 of 409 ~ 26.65%
G 142 of 409 ~ 34.72%
B 158 of 409 ~ 38.63'%

%26.65
%34.72
%38.63

CMYK color model

#6D8E9E color CMYK value is (31,10,0,38).

  • cyan value is 31.01%
  • magenta value is 10.13%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (31,10,0,38)
C31M10Y0K38 (31%, 10%, 0%, 38%)
(0.31 / 0.10 / 0.00 / 0.38)

CMYK percentages

%31.01
%10.13
%0
%38.04

Codes

Color #6D8E9E in popluar color models

6D 8E 9E
RGB 109 142 158
HSL 200° 20.16% 52.35%
HSB/HSV 200° 31.01% 61.96%
CMYK 31.01% 10.13% 0.00%
38.04%

Color #6D8E9E in popluar number systems.

HEX 6D 8E 9E
Decimal 109 142 158
Binary 1101101 10001110 10011110
Octal 155 216 236

Shades and tints

Shades of #6D8E9E

#6D8E9E
(109,142,158)
#648290
(100,130,144)
#5B7682
(91,118,130)
#526A74
(82,106,116)
#495E66
(73,94,102)
#405258
(64,82,88)
#37464A
(55,70,74)
#2E3A3C
(46,58,60)
#252E2E
(37,46,46)
#1C2220
(28,34,32)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #6D8E9E

#6D8E9E
(109,142,158)
#7A98A6
(122,152,166)
#87A2AE
(135,162,174)
#94ACB6
(148,172,182)
#A1B6BE
(161,182,190)
#AEC0C6
(174,192,198)
#BBCACE
(187,202,206)
#C8D4D6
(200,212,214)
#D5DEDE
(213,222,222)
#E2E8E6
(226,232,230)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8E9E color. Also use rgb(109,142,158) instead hex code.

Text Font Color

.myTextColor { color: #6D8E9E; }

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

This text font color is #6D8E9E.

Background Color

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

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

This div background color is #6D8E9E.

Border color

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

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

This div border color is #6D8E9E.

Opacity

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

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

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

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

This text has shadow with #6D8E9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D8E9E.

Preview

Color preview on black background

This text has color #6D8E9E on black background.


Color preview on white background

This text has color #6D8E9E on white background.


Black color preview on #6D8E9E background

This text has black color on #6D8E9E background.


White color preview on #6D8E9E background

This text has white color on #6D8E9E background.


Related colors

Complementary color

Complementary color for #hex is #927161.


I love getcolorcode.com

Triadic colors

1 #9E6D8E and #8E9E6D with #6D8E9E are triadic colors.

2 #9E8E6D and #8E6D9E with #6D8E9E are triadic colors.