COLOR #6D8685

HEX: #6D8685
RGB: (109,134,133)

Color info

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

RGB color model

#6D8685 color RGB value is (109,134,133).

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

RGB channels and saturation

R 109 of 255 = 43%
G 134 of 255 = 53%
B 133 of 255 = 52%

109
134
133

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

Portions of RGB colors in percentages

R + G + B =
109 + 134 + 133 = 376 (100%)
R 109 of 376 ~ 28.99%
G 134 of 376 ~ 35.64%
B 133 of 376 ~ 35.37%

%28.99
%35.64
%35.37

CMYK color model

#6D8685 color CMYK value is (19,0,1,47).

  • cyan value is 18.66%
  • magenta value is 0.00%
  • yellow value is 0.75%
  • key color value is 47.45%
CMYK:
(19,0,1,47)
C19M0Y1K47 
(19%,0%,1%,47%)
(0.19/0.00/0.01/0.47)	

CMYK percentages

%18.66
%0
%0.75
%47.45

Codes

Color #6D8685 in popluar color models

6D8685
RGB109134133
HSL178°10.29%47.65%
HSB/HSV178°18.66%52.55%
CMYK18.66%0.00%0.75%
47.45%

Color #6D8685 in popluar number systems.

HEX6D8685
Decimal109134133
Binary11011011000011010000101
Octal155206205

Shades and tints

Shades of #6D8685

#6D8685
(109,134,133)
#647A79
(100,122,121)
#5B6E6D
(91,110,109)
#526261
(82,98,97)
#495655
(73,86,85)
#404A49
(64,74,73)
#373E3D
(55,62,61)
#2E3231
(46,50,49)
#252625
(37,38,37)
#1C1A19
(28,26,25)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #6D8685

#6D8685
(109,134,133)
#7A9190
(122,145,144)
#879C9B
(135,156,155)
#94A7A6
(148,167,166)
#A1B2B1
(161,178,177)
#AEBDBC
(174,189,188)
#BBC8C7
(187,200,199)
#C8D3D2
(200,211,210)
#D5DEDD
(213,222,221)
#E2E9E8
(226,233,232)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8685; }

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

This text font color is #6D8685.


Background Color

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

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

This div background color is #6D8685.


Border color

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

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

This div border color is #6D8685.


Opacity

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

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

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

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

This text has shadow with #6D8685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8685 on black background.


Color preview on white background

This text has color #6D8685 on white background.



Black color preview on #6D8685 background

This text has black color on #6D8685 background.


White color preview on #6D8685 background

This text has white color on #6D8685 background.