COLOR #6D8684

HEX: #6D8684
RGB: (109,134,132)

Color info

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

RGB color model

#6D8684 color RGB value is (109,134,132).

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

RGB channels and saturation

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

109
134
132

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

Portions of RGB colors in percentages

R + G + B =
109 + 134 + 132 = 375 (100%)
R 109 of 375 ~ 29.07%
G 134 of 375 ~ 35.73%
B 132 of 375 ~ 35.2%

%29.07
%35.73
%35.2

CMYK color model

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

  • cyan value is 18.66%
  • magenta value is 0.00%
  • yellow value is 1.49%
  • 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
%1.49
%47.45

Codes

Color #6D8684 in popluar color models

6D8684
RGB109134132
HSL175°10.29%47.65%
HSB/HSV175°18.66%52.55%
CMYK18.66%0.00%1.49%
47.45%

Color #6D8684 in popluar number systems.

HEX6D8684
Decimal109134132
Binary11011011000011010000100
Octal155206204

Shades and tints

Shades of #6D8684

#6D8684
(109,134,132)
#647A78
(100,122,120)
#5B6E6C
(91,110,108)
#526260
(82,98,96)
#495654
(73,86,84)
#404A48
(64,74,72)
#373E3C
(55,62,60)
#2E3230
(46,50,48)
#252624
(37,38,36)
#1C1A18
(28,26,24)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #6D8684

#6D8684
(109,134,132)
#7A918F
(122,145,143)
#879C9A
(135,156,154)
#94A7A5
(148,167,165)
#A1B2B0
(161,178,176)
#AEBDBB
(174,189,187)
#BBC8C6
(187,200,198)
#C8D3D1
(200,211,209)
#D5DEDC
(213,222,220)
#E2E9E7
(226,233,231)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8684; }

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

This text font color is #6D8684.


Background Color

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

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

This div background color is #6D8684.


Border color

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

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

This div border color is #6D8684.


Opacity

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

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

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

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

This text has shadow with #6D8684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8684 on black background.


Color preview on white background

This text has color #6D8684 on white background.



Black color preview on #6D8684 background

This text has black color on #6D8684 background.


White color preview on #6D8684 background

This text has white color on #6D8684 background.