COLOR #6C606C

HEX: #6C606C
RGB: (108,96,108)

Color info

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

RGB color model

#6C606C color RGB value is (108,96,108).

  • red value is 108;
  • green value is 96;
  • blue value is 108.
RGB:
(108,96,108)
(42%,38%,42%)

RGB channels and saturation

R 108 of 255 = 42%
G 96 of 255 = 38%
B 108 of 255 = 42%

108
96
108

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

Portions of RGB colors in percentages

R + G + B =
108 + 96 + 108 = 312 (100%)
R 108 of 312 ~ 34.62%
G 96 of 312 ~ 30.77%
B 108 of 312 ~ 34.62%

%34.62
%30.77
%34.62

CMYK color model

#6C606C color CMYK value is (0,11,0,58).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(0,11,0,58)
C0M11Y0K58 
(0%,11%,0%,58%)
(0.00/0.11/0.00/0.58)	

CMYK percentages

%0
%11.11
%0
%57.65

Codes

Color #6C606C in popluar color models

6C606C
RGB10896108
HSL300°5.88%40.00%
HSB/HSV300°11.11%42.35%
CMYK0.00%11.11%0.00%
57.65%

Color #6C606C in popluar number systems.

HEX6C606C
Decimal10896108
Binary110110011000001101100
Octal154140154

Shades and tints

Shades of #6C606C

#6C606C
(108,96,108)
#635863
(99,88,99)
#5A505A
(90,80,90)
#514851
(81,72,81)
#484048
(72,64,72)
#3F383F
(63,56,63)
#363036
(54,48,54)
#2D282D
(45,40,45)
#242024
(36,32,36)
#1B181B
(27,24,27)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #6C606C

#6C606C
(108,96,108)
#796E79
(121,110,121)
#867C86
(134,124,134)
#938A93
(147,138,147)
#A098A0
(160,152,160)
#ADA6AD
(173,166,173)
#BAB4BA
(186,180,186)
#C7C2C7
(199,194,199)
#D4D0D4
(212,208,212)
#E1DEE1
(225,222,225)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C606C; }

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

This text font color is #6C606C.


Background Color

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

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

This div background color is #6C606C.


Border color

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

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

This div border color is #6C606C.


Opacity

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

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

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

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

This text has shadow with #6C606C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C606C on black background.


Color preview on white background

This text has color #6C606C on white background.



Black color preview on #6C606C background

This text has black color on #6C606C background.


White color preview on #6C606C background

This text has white color on #6C606C background.