COLOR #6C7E8D

HEX: #6C7E8D
RGB: (108,126,141)

Color info

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

RGB color model

#6C7E8D color RGB value is (108,126,141).

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

RGB channels and saturation

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

108
126
141

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

Portions of RGB colors in percentages

R + G + B =
108 + 126 + 141 = 375 (100%)
R 108 of 375 ~ 28.8%
G 126 of 375 ~ 33.6%
B 141 of 375 ~ 37.6%

%28.8
%33.6
%37.6

CMYK color model

#6C7E8D color CMYK value is (23,11,0,45).

  • cyan value is 23.40%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(23,11,0,45)
C23M11Y0K45 
(23%,11%,0%,45%)
(0.23/0.11/0.00/0.45)	

CMYK percentages

%23.4
%10.64
%0
%44.71

Codes

Color #6C7E8D in popluar color models

6C7E8D
RGB108126141
HSL207°13.25%48.82%
HSB/HSV207°23.40%55.29%
CMYK23.40%10.64%0.00%
44.71%

Color #6C7E8D in popluar number systems.

HEX6C7E8D
Decimal108126141
Binary1101100111111010001101
Octal154176215

Shades and tints

Shades of #6C7E8D

#6C7E8D
(108,126,141)
#637381
(99,115,129)
#5A6875
(90,104,117)
#515D69
(81,93,105)
#48525D
(72,82,93)
#3F4751
(63,71,81)
#363C45
(54,60,69)
#2D3139
(45,49,57)
#24262D
(36,38,45)
#1B1B21
(27,27,33)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #6C7E8D

#6C7E8D
(108,126,141)
#798997
(121,137,151)
#8694A1
(134,148,161)
#939FAB
(147,159,171)
#A0AAB5
(160,170,181)
#ADB5BF
(173,181,191)
#BAC0C9
(186,192,201)
#C7CBD3
(199,203,211)
#D4D6DD
(212,214,221)
#E1E1E7
(225,225,231)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7E8D; }

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

This text font color is #6C7E8D.


Background Color

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

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

This div background color is #6C7E8D.


Border color

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

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

This div border color is #6C7E8D.


Opacity

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

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

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

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

This text has shadow with #6C7E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7E8D on black background.


Color preview on white background

This text has color #6C7E8D on white background.



Black color preview on #6C7E8D background

This text has black color on #6C7E8D background.


White color preview on #6C7E8D background

This text has white color on #6C7E8D background.