COLOR #6D898D

HEX: #6D898D RGB: (109,137,141)

Color info

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

RGB color model

#6D898D color RGB value is (109,137,141).

RGB: (109,137,141) (43%, 54%, 55%)

RGB channels and saturation

R 109 of 255 = 43%
G 137 of 255 = 54%
B 141 of 255 = 55%

109
137
141

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

Portions of RGB colors in percentages

R + G + B = 109 + 137 + 141 = 387 (100%)
R 109 of 387 ~ 28.17%
G 137 of 387 ~ 35.4%
B 141 of 387 ~ 36.43'%

%28.17
%35.4
%36.43

CMYK color model

#6D898D color CMYK value is (23,3,0,45).

  • cyan value is 22.70%
  • magenta value is 2.84%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (23,3,0,45)
C23M3Y0K45 (23%, 3%, 0%, 45%)
(0.23 / 0.03 / 0.00 / 0.45)

CMYK percentages

%22.7
%2.84
%0
%44.71

Codes

Color #6D898D in popluar color models

6D 89 8D
RGB 109 137 141
HSL 188° 12.80% 49.02%
HSB/HSV 188° 22.70% 55.29%
CMYK 22.70% 2.84% 0.00%
44.71%

Color #6D898D in popluar number systems.

HEX 6D 89 8D
Decimal 109 137 141
Binary 1101101 10001001 10001101
Octal 155 211 215

Shades and tints

Shades of #6D898D

#6D898D
(109,137,141)
#647D81
(100,125,129)
#5B7175
(91,113,117)
#526569
(82,101,105)
#49595D
(73,89,93)
#404D51
(64,77,81)
#374145
(55,65,69)
#2E3539
(46,53,57)
#25292D
(37,41,45)
#1C1D21
(28,29,33)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #6D898D

#6D898D
(109,137,141)
#7A9397
(122,147,151)
#879DA1
(135,157,161)
#94A7AB
(148,167,171)
#A1B1B5
(161,177,181)
#AEBBBF
(174,187,191)
#BBC5C9
(187,197,201)
#C8CFD3
(200,207,211)
#D5D9DD
(213,217,221)
#E2E3E7
(226,227,231)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D898D; }

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

This text font color is #6D898D.

Background Color

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

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

This div background color is #6D898D.

Border color

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

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

This div border color is #6D898D.

Opacity

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

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

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

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

This text has shadow with #6D898D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D898D.

Preview

Color preview on black background

This text has color #6D898D on black background.


Color preview on white background

This text has color #6D898D on white background.


Black color preview on #6D898D background

This text has black color on #6D898D background.


White color preview on #6D898D background

This text has white color on #6D898D background.


Related colors

Complementary color

Complementary color for #hex is #927672.


I love getcolorcode.com

Triadic colors

1 #8D6D89 and #898D6D with #6D898D are triadic colors.

2 #8D896D and #896D8D with #6D898D are triadic colors.