COLOR #6C717A

HEX: #6C717A RGB: (108,113,122)

Color info

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

RGB color model

#6C717A color RGB value is (108,113,122).

RGB: (108,113,122) (42%, 44%, 48%)

RGB channels and saturation

R 108 of 255 = 42%
G 113 of 255 = 44%
B 122 of 255 = 48%

108
113
122

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

Portions of RGB colors in percentages

R + G + B = 108 + 113 + 122 = 343 (100%)
R 108 of 343 ~ 31.49%
G 113 of 343 ~ 32.94%
B 122 of 343 ~ 35.57'%

%31.49
%32.94
%35.57

CMYK color model

#6C717A color CMYK value is (11,7,0,52).

  • cyan value is 11.48%
  • magenta value is 7.38%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (11,7,0,52)
C11M7Y0K52 (11%, 7%, 0%, 52%)
(0.11 / 0.07 / 0.00 / 0.52)

CMYK percentages

%11.48
%7.38
%0
%52.16

Codes

Color #6C717A in popluar color models

6C 71 7A
RGB 108 113 122
HSL 219° 6.09% 45.10%
HSB/HSV 219° 11.48% 47.84%
CMYK 11.48% 7.38% 0.00%
52.16%

Color #6C717A in popluar number systems.

HEX 6C 71 7A
Decimal 108 113 122
Binary 1101100 1110001 1111010
Octal 154 161 172

Shades and tints

Shades of #6C717A

#6C717A
(108,113,122)
#63676F
(99,103,111)
#5A5D64
(90,93,100)
#515359
(81,83,89)
#48494E
(72,73,78)
#3F3F43
(63,63,67)
#363538
(54,53,56)
#2D2B2D
(45,43,45)
#242122
(36,33,34)
#1B1717
(27,23,23)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #6C717A

#6C717A
(108,113,122)
#797D86
(121,125,134)
#868992
(134,137,146)
#93959E
(147,149,158)
#A0A1AA
(160,161,170)
#ADADB6
(173,173,182)
#BAB9C2
(186,185,194)
#C7C5CE
(199,197,206)
#D4D1DA
(212,209,218)
#E1DDE6
(225,221,230)
#EEE9F2
(238,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C717A; }

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

This text font color is #6C717A.

Background Color

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

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

This div background color is #6C717A.

Border color

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

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

This div border color is #6C717A.

Opacity

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

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

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

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

This text has shadow with #6C717A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C717A.

Preview

Color preview on black background

This text has color #6C717A on black background.


Color preview on white background

This text has color #6C717A on white background.


Black color preview on #6C717A background

This text has black color on #6C717A background.


White color preview on #6C717A background

This text has white color on #6C717A background.


Related colors

Complementary color

Complementary color for #hex is #938E85.


I love getcolorcode.com

Triadic colors

1 #7A6C71 and #717A6C with #6C717A are triadic colors.

2 #7A716C and #716C7A with #6C717A are triadic colors.