COLOR #6D8688

HEX: #6D8688
RGB: (109,134,136)

Color info

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

RGB color model

#6D8688 color RGB value is (109,134,136).

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

RGB channels and saturation

R 109 of 255 = 43%
G 134 of 255 = 53%
B 136 of 255 = 53%

109
134
136

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

Portions of RGB colors in percentages

R + G + B =
109 + 134 + 136 = 379 (100%)
R 109 of 379 ~ 28.76%
G 134 of 379 ~ 35.36%
B 136 of 379 ~ 35.88%

%28.76
%35.36
%35.88

CMYK color model

#6D8688 color CMYK value is (20,1,0,47).

  • cyan value is 19.85%
  • magenta value is 1.47%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(20,1,0,47)
C20M1Y0K47 
(20%,1%,0%,47%)
(0.20/0.01/0.00/0.47)	

CMYK percentages

%19.85
%1.47
%0
%46.67

Codes

Color #6D8688 in popluar color models

6D8688
RGB109134136
HSL184°11.02%48.04%
HSB/HSV184°19.85%53.33%
CMYK19.85%1.47%0.00%
46.67%

Color #6D8688 in popluar number systems.

HEX6D8688
Decimal109134136
Binary11011011000011010001000
Octal155206210

Shades and tints

Shades of #6D8688

#6D8688
(109,134,136)
#647A7C
(100,122,124)
#5B6E70
(91,110,112)
#526264
(82,98,100)
#495658
(73,86,88)
#404A4C
(64,74,76)
#373E40
(55,62,64)
#2E3234
(46,50,52)
#252628
(37,38,40)
#1C1A1C
(28,26,28)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #6D8688

#6D8688
(109,134,136)
#7A9192
(122,145,146)
#879C9C
(135,156,156)
#94A7A6
(148,167,166)
#A1B2B0
(161,178,176)
#AEBDBA
(174,189,186)
#BBC8C4
(187,200,196)
#C8D3CE
(200,211,206)
#D5DED8
(213,222,216)
#E2E9E2
(226,233,226)
#EFF4EC
(239,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8688; }

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

This text font color is #6D8688.


Background Color

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

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

This div background color is #6D8688.


Border color

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

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

This div border color is #6D8688.


Opacity

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

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

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

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

This text has shadow with #6D8688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8688 on black background.


Color preview on white background

This text has color #6D8688 on white background.



Black color preview on #6D8688 background

This text has black color on #6D8688 background.


White color preview on #6D8688 background

This text has white color on #6D8688 background.