COLOR #6C6D6F

HEX: #6C6D6F
RGB: (108,109,111)

Color info

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

RGB color model

#6C6D6F color RGB value is (108,109,111).

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

RGB channels and saturation

R 108 of 255 = 42%
G 109 of 255 = 43%
B 111 of 255 = 44%

108
109
111

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

Portions of RGB colors in percentages

R + G + B =
108 + 109 + 111 = 328 (100%)
R 108 of 328 ~ 32.93%
G 109 of 328 ~ 33.23%
B 111 of 328 ~ 33.84%

%32.93
%33.23
%33.84

CMYK color model

#6C6D6F color CMYK value is (3,2,0,56).

  • cyan value is 2.70%
  • magenta value is 1.80%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(3,2,0,56)
C3M2Y0K56 
(3%,2%,0%,56%)
(0.03/0.02/0.00/0.56)	

CMYK percentages

%2.7
%1.8
%0
%56.47

Codes

Color #6C6D6F in popluar color models

6C6D6F
RGB108109111
HSL220°1.37%42.94%
HSB/HSV220°2.70%43.53%
CMYK2.70%1.80%0.00%
56.47%

Color #6C6D6F in popluar number systems.

HEX6C6D6F
Decimal108109111
Binary110110011011011101111
Octal154155157

Shades and tints

Shades of #6C6D6F

#6C6D6F
(108,109,111)
#636465
(99,100,101)
#5A5B5B
(90,91,91)
#515251
(81,82,81)
#484947
(72,73,71)
#3F403D
(63,64,61)
#363733
(54,55,51)
#2D2E29
(45,46,41)
#24251F
(36,37,31)
#1B1C15
(27,28,21)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #6C6D6F

#6C6D6F
(108,109,111)
#797A7C
(121,122,124)
#868789
(134,135,137)
#939496
(147,148,150)
#A0A1A3
(160,161,163)
#ADAEB0
(173,174,176)
#BABBBD
(186,187,189)
#C7C8CA
(199,200,202)
#D4D5D7
(212,213,215)
#E1E2E4
(225,226,228)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6D6F; }

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

This text font color is #6C6D6F.


Background Color

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

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

This div background color is #6C6D6F.


Border color

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

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

This div border color is #6C6D6F.


Opacity

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

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

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

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

This text has shadow with #6C6D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6D6F on black background.


Color preview on white background

This text has color #6C6D6F on white background.



Black color preview on #6C6D6F background

This text has black color on #6C6D6F background.


White color preview on #6C6D6F background

This text has white color on #6C6D6F background.