COLOR #6C8985

HEX: #6C8985
RGB: (108,137,133)

Color info

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

RGB color model

#6C8985 color RGB value is (108,137,133).

  • red value is 108;
  • green value is 137;
  • blue value is 133.
RGB:
(108,137,133)
(42%,54%,52%)

RGB channels and saturation

R 108 of 255 = 42%
G 137 of 255 = 54%
B 133 of 255 = 52%

108
137
133

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

Portions of RGB colors in percentages

R + G + B =
108 + 137 + 133 = 378 (100%)
R 108 of 378 ~ 28.57%
G 137 of 378 ~ 36.24%
B 133 of 378 ~ 35.19%

%28.57
%36.24
%35.19

CMYK color model

#6C8985 color CMYK value is (21,0,3,46).

  • cyan value is 21.17%
  • magenta value is 0.00%
  • yellow value is 2.92%
  • key color value is 46.27%
CMYK:
(21,0,3,46)
C21M0Y3K46 
(21%,0%,3%,46%)
(0.21/0.00/0.03/0.46)	

CMYK percentages

%21.17
%0
%2.92
%46.27

Codes

Color #6C8985 in popluar color models

6C8985
RGB108137133
HSL172°11.84%48.04%
HSB/HSV172°21.17%53.73%
CMYK21.17%0.00%2.92%
46.27%

Color #6C8985 in popluar number systems.

HEX6C8985
Decimal108137133
Binary11011001000100110000101
Octal154211205

Shades and tints

Shades of #6C8985

#6C8985
(108,137,133)
#637D79
(99,125,121)
#5A716D
(90,113,109)
#516561
(81,101,97)
#485955
(72,89,85)
#3F4D49
(63,77,73)
#36413D
(54,65,61)
#2D3531
(45,53,49)
#242925
(36,41,37)
#1B1D19
(27,29,25)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #6C8985

#6C8985
(108,137,133)
#799390
(121,147,144)
#869D9B
(134,157,155)
#93A7A6
(147,167,166)
#A0B1B1
(160,177,177)
#ADBBBC
(173,187,188)
#BAC5C7
(186,197,199)
#C7CFD2
(199,207,210)
#D4D9DD
(212,217,221)
#E1E3E8
(225,227,232)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8985 color. Also use rgb(108,137,133) instead hex code.

Text Font Color

.myTextColor { color: #6C8985; }

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

This text font color is #6C8985.


Background Color

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

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

This div background color is #6C8985.


Border color

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

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

This div border color is #6C8985.


Opacity

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

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

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

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

This text has shadow with #6C8985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8985 on black background.


Color preview on white background

This text has color #6C8985 on white background.



Black color preview on #6C8985 background

This text has black color on #6C8985 background.


White color preview on #6C8985 background

This text has white color on #6C8985 background.