COLOR #6D899C

HEX: #6D899C
RGB: (109,137,156)

Color info

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

RGB color model

#6D899C color RGB value is (109,137,156).

  • red value is 109;
  • green value is 137;
  • blue value is 156.
RGB:
(109,137,156)
(43%,54%,61%)

RGB channels and saturation

R 109 of 255 = 43%
G 137 of 255 = 54%
B 156 of 255 = 61%

109
137
156

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

Portions of RGB colors in percentages

R + G + B =
109 + 137 + 156 = 402 (100%)
R 109 of 402 ~ 27.11%
G 137 of 402 ~ 34.08%
B 156 of 402 ~ 38.81%

%27.11
%34.08
%38.81

CMYK color model

#6D899C color CMYK value is (30,12,0,39).

  • cyan value is 30.13%
  • magenta value is 12.18%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(30,12,0,39)
C30M12Y0K39 
(30%,12%,0%,39%)
(0.30/0.12/0.00/0.39)	

CMYK percentages

%30.13
%12.18
%0
%38.82

Codes

Color #6D899C in popluar color models

6D899C
RGB109137156
HSL204°19.18%51.96%
HSB/HSV204°30.13%61.18%
CMYK30.13%12.18%0.00%
38.82%

Color #6D899C in popluar number systems.

HEX6D899C
Decimal109137156
Binary11011011000100110011100
Octal155211234

Shades and tints

Shades of #6D899C

#6D899C
(109,137,156)
#647D8E
(100,125,142)
#5B7180
(91,113,128)
#526572
(82,101,114)
#495964
(73,89,100)
#404D56
(64,77,86)
#374148
(55,65,72)
#2E353A
(46,53,58)
#25292C
(37,41,44)
#1C1D1E
(28,29,30)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #6D899C

#6D899C
(109,137,156)
#7A93A5
(122,147,165)
#879DAE
(135,157,174)
#94A7B7
(148,167,183)
#A1B1C0
(161,177,192)
#AEBBC9
(174,187,201)
#BBC5D2
(187,197,210)
#C8CFDB
(200,207,219)
#D5D9E4
(213,217,228)
#E2E3ED
(226,227,237)
#EFEDF6
(239,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D899C; }

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

This text font color is #6D899C.


Background Color

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

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

This div background color is #6D899C.


Border color

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

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

This div border color is #6D899C.


Opacity

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

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

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

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

This text has shadow with #6D899C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D899C on black background.


Color preview on white background

This text has color #6D899C on white background.



Black color preview on #6D899C background

This text has black color on #6D899C background.


White color preview on #6D899C background

This text has white color on #6D899C background.