COLOR #6D6D7C

HEX: #6D6D7C
RGB: (109,109,124)

Color info

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

RGB color model

#6D6D7C color RGB value is (109,109,124).

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

RGB channels and saturation

R 109 of 255 = 43%
G 109 of 255 = 43%
B 124 of 255 = 49%

109
109
124

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

Portions of RGB colors in percentages

R + G + B =
109 + 109 + 124 = 342 (100%)
R 109 of 342 ~ 31.87%
G 109 of 342 ~ 31.87%
B 124 of 342 ~ 36.26%

%31.87
%31.87
%36.26

CMYK color model

#6D6D7C color CMYK value is (12,12,0,51).

  • cyan value is 12.10%
  • magenta value is 12.10%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(12,12,0,51)
C12M12Y0K51 
(12%,12%,0%,51%)
(0.12/0.12/0.00/0.51)	

CMYK percentages

%12.1
%12.1
%0
%51.37

Codes

Color #6D6D7C in popluar color models

6D6D7C
RGB109109124
HSL240°6.44%45.69%
HSB/HSV240°12.10%48.63%
CMYK12.10%12.10%0.00%
51.37%

Color #6D6D7C in popluar number systems.

HEX6D6D7C
Decimal109109124
Binary110110111011011111100
Octal155155174

Shades and tints

Shades of #6D6D7C

#6D6D7C
(109,109,124)
#646471
(100,100,113)
#5B5B66
(91,91,102)
#52525B
(82,82,91)
#494950
(73,73,80)
#404045
(64,64,69)
#37373A
(55,55,58)
#2E2E2F
(46,46,47)
#252524
(37,37,36)
#1C1C19
(28,28,25)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #6D6D7C

#6D6D7C
(109,109,124)
#7A7A87
(122,122,135)
#878792
(135,135,146)
#94949D
(148,148,157)
#A1A1A8
(161,161,168)
#AEAEB3
(174,174,179)
#BBBBBE
(187,187,190)
#C8C8C9
(200,200,201)
#D5D5D4
(213,213,212)
#E2E2DF
(226,226,223)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6D7C; }

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

This text font color is #6D6D7C.


Background Color

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

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

This div background color is #6D6D7C.


Border color

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

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

This div border color is #6D6D7C.


Opacity

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

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

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

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

This text has shadow with #6D6D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6D7C on black background.


Color preview on white background

This text has color #6D6D7C on white background.



Black color preview on #6D6D7C background

This text has black color on #6D6D7C background.


White color preview on #6D6D7C background

This text has white color on #6D6D7C background.