COLOR #6D626F

HEX: #6D626F RGB: (109,98,111)

Color info

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

RGB color model

#6D626F color RGB value is (109,98,111).

RGB: (109,98,111) (43%, 38%, 44%)

RGB channels and saturation

R 109 of 255 = 43%
G 98 of 255 = 38%
B 111 of 255 = 44%

109
98
111

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

Portions of RGB colors in percentages

R + G + B = 109 + 98 + 111 = 318 (100%)
R 109 of 318 ~ 34.28%
G 98 of 318 ~ 30.82%
B 111 of 318 ~ 34.91'%

%34.28
%30.82
%34.91

CMYK color model

#6D626F color CMYK value is (2,12,0,56).

  • cyan value is 1.80%
  • magenta value is 11.71%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (2,12,0,56)
C2M12Y0K56 (2%, 12%, 0%, 56%)
(0.02 / 0.12 / 0.00 / 0.56)

CMYK percentages

%1.8
%11.71
%0
%56.47

Codes

Color #6D626F in popluar color models

6D 62 6F
RGB 109 98 111
HSL 291° 6.22% 40.98%
HSB/HSV 291° 11.71% 43.53%
CMYK 1.80% 11.71% 0.00%
56.47%

Color #6D626F in popluar number systems.

HEX 6D 62 6F
Decimal 109 98 111
Binary 1101101 1100010 1101111
Octal 155 142 157

Shades and tints

Shades of #6D626F

#6D626F
(109,98,111)
#645A65
(100,90,101)
#5B525B
(91,82,91)
#524A51
(82,74,81)
#494247
(73,66,71)
#403A3D
(64,58,61)
#373233
(55,50,51)
#2E2A29
(46,42,41)
#25221F
(37,34,31)
#1C1A15
(28,26,21)
#13120B
(19,18,11)
#000000
(0,0,0)

Tints of #6D626F

#6D626F
(109,98,111)
#7A707C
(122,112,124)
#877E89
(135,126,137)
#948C96
(148,140,150)
#A19AA3
(161,154,163)
#AEA8B0
(174,168,176)
#BBB6BD
(187,182,189)
#C8C4CA
(200,196,202)
#D5D2D7
(213,210,215)
#E2E0E4
(226,224,228)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D626F color. Also use rgb(109,98,111) instead hex code.

Text Font Color

.myTextColor { color: #6D626F; }

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

This text font color is #6D626F.

Background Color

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

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

This div background color is #6D626F.

Border color

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

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

This div border color is #6D626F.

Opacity

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

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

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

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

This text has shadow with #6D626F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D626F.

Preview

Color preview on black background

This text has color #6D626F on black background.


Color preview on white background

This text has color #6D626F on white background.


Black color preview on #6D626F background

This text has black color on #6D626F background.


White color preview on #6D626F background

This text has white color on #6D626F background.


Related colors

Complementary color

Complementary color for #hex is #929D90.


I love getcolorcode.com

Triadic colors

1 #6F6D62 and #626F6D with #6D626F are triadic colors.

2 #6F626D and #626D6F with #6D626F are triadic colors.