COLOR #6D636C

HEX: #6D636C RGB: (109,99,108)

Color info

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

RGB color model

#6D636C color RGB value is (109,99,108).

RGB: (109,99,108) (43%, 39%, 42%)

RGB channels and saturation

R 109 of 255 = 43%
G 99 of 255 = 39%
B 108 of 255 = 42%

109
99
108

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

Portions of RGB colors in percentages

R + G + B = 109 + 99 + 108 = 316 (100%)
R 109 of 316 ~ 34.49%
G 99 of 316 ~ 31.33%
B 108 of 316 ~ 34.18'%

%34.49
%31.33
%34.18

CMYK color model

#6D636C color CMYK value is (0,9,1,57).

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

CMYK: (0,9,1,57)
C0M9Y1K57 (0%, 9%, 1%, 57%)
(0.00 / 0.09 / 0.01 / 0.57)

CMYK percentages

%0
%9.17
%0.92
%57.25

Codes

Color #6D636C in popluar color models

6D 63 6C
RGB 109 99 108
HSL 306° 4.81% 40.78%
HSB/HSV 306° 9.17% 42.75%
CMYK 0.00% 9.17% 0.92%
57.25%

Color #6D636C in popluar number systems.

HEX 6D 63 6C
Decimal 109 99 108
Binary 1101101 1100011 1101100
Octal 155 143 154

Shades and tints

Shades of #6D636C

#6D636C
(109,99,108)
#645A63
(100,90,99)
#5B515A
(91,81,90)
#524851
(82,72,81)
#493F48
(73,63,72)
#40363F
(64,54,63)
#372D36
(55,45,54)
#2E242D
(46,36,45)
#251B24
(37,27,36)
#1C121B
(28,18,27)
#130912
(19,9,18)
#000000
(0,0,0)

Tints of #6D636C

#6D636C
(109,99,108)
#7A7179
(122,113,121)
#877F86
(135,127,134)
#948D93
(148,141,147)
#A19BA0
(161,155,160)
#AEA9AD
(174,169,173)
#BBB7BA
(187,183,186)
#C8C5C7
(200,197,199)
#D5D3D4
(213,211,212)
#E2E1E1
(226,225,225)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D636C; }

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

This text font color is #6D636C.

Background Color

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

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

This div background color is #6D636C.

Border color

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

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

This div border color is #6D636C.

Opacity

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

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

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

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

This text has shadow with #6D636C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D636C.

Preview

Color preview on black background

This text has color #6D636C on black background.


Color preview on white background

This text has color #6D636C on white background.


Black color preview on #6D636C background

This text has black color on #6D636C background.


White color preview on #6D636C background

This text has white color on #6D636C background.


Related colors

Complementary color

Complementary color for #hex is #929C93.


I love getcolorcode.com

Triadic colors

1 #6C6D63 and #636C6D with #6D636C are triadic colors.

2 #6C636D and #636D6C with #6D636C are triadic colors.