COLOR #6D6164

HEX: #6D6164
RGB: (109,97,100)

Color info

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

RGB color model

#6D6164 color RGB value is (109,97,100).

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

RGB channels and saturation

R 109 of 255 = 43%
G 97 of 255 = 38%
B 100 of 255 = 39%

109
97
100

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

Portions of RGB colors in percentages

R + G + B =
109 + 97 + 100 = 306 (100%)
R 109 of 306 ~ 35.62%
G 97 of 306 ~ 31.7%
B 100 of 306 ~ 32.68%

%35.62
%31.7
%32.68

CMYK color model

#6D6164 color CMYK value is (0,11,8,57).

  • cyan value is 0.00%
  • magenta value is 11.01%
  • yellow value is 8.26%
  • key color value is 57.25%
CMYK:
(0,11,8,57)
C0M11Y8K57 
(0%,11%,8%,57%)
(0.00/0.11/0.08/0.57)	

CMYK percentages

%0
%11.01
%8.26
%57.25

Codes

Color #6D6164 in popluar color models

6D6164
RGB10997100
HSL345°5.83%40.39%
HSB/HSV345°11.01%42.75%
CMYK0.00%11.01%8.26%
57.25%

Color #6D6164 in popluar number systems.

HEX6D6164
Decimal10997100
Binary110110111000011100100
Octal155141144

Shades and tints

Shades of #6D6164

#6D6164
(109,97,100)
#64595B
(100,89,91)
#5B5152
(91,81,82)
#524949
(82,73,73)
#494140
(73,65,64)
#403937
(64,57,55)
#37312E
(55,49,46)
#2E2925
(46,41,37)
#25211C
(37,33,28)
#1C1913
(28,25,19)
#13110A
(19,17,10)
#000000
(0,0,0)

Tints of #6D6164

#6D6164
(109,97,100)
#7A6F72
(122,111,114)
#877D80
(135,125,128)
#948B8E
(148,139,142)
#A1999C
(161,153,156)
#AEA7AA
(174,167,170)
#BBB5B8
(187,181,184)
#C8C3C6
(200,195,198)
#D5D1D4
(213,209,212)
#E2DFE2
(226,223,226)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6164; }

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

This text font color is #6D6164.


Background Color

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

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

This div background color is #6D6164.


Border color

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

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

This div border color is #6D6164.


Opacity

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

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

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

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

This text has shadow with #6D6164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6164 on black background.


Color preview on white background

This text has color #6D6164 on white background.



Black color preview on #6D6164 background

This text has black color on #6D6164 background.


White color preview on #6D6164 background

This text has white color on #6D6164 background.