COLOR #6C657D

HEX: #6C657D RGB: (108,101,125)

Color info

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

RGB color model

#6C657D color RGB value is (108,101,125).

RGB: (108,101,125) (42%, 40%, 49%)

RGB channels and saturation

R 108 of 255 = 42%
G 101 of 255 = 40%
B 125 of 255 = 49%

108
101
125

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

Portions of RGB colors in percentages

R + G + B = 108 + 101 + 125 = 334 (100%)
R 108 of 334 ~ 32.34%
G 101 of 334 ~ 30.24%
B 125 of 334 ~ 37.43'%

%32.34
%30.24
%37.43

CMYK color model

#6C657D color CMYK value is (14,19,0,51).

  • cyan value is 13.60%
  • magenta value is 19.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (14,19,0,51)
C14M19Y0K51 (14%, 19%, 0%, 51%)
(0.14 / 0.19 / 0.00 / 0.51)

CMYK percentages

%13.6
%19.2
%0
%50.98

Codes

Color #6C657D in popluar color models

6C 65 7D
RGB 108 101 125
HSL 258° 10.62% 44.31%
HSB/HSV 258° 19.20% 49.02%
CMYK 13.60% 19.20% 0.00%
50.98%

Color #6C657D in popluar number systems.

HEX 6C 65 7D
Decimal 108 101 125
Binary 1101100 1100101 1111101
Octal 154 145 175

Shades and tints

Shades of #6C657D

#6C657D
(108,101,125)
#635C72
(99,92,114)
#5A5367
(90,83,103)
#514A5C
(81,74,92)
#484151
(72,65,81)
#3F3846
(63,56,70)
#362F3B
(54,47,59)
#2D2630
(45,38,48)
#241D25
(36,29,37)
#1B141A
(27,20,26)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #6C657D

#6C657D
(108,101,125)
#797388
(121,115,136)
#868193
(134,129,147)
#938F9E
(147,143,158)
#A09DA9
(160,157,169)
#ADABB4
(173,171,180)
#BAB9BF
(186,185,191)
#C7C7CA
(199,199,202)
#D4D5D5
(212,213,213)
#E1E3E0
(225,227,224)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C657D color. Also use rgb(108,101,125) instead hex code.

Text Font Color

.myTextColor { color: #6C657D; }

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

This text font color is #6C657D.

Background Color

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

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

This div background color is #6C657D.

Border color

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

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

This div border color is #6C657D.

Opacity

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

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

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

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

This text has shadow with #6C657D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C657D.

Preview

Color preview on black background

This text has color #6C657D on black background.


Color preview on white background

This text has color #6C657D on white background.


Black color preview on #6C657D background

This text has black color on #6C657D background.


White color preview on #6C657D background

This text has white color on #6C657D background.


Related colors

Complementary color

Complementary color for #hex is #939A82.


I love getcolorcode.com

Triadic colors

1 #7D6C65 and #657D6C with #6C657D are triadic colors.

2 #7D656C and #656C7D with #6C657D are triadic colors.