COLOR #6D6C8B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

109
108
139

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

Portions of RGB colors in percentages

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

%30.62
%30.34
%39.04

CMYK color model

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

  • cyan value is 21.58%
  • magenta value is 22.30%
  • 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

%21.58
%22.3
%0
%45.49

Codes

Color #6D6C8B in popluar color models

6D6C8B
RGB109108139
HSL242°12.55%48.43%
HSB/HSV242°22.30%54.51%
CMYK21.58%22.30%0.00%
45.49%

Color #6D6C8B in popluar number systems.

HEX6D6C8B
Decimal109108139
Binary1101101110110010001011
Octal155154213

Shades and tints

Shades of #6D6C8B

#6D6C8B
(109,108,139)
#64637F
(100,99,127)
#5B5A73
(91,90,115)
#525167
(82,81,103)
#49485B
(73,72,91)
#403F4F
(64,63,79)
#373643
(55,54,67)
#2E2D37
(46,45,55)
#25242B
(37,36,43)
#1C1B1F
(28,27,31)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #6D6C8B

#6D6C8B
(109,108,139)
#7A7995
(122,121,149)
#87869F
(135,134,159)
#9493A9
(148,147,169)
#A1A0B3
(161,160,179)
#AEADBD
(174,173,189)
#BBBAC7
(187,186,199)
#C8C7D1
(200,199,209)
#D5D4DB
(213,212,219)
#E2E1E5
(226,225,229)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6C8B; }

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

This text font color is #6D6C8B.


Background Color

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

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

This div background color is #6D6C8B.


Border color

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

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

This div border color is #6D6C8B.


Opacity

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

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

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

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

This text has shadow with #6D6C8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6C8B on black background.


Color preview on white background

This text has color #6D6C8B on white background.



Black color preview on #6D6C8B background

This text has black color on #6D6C8B background.


White color preview on #6D6C8B background

This text has white color on #6D6C8B background.