COLOR #6D6B6B

HEX: #6D6B6B
RGB: (109,107,107)

Color info

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

RGB color model

#6D6B6B color RGB value is (109,107,107).

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

RGB channels and saturation

R 109 of 255 = 43%
G 107 of 255 = 42%
B 107 of 255 = 42%

109
107
107

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

Portions of RGB colors in percentages

R + G + B =
109 + 107 + 107 = 323 (100%)
R 109 of 323 ~ 33.75%
G 107 of 323 ~ 33.13%
B 107 of 323 ~ 33.13%

%33.75
%33.13
%33.13

CMYK color model

#6D6B6B color CMYK value is (0,2,2,57).

  • cyan value is 0.00%
  • magenta value is 1.83%
  • yellow value is 1.83%
  • key color value is 57.25%
CMYK:
(0,2,2,57)
C0M2Y2K57 
(0%,2%,2%,57%)
(0.00/0.02/0.02/0.57)	

CMYK percentages

%0
%1.83
%1.83
%57.25

Codes

Color #6D6B6B in popluar color models

6D6B6B
RGB109107107
HSL0.93%42.35%
HSB/HSV1.83%42.75%
CMYK0.00%1.83%1.83%
57.25%

Color #6D6B6B in popluar number systems.

HEX6D6B6B
Decimal109107107
Binary110110111010111101011
Octal155153153

Shades and tints

Shades of #6D6B6B

#6D6B6B
(109,107,107)
#646262
(100,98,98)
#5B5959
(91,89,89)
#525050
(82,80,80)
#494747
(73,71,71)
#403E3E
(64,62,62)
#373535
(55,53,53)
#2E2C2C
(46,44,44)
#252323
(37,35,35)
#1C1A1A
(28,26,26)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #6D6B6B

#6D6B6B
(109,107,107)
#7A7878
(122,120,120)
#878585
(135,133,133)
#949292
(148,146,146)
#A19F9F
(161,159,159)
#AEACAC
(174,172,172)
#BBB9B9
(187,185,185)
#C8C6C6
(200,198,198)
#D5D3D3
(213,211,211)
#E2E0E0
(226,224,224)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6B6B; }

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

This text font color is #6D6B6B.


Background Color

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

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

This div background color is #6D6B6B.


Border color

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

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

This div border color is #6D6B6B.


Opacity

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

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

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

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

This text has shadow with #6D6B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6B6B on black background.


Color preview on white background

This text has color #6D6B6B on white background.



Black color preview on #6D6B6B background

This text has black color on #6D6B6B background.


White color preview on #6D6B6B background

This text has white color on #6D6B6B background.