COLOR #6D898E

HEX: #6D898E RGB: (109,137,142)

Color info

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

RGB color model

#6D898E color RGB value is (109,137,142).

RGB: (109,137,142) (43%, 54%, 56%)

RGB channels and saturation

R 109 of 255 = 43%
G 137 of 255 = 54%
B 142 of 255 = 56%

109
137
142

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

Portions of RGB colors in percentages

R + G + B = 109 + 137 + 142 = 388 (100%)
R 109 of 388 ~ 28.09%
G 137 of 388 ~ 35.31%
B 142 of 388 ~ 36.6'%

%28.09
%35.31
%36.6

CMYK color model

#6D898E color CMYK value is (23,4,0,44).

  • cyan value is 23.24%
  • magenta value is 3.52%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (23,4,0,44)
C23M4Y0K44 (23%, 4%, 0%, 44%)
(0.23 / 0.04 / 0.00 / 0.44)

CMYK percentages

%23.24
%3.52
%0
%44.31

Codes

Color #6D898E in popluar color models

6D 89 8E
RGB 109 137 142
HSL 189° 13.15% 49.22%
HSB/HSV 189° 23.24% 55.69%
CMYK 23.24% 3.52% 0.00%
44.31%

Color #6D898E in popluar number systems.

HEX 6D 89 8E
Decimal 109 137 142
Binary 1101101 10001001 10001110
Octal 155 211 216

Shades and tints

Shades of #6D898E

#6D898E
(109,137,142)
#647D82
(100,125,130)
#5B7176
(91,113,118)
#52656A
(82,101,106)
#49595E
(73,89,94)
#404D52
(64,77,82)
#374146
(55,65,70)
#2E353A
(46,53,58)
#25292E
(37,41,46)
#1C1D22
(28,29,34)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #6D898E

#6D898E
(109,137,142)
#7A9398
(122,147,152)
#879DA2
(135,157,162)
#94A7AC
(148,167,172)
#A1B1B6
(161,177,182)
#AEBBC0
(174,187,192)
#BBC5CA
(187,197,202)
#C8CFD4
(200,207,212)
#D5D9DE
(213,217,222)
#E2E3E8
(226,227,232)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D898E; }

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

This text font color is #6D898E.

Background Color

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

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

This div background color is #6D898E.

Border color

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

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

This div border color is #6D898E.

Opacity

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

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

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

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

This text has shadow with #6D898E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D898E.

Preview

Color preview on black background

This text has color #6D898E on black background.


Color preview on white background

This text has color #6D898E on white background.


Black color preview on #6D898E background

This text has black color on #6D898E background.


White color preview on #6D898E background

This text has white color on #6D898E background.


Related colors

Complementary color

Complementary color for #hex is #927671.


I love getcolorcode.com

Triadic colors

1 #8E6D89 and #898E6D with #6D898E are triadic colors.

2 #8E896D and #896D8E with #6D898E are triadic colors.