COLOR #6C7C8D

HEX: #6C7C8D
RGB: (108,124,141)

Color info

#6C7C8D contains red, green and blue colors in about the same proportion. Web safe color of #6C7C8D is #666699 (or #669).

RGB color model

#6C7C8D color RGB value is (108,124,141).

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

RGB channels and saturation

R 108 of 255 = 42%
G 124 of 255 = 49%
B 141 of 255 = 55%

108
124
141

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

Portions of RGB colors in percentages

R + G + B =
108 + 124 + 141 = 373 (100%)
R 108 of 373 ~ 28.95%
G 124 of 373 ~ 33.24%
B 141 of 373 ~ 37.8%

%28.95
%33.24
%37.8

CMYK color model

#6C7C8D color CMYK value is (23,12,0,45).

  • cyan value is 23.40%
  • magenta value is 12.06%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(23,12,0,45)
C23M12Y0K45 
(23%,12%,0%,45%)
(0.23/0.12/0.00/0.45)	

CMYK percentages

%23.4
%12.06
%0
%44.71

Codes

Color #6C7C8D in popluar color models

6C7C8D
RGB108124141
HSL211°13.25%48.82%
HSB/HSV211°23.40%55.29%
CMYK23.40%12.06%0.00%
44.71%

Color #6C7C8D in popluar number systems.

HEX6C7C8D
Decimal108124141
Binary1101100111110010001101
Octal154174215

Shades and tints

Shades of #6C7C8D

#6C7C8D
(108,124,141)
#637181
(99,113,129)
#5A6675
(90,102,117)
#515B69
(81,91,105)
#48505D
(72,80,93)
#3F4551
(63,69,81)
#363A45
(54,58,69)
#2D2F39
(45,47,57)
#24242D
(36,36,45)
#1B1921
(27,25,33)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #6C7C8D

#6C7C8D
(108,124,141)
#798797
(121,135,151)
#8692A1
(134,146,161)
#939DAB
(147,157,171)
#A0A8B5
(160,168,181)
#ADB3BF
(173,179,191)
#BABEC9
(186,190,201)
#C7C9D3
(199,201,211)
#D4D4DD
(212,212,221)
#E1DFE7
(225,223,231)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7C8D; }

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

This text font color is #6C7C8D.


Background Color

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

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

This div background color is #6C7C8D.


Border color

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

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

This div border color is #6C7C8D.


Opacity

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

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

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

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

This text has shadow with #6C7C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7C8D on black background.


Color preview on white background

This text has color #6C7C8D on white background.



Black color preview on #6C7C8D background

This text has black color on #6C7C8D background.


White color preview on #6C7C8D background

This text has white color on #6C7C8D background.