COLOR #6C5460

HEX: #6C5460
RGB: (108,84,96)

Color info

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

RGB color model

#6C5460 color RGB value is (108,84,96).

  • red value is 108;
  • green value is 84;
  • blue value is 96.
RGB:
(108,84,96)
(42%,33%,38%)

RGB channels and saturation

R 108 of 255 = 42%
G 84 of 255 = 33%
B 96 of 255 = 38%

108
84
96

R + G + B ~ 38%. #6C5460 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 84 + 96 = 288 (100%)
R 108 of 288 ~ 37.5%
G 84 of 288 ~ 29.17%
B 96 of 288 ~ 33.33%

%37.5
%29.17
%33.33

CMYK color model

#6C5460 color CMYK value is (0,22,11,58).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 11.11%
  • key color value is 57.65%
CMYK:
(0,22,11,58)
C0M22Y11K58 
(0%,22%,11%,58%)
(0.00/0.22/0.11/0.58)	

CMYK percentages

%0
%22.22
%11.11
%57.65

Codes

Color #6C5460 in popluar color models

6C5460
RGB1088496
HSL330°12.50%37.65%
HSB/HSV330°22.22%42.35%
CMYK0.00%22.22%11.11%
57.65%

Color #6C5460 in popluar number systems.

HEX6C5460
Decimal1088496
Binary110110010101001100000
Octal154124140

Shades and tints

Shades of #6C5460

#6C5460
(108,84,96)
#634D58
(99,77,88)
#5A4650
(90,70,80)
#513F48
(81,63,72)
#483840
(72,56,64)
#3F3138
(63,49,56)
#362A30
(54,42,48)
#2D2328
(45,35,40)
#241C20
(36,28,32)
#1B1518
(27,21,24)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #6C5460

#6C5460
(108,84,96)
#79636E
(121,99,110)
#86727C
(134,114,124)
#93818A
(147,129,138)
#A09098
(160,144,152)
#AD9FA6
(173,159,166)
#BAAEB4
(186,174,180)
#C7BDC2
(199,189,194)
#D4CCD0
(212,204,208)
#E1DBDE
(225,219,222)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5460 color. Also use rgb(108,84,96) instead hex code.

Text Font Color

.myTextColor { color: #6C5460; }

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

This text font color is #6C5460.


Background Color

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

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

This div background color is #6C5460.


Border color

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

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

This div border color is #6C5460.


Opacity

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

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

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

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

This text has shadow with #6C5460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5460 on black background.


Color preview on white background

This text has color #6C5460 on white background.



Black color preview on #6C5460 background

This text has black color on #6C5460 background.


White color preview on #6C5460 background

This text has white color on #6C5460 background.