COLOR #6D6467

HEX: #6D6467
RGB: (109,100,103)

Color info

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

RGB color model

#6D6467 color RGB value is (109,100,103).

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

RGB channels and saturation

R 109 of 255 = 43%
G 100 of 255 = 39%
B 103 of 255 = 40%

109
100
103

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

Portions of RGB colors in percentages

R + G + B =
109 + 100 + 103 = 312 (100%)
R 109 of 312 ~ 34.94%
G 100 of 312 ~ 32.05%
B 103 of 312 ~ 33.01%

%34.94
%32.05
%33.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 5.50%
  • key color value is 57.25%
CMYK:
(0,8,6,57)
C0M8Y6K57 
(0%,8%,6%,57%)
(0.00/0.08/0.06/0.57)	

CMYK percentages

%0
%8.26
%5.5
%57.25

Codes

Color #6D6467 in popluar color models

6D6467
RGB109100103
HSL340°4.31%40.98%
HSB/HSV340°8.26%42.75%
CMYK0.00%8.26%5.50%
57.25%

Color #6D6467 in popluar number systems.

HEX6D6467
Decimal109100103
Binary110110111001001100111
Octal155144147

Shades and tints

Shades of #6D6467

#6D6467
(109,100,103)
#645B5E
(100,91,94)
#5B5255
(91,82,85)
#52494C
(82,73,76)
#494043
(73,64,67)
#40373A
(64,55,58)
#372E31
(55,46,49)
#2E2528
(46,37,40)
#251C1F
(37,28,31)
#1C1316
(28,19,22)
#130A0D
(19,10,13)
#000000
(0,0,0)

Tints of #6D6467

#6D6467
(109,100,103)
#7A7274
(122,114,116)
#878081
(135,128,129)
#948E8E
(148,142,142)
#A19C9B
(161,156,155)
#AEAAA8
(174,170,168)
#BBB8B5
(187,184,181)
#C8C6C2
(200,198,194)
#D5D4CF
(213,212,207)
#E2E2DC
(226,226,220)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6467; }

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

This text font color is #6D6467.


Background Color

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

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

This div background color is #6D6467.


Border color

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

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

This div border color is #6D6467.


Opacity

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

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

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

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

This text has shadow with #6D6467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6467 on black background.


Color preview on white background

This text has color #6D6467 on white background.



Black color preview on #6D6467 background

This text has black color on #6D6467 background.


White color preview on #6D6467 background

This text has white color on #6D6467 background.