COLOR #6D6D7B

HEX: #6D6D7B
RGB: (109,109,123)

Color info

#6D6D7B contains red, green and blue colors in about the same proportion. Web safe color of #6D6D7B is #666666 (or #666).

RGB color model

#6D6D7B color RGB value is (109,109,123).

  • red value is 109;
  • green value is 109;
  • blue value is 123.
RGB:
(109,109,123)
(43%,43%,48%)

RGB channels and saturation

R 109 of 255 = 43%
G 109 of 255 = 43%
B 123 of 255 = 48%

109
109
123

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

Portions of RGB colors in percentages

R + G + B =
109 + 109 + 123 = 341 (100%)
R 109 of 341 ~ 31.96%
G 109 of 341 ~ 31.96%
B 123 of 341 ~ 36.07%

%31.96
%31.96
%36.07

CMYK color model

#6D6D7B color CMYK value is (11,11,0,52).

  • cyan value is 11.38%
  • magenta value is 11.38%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(11,11,0,52)
C11M11Y0K52 
(11%,11%,0%,52%)
(0.11/0.11/0.00/0.52)	

CMYK percentages

%11.38
%11.38
%0
%51.76

Codes

Color #6D6D7B in popluar color models

6D6D7B
RGB109109123
HSL240°6.03%45.49%
HSB/HSV240°11.38%48.24%
CMYK11.38%11.38%0.00%
51.76%

Color #6D6D7B in popluar number systems.

HEX6D6D7B
Decimal109109123
Binary110110111011011111011
Octal155155173

Shades and tints

Shades of #6D6D7B

#6D6D7B
(109,109,123)
#646470
(100,100,112)
#5B5B65
(91,91,101)
#52525A
(82,82,90)
#49494F
(73,73,79)
#404044
(64,64,68)
#373739
(55,55,57)
#2E2E2E
(46,46,46)
#252523
(37,37,35)
#1C1C18
(28,28,24)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #6D6D7B

#6D6D7B
(109,109,123)
#7A7A87
(122,122,135)
#878793
(135,135,147)
#94949F
(148,148,159)
#A1A1AB
(161,161,171)
#AEAEB7
(174,174,183)
#BBBBC3
(187,187,195)
#C8C8CF
(200,200,207)
#D5D5DB
(213,213,219)
#E2E2E7
(226,226,231)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6D7B; }

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

This text font color is #6D6D7B.


Background Color

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

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

This div background color is #6D6D7B.


Border color

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

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

This div border color is #6D6D7B.


Opacity

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

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

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

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

This text has shadow with #6D6D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6D7B on black background.


Color preview on white background

This text has color #6D6D7B on white background.



Black color preview on #6D6D7B background

This text has black color on #6D6D7B background.


White color preview on #6D6D7B background

This text has white color on #6D6D7B background.