COLOR #6C6D8B

HEX: #6C6D8B
RGB: (108,109,139)

Color info

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

RGB color model

#6C6D8B color RGB value is (108,109,139).

  • red value is 108;
  • green value is 109;
  • blue value is 139.
RGB:
(108,109,139)
(42%,43%,55%)

RGB channels and saturation

R 108 of 255 = 42%
G 109 of 255 = 43%
B 139 of 255 = 55%

108
109
139

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

Portions of RGB colors in percentages

R + G + B =
108 + 109 + 139 = 356 (100%)
R 108 of 356 ~ 30.34%
G 109 of 356 ~ 30.62%
B 139 of 356 ~ 39.04%

%30.34
%30.62
%39.04

CMYK color model

#6C6D8B color CMYK value is (22,22,0,45).

  • cyan value is 22.30%
  • magenta value is 21.58%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(22,22,0,45)
C22M22Y0K45 
(22%,22%,0%,45%)
(0.22/0.22/0.00/0.45)	

CMYK percentages

%22.3
%21.58
%0
%45.49

Codes

Color #6C6D8B in popluar color models

6C6D8B
RGB108109139
HSL238°12.55%48.43%
HSB/HSV238°22.30%54.51%
CMYK22.30%21.58%0.00%
45.49%

Color #6C6D8B in popluar number systems.

HEX6C6D8B
Decimal108109139
Binary1101100110110110001011
Octal154155213

Shades and tints

Shades of #6C6D8B

#6C6D8B
(108,109,139)
#63647F
(99,100,127)
#5A5B73
(90,91,115)
#515267
(81,82,103)
#48495B
(72,73,91)
#3F404F
(63,64,79)
#363743
(54,55,67)
#2D2E37
(45,46,55)
#24252B
(36,37,43)
#1B1C1F
(27,28,31)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #6C6D8B

#6C6D8B
(108,109,139)
#797A95
(121,122,149)
#86879F
(134,135,159)
#9394A9
(147,148,169)
#A0A1B3
(160,161,179)
#ADAEBD
(173,174,189)
#BABBC7
(186,187,199)
#C7C8D1
(199,200,209)
#D4D5DB
(212,213,219)
#E1E2E5
(225,226,229)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6D8B color. Also use rgb(108,109,139) instead hex code.

Text Font Color

.myTextColor { color: #6C6D8B; }

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

This text font color is #6C6D8B.


Background Color

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

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

This div background color is #6C6D8B.


Border color

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

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

This div border color is #6C6D8B.


Opacity

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

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

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

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

This text has shadow with #6C6D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6D8B on black background.


Color preview on white background

This text has color #6C6D8B on white background.



Black color preview on #6C6D8B background

This text has black color on #6C6D8B background.


White color preview on #6C6D8B background

This text has white color on #6C6D8B background.