COLOR #6C717C

HEX: #6C717C RGB: (108,113,124)

Color info

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

RGB color model

#6C717C color RGB value is (108,113,124).

RGB: (108,113,124) (42%, 44%, 49%)

RGB channels and saturation

R 108 of 255 = 42%
G 113 of 255 = 44%
B 124 of 255 = 49%

108
113
124

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

Portions of RGB colors in percentages

R + G + B = 108 + 113 + 124 = 345 (100%)
R 108 of 345 ~ 31.3%
G 113 of 345 ~ 32.75%
B 124 of 345 ~ 35.94'%

%31.3
%32.75
%35.94

CMYK color model

#6C717C color CMYK value is (13,9,0,51).

  • cyan value is 12.90%
  • magenta value is 8.87%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (13,9,0,51)
C13M9Y0K51 (13%, 9%, 0%, 51%)
(0.13 / 0.09 / 0.00 / 0.51)

CMYK percentages

%12.9
%8.87
%0
%51.37

Codes

Color #6C717C in popluar color models

6C 71 7C
RGB 108 113 124
HSL 221° 6.90% 45.49%
HSB/HSV 221° 12.90% 48.63%
CMYK 12.90% 8.87% 0.00%
51.37%

Color #6C717C in popluar number systems.

HEX 6C 71 7C
Decimal 108 113 124
Binary 1101100 1110001 1111100
Octal 154 161 174

Shades and tints

Shades of #6C717C

#6C717C
(108,113,124)
#636771
(99,103,113)
#5A5D66
(90,93,102)
#51535B
(81,83,91)
#484950
(72,73,80)
#3F3F45
(63,63,69)
#36353A
(54,53,58)
#2D2B2F
(45,43,47)
#242124
(36,33,36)
#1B1719
(27,23,25)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #6C717C

#6C717C
(108,113,124)
#797D87
(121,125,135)
#868992
(134,137,146)
#93959D
(147,149,157)
#A0A1A8
(160,161,168)
#ADADB3
(173,173,179)
#BAB9BE
(186,185,190)
#C7C5C9
(199,197,201)
#D4D1D4
(212,209,212)
#E1DDDF
(225,221,223)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C717C color. Also use rgb(108,113,124) instead hex code.

Text Font Color

.myTextColor { color: #6C717C; }

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

This text font color is #6C717C.

Background Color

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

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

This div background color is #6C717C.

Border color

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

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

This div border color is #6C717C.

Opacity

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

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

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

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

This text has shadow with #6C717C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C717C.

Preview

Color preview on black background

This text has color #6C717C on black background.


Color preview on white background

This text has color #6C717C on white background.


Black color preview on #6C717C background

This text has black color on #6C717C background.


White color preview on #6C717C background

This text has white color on #6C717C background.


Related colors

Complementary color

Complementary color for #hex is #938E83.


I love getcolorcode.com

Triadic colors

1 #7C6C71 and #717C6C with #6C717C are triadic colors.

2 #7C716C and #716C7C with #6C717C are triadic colors.