COLOR #6D8689

HEX: #6D8689
RGB: (109,134,137)

Color info

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

RGB color model

#6D8689 color RGB value is (109,134,137).

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

RGB channels and saturation

R 109 of 255 = 43%
G 134 of 255 = 53%
B 137 of 255 = 54%

109
134
137

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

Portions of RGB colors in percentages

R + G + B =
109 + 134 + 137 = 380 (100%)
R 109 of 380 ~ 28.68%
G 134 of 380 ~ 35.26%
B 137 of 380 ~ 36.05%

%28.68
%35.26
%36.05

CMYK color model

#6D8689 color CMYK value is (20,2,0,46).

  • cyan value is 20.44%
  • magenta value is 2.19%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(20,2,0,46)
C20M2Y0K46 
(20%,2%,0%,46%)
(0.20/0.02/0.00/0.46)	

CMYK percentages

%20.44
%2.19
%0
%46.27

Codes

Color #6D8689 in popluar color models

6D8689
RGB109134137
HSL186°11.38%48.24%
HSB/HSV186°20.44%53.73%
CMYK20.44%2.19%0.00%
46.27%

Color #6D8689 in popluar number systems.

HEX6D8689
Decimal109134137
Binary11011011000011010001001
Octal155206211

Shades and tints

Shades of #6D8689

#6D8689
(109,134,137)
#647A7D
(100,122,125)
#5B6E71
(91,110,113)
#526265
(82,98,101)
#495659
(73,86,89)
#404A4D
(64,74,77)
#373E41
(55,62,65)
#2E3235
(46,50,53)
#252629
(37,38,41)
#1C1A1D
(28,26,29)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #6D8689

#6D8689
(109,134,137)
#7A9193
(122,145,147)
#879C9D
(135,156,157)
#94A7A7
(148,167,167)
#A1B2B1
(161,178,177)
#AEBDBB
(174,189,187)
#BBC8C5
(187,200,197)
#C8D3CF
(200,211,207)
#D5DED9
(213,222,217)
#E2E9E3
(226,233,227)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8689; }

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

This text font color is #6D8689.


Background Color

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

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

This div background color is #6D8689.


Border color

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

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

This div border color is #6D8689.


Opacity

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

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

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

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

This text has shadow with #6D8689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8689 on black background.


Color preview on white background

This text has color #6D8689 on white background.



Black color preview on #6D8689 background

This text has black color on #6D8689 background.


White color preview on #6D8689 background

This text has white color on #6D8689 background.