COLOR #6C888D

HEX: #6C888D
RGB: (108,136,141)

Color info

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

RGB color model

#6C888D color RGB value is (108,136,141).

  • red value is 108;
  • green value is 136;
  • blue value is 141.
RGB:
(108,136,141)
(42%,53%,55%)

RGB channels and saturation

R 108 of 255 = 42%
G 136 of 255 = 53%
B 141 of 255 = 55%

108
136
141

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

Portions of RGB colors in percentages

R + G + B =
108 + 136 + 141 = 385 (100%)
R 108 of 385 ~ 28.05%
G 136 of 385 ~ 35.32%
B 141 of 385 ~ 36.62%

%28.05
%35.32
%36.62

CMYK color model

#6C888D color CMYK value is (23,4,0,45).

  • cyan value is 23.40%
  • magenta value is 3.55%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(23,4,0,45)
C23M4Y0K45 
(23%,4%,0%,45%)
(0.23/0.04/0.00/0.45)	

CMYK percentages

%23.4
%3.55
%0
%44.71

Codes

Color #6C888D in popluar color models

6C888D
RGB108136141
HSL189°13.25%48.82%
HSB/HSV189°23.40%55.29%
CMYK23.40%3.55%0.00%
44.71%

Color #6C888D in popluar number systems.

HEX6C888D
Decimal108136141
Binary11011001000100010001101
Octal154210215

Shades and tints

Shades of #6C888D

#6C888D
(108,136,141)
#637C81
(99,124,129)
#5A7075
(90,112,117)
#516469
(81,100,105)
#48585D
(72,88,93)
#3F4C51
(63,76,81)
#364045
(54,64,69)
#2D3439
(45,52,57)
#24282D
(36,40,45)
#1B1C21
(27,28,33)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #6C888D

#6C888D
(108,136,141)
#799297
(121,146,151)
#869CA1
(134,156,161)
#93A6AB
(147,166,171)
#A0B0B5
(160,176,181)
#ADBABF
(173,186,191)
#BAC4C9
(186,196,201)
#C7CED3
(199,206,211)
#D4D8DD
(212,216,221)
#E1E2E7
(225,226,231)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C888D color. Also use rgb(108,136,141) instead hex code.

Text Font Color

.myTextColor { color: #6C888D; }

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

This text font color is #6C888D.


Background Color

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

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

This div background color is #6C888D.


Border color

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

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

This div border color is #6C888D.


Opacity

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

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

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

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

This text has shadow with #6C888D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C888D on black background.


Color preview on white background

This text has color #6C888D on white background.



Black color preview on #6C888D background

This text has black color on #6C888D background.


White color preview on #6C888D background

This text has white color on #6C888D background.