COLOR #6D6470

HEX: #6D6470 RGB: (109,100,112)

Color info

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

RGB color model

#6D6470 color RGB value is (109,100,112).

RGB: (109,100,112) (43%, 39%, 44%)

RGB channels and saturation

R 109 of 255 = 43%
G 100 of 255 = 39%
B 112 of 255 = 44%

109
100
112

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

Portions of RGB colors in percentages

R + G + B = 109 + 100 + 112 = 321 (100%)
R 109 of 321 ~ 33.96%
G 100 of 321 ~ 31.15%
B 112 of 321 ~ 34.89'%

%33.96
%31.15
%34.89

CMYK color model

#6D6470 color CMYK value is (3,11,0,56).

  • cyan value is 2.68%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (3,11,0,56)
C3M11Y0K56 (3%, 11%, 0%, 56%)
(0.03 / 0.11 / 0.00 / 0.56)

CMYK percentages

%2.68
%10.71
%0
%56.08

Codes

Color #6D6470 in popluar color models

6D 64 70
RGB 109 100 112
HSL 285° 5.66% 41.57%
HSB/HSV 285° 10.71% 43.92%
CMYK 2.68% 10.71% 0.00%
56.08%

Color #6D6470 in popluar number systems.

HEX 6D 64 70
Decimal 109 100 112
Binary 1101101 1100100 1110000
Octal 155 144 160

Shades and tints

Shades of #6D6470

#6D6470
(109,100,112)
#645B66
(100,91,102)
#5B525C
(91,82,92)
#524952
(82,73,82)
#494048
(73,64,72)
#40373E
(64,55,62)
#372E34
(55,46,52)
#2E252A
(46,37,42)
#251C20
(37,28,32)
#1C1316
(28,19,22)
#130A0C
(19,10,12)
#000000
(0,0,0)

Tints of #6D6470

#6D6470
(109,100,112)
#7A727D
(122,114,125)
#87808A
(135,128,138)
#948E97
(148,142,151)
#A19CA4
(161,156,164)
#AEAAB1
(174,170,177)
#BBB8BE
(187,184,190)
#C8C6CB
(200,198,203)
#D5D4D8
(213,212,216)
#E2E2E5
(226,226,229)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6470; }

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

This text font color is #6D6470.

Background Color

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

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

This div background color is #6D6470.

Border color

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

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

This div border color is #6D6470.

Opacity

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

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

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

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

This text has shadow with #6D6470 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D6470.

Preview

Color preview on black background

This text has color #6D6470 on black background.


Color preview on white background

This text has color #6D6470 on white background.


Black color preview on #6D6470 background

This text has black color on #6D6470 background.


White color preview on #6D6470 background

This text has white color on #6D6470 background.


Related colors

Complementary color

Complementary color for #hex is #929B8F.


I love getcolorcode.com

Triadic colors

1 #706D64 and #64706D with #6D6470 are triadic colors.

2 #70646D and #646D70 with #6D6470 are triadic colors.