COLOR #6D899A

HEX: #6D899A RGB: (109,137,154)

Color info

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

RGB color model

#6D899A color RGB value is (109,137,154).

RGB: (109,137,154) (43%, 54%, 60%)

RGB channels and saturation

R 109 of 255 = 43%
G 137 of 255 = 54%
B 154 of 255 = 60%

109
137
154

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

Portions of RGB colors in percentages

R + G + B = 109 + 137 + 154 = 400 (100%)
R 109 of 400 ~ 27.25%
G 137 of 400 ~ 34.25%
B 154 of 400 ~ 38.5'%

%27.25
%34.25
%38.5

CMYK color model

#6D899A color CMYK value is (29,11,0,40).

  • cyan value is 29.22%
  • magenta value is 11.04%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (29,11,0,40)
C29M11Y0K40 (29%, 11%, 0%, 40%)
(0.29 / 0.11 / 0.00 / 0.40)

CMYK percentages

%29.22
%11.04
%0
%39.61

Codes

Color #6D899A in popluar color models

6D 89 9A
RGB 109 137 154
HSL 203° 18.22% 51.57%
HSB/HSV 203° 29.22% 60.39%
CMYK 29.22% 11.04% 0.00%
39.61%

Color #6D899A in popluar number systems.

HEX 6D 89 9A
Decimal 109 137 154
Binary 1101101 10001001 10011010
Octal 155 211 232

Shades and tints

Shades of #6D899A

#6D899A
(109,137,154)
#647D8C
(100,125,140)
#5B717E
(91,113,126)
#526570
(82,101,112)
#495962
(73,89,98)
#404D54
(64,77,84)
#374146
(55,65,70)
#2E3538
(46,53,56)
#25292A
(37,41,42)
#1C1D1C
(28,29,28)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #6D899A

#6D899A
(109,137,154)
#7A93A3
(122,147,163)
#879DAC
(135,157,172)
#94A7B5
(148,167,181)
#A1B1BE
(161,177,190)
#AEBBC7
(174,187,199)
#BBC5D0
(187,197,208)
#C8CFD9
(200,207,217)
#D5D9E2
(213,217,226)
#E2E3EB
(226,227,235)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D899A; }

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

This text font color is #6D899A.

Background Color

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

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

This div background color is #6D899A.

Border color

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

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

This div border color is #6D899A.

Opacity

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

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

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

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

This text has shadow with #6D899A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D899A.

Preview

Color preview on black background

This text has color #6D899A on black background.


Color preview on white background

This text has color #6D899A on white background.


Black color preview on #6D899A background

This text has black color on #6D899A background.


White color preview on #6D899A background

This text has white color on #6D899A background.


Related colors

Complementary color

Complementary color for #hex is #927665.


I love getcolorcode.com

Triadic colors

1 #9A6D89 and #899A6D with #6D899A are triadic colors.

2 #9A896D and #896D9A with #6D899A are triadic colors.