COLOR #6C6167

HEX: #6C6167 RGB: (108,97,103)

Color info

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

RGB color model

#6C6167 color RGB value is (108,97,103).

RGB: (108,97,103) (42%, 38%, 40%)

RGB channels and saturation

R 108 of 255 = 42%
G 97 of 255 = 38%
B 103 of 255 = 40%

108
97
103

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

Portions of RGB colors in percentages

R + G + B = 108 + 97 + 103 = 308 (100%)
R 108 of 308 ~ 35.06%
G 97 of 308 ~ 31.49%
B 103 of 308 ~ 33.44'%

%35.06
%31.49
%33.44

CMYK color model

#6C6167 color CMYK value is (0,10,5,58).

  • cyan value is 0.00%
  • magenta value is 10.19%
  • yellow value is 4.63%
  • key color value is 57.65%

CMYK: (0,10,5,58)
C0M10Y5K58 (0%, 10%, 5%, 58%)
(0.00 / 0.10 / 0.05 / 0.58)

CMYK percentages

%0
%10.19
%4.63
%57.65

Codes

Color #6C6167 in popluar color models

6C 61 67
RGB 108 97 103
HSL 327° 5.37% 40.20%
HSB/HSV 327° 10.19% 42.35%
CMYK 0.00% 10.19% 4.63%
57.65%

Color #6C6167 in popluar number systems.

HEX 6C 61 67
Decimal 108 97 103
Binary 1101100 1100001 1100111
Octal 154 141 147

Shades and tints

Shades of #6C6167

#6C6167
(108,97,103)
#63595E
(99,89,94)
#5A5155
(90,81,85)
#51494C
(81,73,76)
#484143
(72,65,67)
#3F393A
(63,57,58)
#363131
(54,49,49)
#2D2928
(45,41,40)
#24211F
(36,33,31)
#1B1916
(27,25,22)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #6C6167

#6C6167
(108,97,103)
#796F74
(121,111,116)
#867D81
(134,125,129)
#938B8E
(147,139,142)
#A0999B
(160,153,155)
#ADA7A8
(173,167,168)
#BAB5B5
(186,181,181)
#C7C3C2
(199,195,194)
#D4D1CF
(212,209,207)
#E1DFDC
(225,223,220)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6167 color. Also use rgb(108,97,103) instead hex code.

Text Font Color

.myTextColor { color: #6C6167; }

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

This text font color is #6C6167.

Background Color

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

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

This div background color is #6C6167.

Border color

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

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

This div border color is #6C6167.

Opacity

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

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

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

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

This text has shadow with #6C6167 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6167.

Preview

Color preview on black background

This text has color #6C6167 on black background.


Color preview on white background

This text has color #6C6167 on white background.


Black color preview on #6C6167 background

This text has black color on #6C6167 background.


White color preview on #6C6167 background

This text has white color on #6C6167 background.


Related colors

Complementary color

Complementary color for #hex is #939E98.


I love getcolorcode.com

Triadic colors

1 #676C61 and #61676C with #6C6167 are triadic colors.

2 #67616C and #616C67 with #6C6167 are triadic colors.