COLOR #6C6B68

HEX: #6C6B68
RGB: (108,107,104)

Color info

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

RGB color model

#6C6B68 color RGB value is (108,107,104).

  • red value is 108;
  • green value is 107;
  • blue value is 104.
RGB:
(108,107,104)
(42%,42%,41%)

RGB channels and saturation

R 108 of 255 = 42%
G 107 of 255 = 42%
B 104 of 255 = 41%

108
107
104

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

Portions of RGB colors in percentages

R + G + B =
108 + 107 + 104 = 319 (100%)
R 108 of 319 ~ 33.86%
G 107 of 319 ~ 33.54%
B 104 of 319 ~ 32.6%

%33.86
%33.54
%32.6

CMYK color model

#6C6B68 color CMYK value is (0,1,4,58).

  • cyan value is 0.00%
  • magenta value is 0.93%
  • yellow value is 3.70%
  • key color value is 57.65%
CMYK:
(0,1,4,58)
C0M1Y4K58 
(0%,1%,4%,58%)
(0.00/0.01/0.04/0.58)	

CMYK percentages

%0
%0.93
%3.7
%57.65

Codes

Color #6C6B68 in popluar color models

6C6B68
RGB108107104
HSL45°1.89%41.57%
HSB/HSV45°3.70%42.35%
CMYK0.00%0.93%3.70%
57.65%

Color #6C6B68 in popluar number systems.

HEX6C6B68
Decimal108107104
Binary110110011010111101000
Octal154153150

Shades and tints

Shades of #6C6B68

#6C6B68
(108,107,104)
#63625F
(99,98,95)
#5A5956
(90,89,86)
#51504D
(81,80,77)
#484744
(72,71,68)
#3F3E3B
(63,62,59)
#363532
(54,53,50)
#2D2C29
(45,44,41)
#242320
(36,35,32)
#1B1A17
(27,26,23)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #6C6B68

#6C6B68
(108,107,104)
#797875
(121,120,117)
#868582
(134,133,130)
#93928F
(147,146,143)
#A09F9C
(160,159,156)
#ADACA9
(173,172,169)
#BAB9B6
(186,185,182)
#C7C6C3
(199,198,195)
#D4D3D0
(212,211,208)
#E1E0DD
(225,224,221)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6B68; }

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

This text font color is #6C6B68.


Background Color

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

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

This div background color is #6C6B68.


Border color

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

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

This div border color is #6C6B68.


Opacity

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

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

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

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

This text has shadow with #6C6B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6B68 on black background.


Color preview on white background

This text has color #6C6B68 on white background.



Black color preview on #6C6B68 background

This text has black color on #6C6B68 background.


White color preview on #6C6B68 background

This text has white color on #6C6B68 background.