COLOR #6D6460

HEX: #6D6460
RGB: (109,100,96)

Color info

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

RGB color model

#6D6460 color RGB value is (109,100,96).

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

RGB channels and saturation

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

109
100
96

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

Portions of RGB colors in percentages

R + G + B =
109 + 100 + 96 = 305 (100%)
R 109 of 305 ~ 35.74%
G 100 of 305 ~ 32.79%
B 96 of 305 ~ 31.48%

%35.74
%32.79
%31.48

CMYK color model

#6D6460 color CMYK value is (0,8,12,57).

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 11.93%
  • key color value is 57.25%
CMYK:
(0,8,12,57)
C0M8Y12K57 
(0%,8%,12%,57%)
(0.00/0.08/0.12/0.57)	

CMYK percentages

%0
%8.26
%11.93
%57.25

Codes

Color #6D6460 in popluar color models

6D6460
RGB10910096
HSL18°6.34%40.20%
HSB/HSV18°11.93%42.75%
CMYK0.00%8.26%11.93%
57.25%

Color #6D6460 in popluar number systems.

HEX6D6460
Decimal10910096
Binary110110111001001100000
Octal155144140

Shades and tints

Shades of #6D6460

#6D6460
(109,100,96)
#645B58
(100,91,88)
#5B5250
(91,82,80)
#524948
(82,73,72)
#494040
(73,64,64)
#403738
(64,55,56)
#372E30
(55,46,48)
#2E2528
(46,37,40)
#251C20
(37,28,32)
#1C1318
(28,19,24)
#130A10
(19,10,16)
#000000
(0,0,0)

Tints of #6D6460

#6D6460
(109,100,96)
#7A726E
(122,114,110)
#87807C
(135,128,124)
#948E8A
(148,142,138)
#A19C98
(161,156,152)
#AEAAA6
(174,170,166)
#BBB8B4
(187,184,180)
#C8C6C2
(200,198,194)
#D5D4D0
(213,212,208)
#E2E2DE
(226,226,222)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6460; }

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

This text font color is #6D6460.


Background Color

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

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

This div background color is #6D6460.


Border color

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

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

This div border color is #6D6460.


Opacity

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

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

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

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

This text has shadow with #6D6460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6460 on black background.


Color preview on white background

This text has color #6D6460 on white background.



Black color preview on #6D6460 background

This text has black color on #6D6460 background.


White color preview on #6D6460 background

This text has white color on #6D6460 background.