COLOR #6D6863

HEX: #6D6863 RGB: (109,104,99)

Color info

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

RGB color model

#6D6863 color RGB value is (109,104,99).

RGB: (109,104,99) (43%, 41%, 39%)

RGB channels and saturation

R 109 of 255 = 43%
G 104 of 255 = 41%
B 99 of 255 = 39%

109
104
99

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

Portions of RGB colors in percentages

R + G + B = 109 + 104 + 99 = 312 (100%)
R 109 of 312 ~ 34.94%
G 104 of 312 ~ 33.33%
B 99 of 312 ~ 31.73'%

%34.94
%33.33
%31.73

CMYK color model

#6D6863 color CMYK value is (0,5,9,57).

  • cyan value is 0.00%
  • magenta value is 4.59%
  • yellow value is 9.17%
  • key color value is 57.25%

CMYK: (0,5,9,57)
C0M5Y9K57 (0%, 5%, 9%, 57%)
(0.00 / 0.05 / 0.09 / 0.57)

CMYK percentages

%0
%4.59
%9.17
%57.25

Codes

Color #6D6863 in popluar color models

6D 68 63
RGB 109 104 99
HSL 30° 4.81% 40.78%
HSB/HSV 30° 9.17% 42.75%
CMYK 0.00% 4.59% 9.17%
57.25%

Color #6D6863 in popluar number systems.

HEX 6D 68 63
Decimal 109 104 99
Binary 1101101 1101000 1100011
Octal 155 150 143

Shades and tints

Shades of #6D6863

#6D6863
(109,104,99)
#645F5A
(100,95,90)
#5B5651
(91,86,81)
#524D48
(82,77,72)
#49443F
(73,68,63)
#403B36
(64,59,54)
#37322D
(55,50,45)
#2E2924
(46,41,36)
#25201B
(37,32,27)
#1C1712
(28,23,18)
#130E09
(19,14,9)
#000000
(0,0,0)

Tints of #6D6863

#6D6863
(109,104,99)
#7A7571
(122,117,113)
#87827F
(135,130,127)
#948F8D
(148,143,141)
#A19C9B
(161,156,155)
#AEA9A9
(174,169,169)
#BBB6B7
(187,182,183)
#C8C3C5
(200,195,197)
#D5D0D3
(213,208,211)
#E2DDE1
(226,221,225)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6863 color. Also use rgb(109,104,99) instead hex code.

Text Font Color

.myTextColor { color: #6D6863; }

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

This text font color is #6D6863.

Background Color

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

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

This div background color is #6D6863.

Border color

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

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

This div border color is #6D6863.

Opacity

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

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

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

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

This text has shadow with #6D6863 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D6863.

Preview

Color preview on black background

This text has color #6D6863 on black background.


Color preview on white background

This text has color #6D6863 on white background.


Black color preview on #6D6863 background

This text has black color on #6D6863 background.


White color preview on #6D6863 background

This text has white color on #6D6863 background.


Related colors

Complementary color

Complementary color for #hex is #92979C.


I love getcolorcode.com

Triadic colors

1 #636D68 and #68636D with #6D6863 are triadic colors.

2 #63686D and #686D63 with #6D6863 are triadic colors.