COLOR #6C6F6F

HEX: #6C6F6F RGB: (108,111,111)

Color info

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

RGB color model

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

RGB: (108,111,111) (42%, 44%, 44%)

RGB channels and saturation

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

108
111
111

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

Portions of RGB colors in percentages

R + G + B = 108 + 111 + 111 = 330 (100%)
R 108 of 330 ~ 32.73%
G 111 of 330 ~ 33.64%
B 111 of 330 ~ 33.64'%

%32.73
%33.64
%33.64

CMYK color model

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

  • cyan value is 2.70%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (3,0,0,56)
C3M0Y0K56 (3%, 0%, 0%, 56%)
(0.03 / 0.00 / 0.00 / 0.56)

CMYK percentages

%2.7
%0
%0
%56.47

Codes

Color #6C6F6F in popluar color models

6C 6F 6F
RGB 108 111 111
HSL 180° 1.37% 42.94%
HSB/HSV 180° 2.70% 43.53%
CMYK 2.70% 0.00% 0.00%
56.47%

Color #6C6F6F in popluar number systems.

HEX 6C 6F 6F
Decimal 108 111 111
Binary 1101100 1101111 1101111
Octal 154 157 157

Shades and tints

Shades of #6C6F6F

#6C6F6F
(108,111,111)
#636565
(99,101,101)
#5A5B5B
(90,91,91)
#515151
(81,81,81)
#484747
(72,71,71)
#3F3D3D
(63,61,61)
#363333
(54,51,51)
#2D2929
(45,41,41)
#241F1F
(36,31,31)
#1B1515
(27,21,21)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #6C6F6F

#6C6F6F
(108,111,111)
#797C7C
(121,124,124)
#868989
(134,137,137)
#939696
(147,150,150)
#A0A3A3
(160,163,163)
#ADB0B0
(173,176,176)
#BABDBD
(186,189,189)
#C7CACA
(199,202,202)
#D4D7D7
(212,215,215)
#E1E4E4
(225,228,228)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6F6F; }

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

This text font color is #6C6F6F.

Background Color

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

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

This div background color is #6C6F6F.

Border color

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

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

This div border color is #6C6F6F.

Opacity

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

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

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

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

This text has shadow with #6C6F6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6F6F.

Preview

Color preview on black background

This text has color #6C6F6F on black background.


Color preview on white background

This text has color #6C6F6F on white background.


Black color preview on #6C6F6F background

This text has black color on #6C6F6F background.


White color preview on #6C6F6F background

This text has white color on #6C6F6F background.


Related colors

Complementary color

Complementary color for #hex is #939090.


I love getcolorcode.com