COLOR #6C6164

HEX: #6C6164
RGB: (108,97,100)

Color info

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

RGB color model

#6C6164 color RGB value is (108,97,100).

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

RGB channels and saturation

R 108 of 255 = 42%
G 97 of 255 = 38%
B 100 of 255 = 39%

108
97
100

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

Portions of RGB colors in percentages

R + G + B =
108 + 97 + 100 = 305 (100%)
R 108 of 305 ~ 35.41%
G 97 of 305 ~ 31.8%
B 100 of 305 ~ 32.79%

%35.41
%31.8
%32.79

CMYK color model

#6C6164 color CMYK value is (0,10,7,58).

  • cyan value is 0.00%
  • magenta value is 10.19%
  • yellow value is 7.41%
  • key color value is 57.65%
CMYK:
(0,10,7,58)
C0M10Y7K58 
(0%,10%,7%,58%)
(0.00/0.10/0.07/0.58)	

CMYK percentages

%0
%10.19
%7.41
%57.65

Codes

Color #6C6164 in popluar color models

6C6164
RGB10897100
HSL344°5.37%40.20%
HSB/HSV344°10.19%42.35%
CMYK0.00%10.19%7.41%
57.65%

Color #6C6164 in popluar number systems.

HEX6C6164
Decimal10897100
Binary110110011000011100100
Octal154141144

Shades and tints

Shades of #6C6164

#6C6164
(108,97,100)
#63595B
(99,89,91)
#5A5152
(90,81,82)
#514949
(81,73,73)
#484140
(72,65,64)
#3F3937
(63,57,55)
#36312E
(54,49,46)
#2D2925
(45,41,37)
#24211C
(36,33,28)
#1B1913
(27,25,19)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #6C6164

#6C6164
(108,97,100)
#796F72
(121,111,114)
#867D80
(134,125,128)
#938B8E
(147,139,142)
#A0999C
(160,153,156)
#ADA7AA
(173,167,170)
#BAB5B8
(186,181,184)
#C7C3C6
(199,195,198)
#D4D1D4
(212,209,212)
#E1DFE2
(225,223,226)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6164; }

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

This text font color is #6C6164.


Background Color

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

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

This div background color is #6C6164.


Border color

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

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

This div border color is #6C6164.


Opacity

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

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

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

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

This text has shadow with #6C6164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6164 on black background.


Color preview on white background

This text has color #6C6164 on white background.



Black color preview on #6C6164 background

This text has black color on #6C6164 background.


White color preview on #6C6164 background

This text has white color on #6C6164 background.