COLOR #60556B

HEX: #60556B
RGB: (96,85,107)

Color info

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

RGB color model

#60556B color RGB value is (96,85,107).

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

RGB channels and saturation

R 96 of 255 = 38%
G 85 of 255 = 33%
B 107 of 255 = 42%

96
85
107

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

Portions of RGB colors in percentages

R + G + B =
96 + 85 + 107 = 288 (100%)
R 96 of 288 ~ 33.33%
G 85 of 288 ~ 29.51%
B 107 of 288 ~ 37.15%

%33.33
%29.51
%37.15

CMYK color model

#60556B color CMYK value is (10,21,0,58).

  • cyan value is 10.28%
  • magenta value is 20.56%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(10,21,0,58)
C10M21Y0K58 
(10%,21%,0%,58%)
(0.10/0.21/0.00/0.58)	

CMYK percentages

%10.28
%20.56
%0
%58.04

Codes

Color #60556B in popluar color models

60556B
RGB9685107
HSL270°11.46%37.65%
HSB/HSV270°20.56%41.96%
CMYK10.28%20.56%0.00%
58.04%

Color #60556B in popluar number systems.

HEX60556B
Decimal9685107
Binary110000010101011101011
Octal140125153

Shades and tints

Shades of #60556B

#60556B
(96,85,107)
#584E62
(88,78,98)
#504759
(80,71,89)
#484050
(72,64,80)
#403947
(64,57,71)
#38323E
(56,50,62)
#302B35
(48,43,53)
#28242C
(40,36,44)
#201D23
(32,29,35)
#18161A
(24,22,26)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #60556B

#60556B
(96,85,107)
#6E6478
(110,100,120)
#7C7385
(124,115,133)
#8A8292
(138,130,146)
#98919F
(152,145,159)
#A6A0AC
(166,160,172)
#B4AFB9
(180,175,185)
#C2BEC6
(194,190,198)
#D0CDD3
(208,205,211)
#DEDCE0
(222,220,224)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60556B color. Also use rgb(96,85,107) instead hex code.

Text Font Color

.myTextColor { color: #60556B; }

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

This text font color is #60556B.


Background Color

.myBgColor { background-color: #60556B; }

<div style="background-color:#60556B">Inner text</div>

This div background color is #60556B.


Border color

.myBorderColor { border: 1px solid #60556B; }

<div style="border:3px solid #60556B">Div</div>

This div border color is #60556B.


Opacity

.myOpacity80 { color: #60556B; opacity: 0.8; }

<p style="color:#60556B;opacity:0.8;">80%</p>

Text with #60556B 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 #60556B;}

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

This text has shadow with #60556B color.

.textShadow {text-shadow: 3px 3px 1px #60556B, 3px 3px 1px red;}

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

This text has shadow with #60556B primary color and red secondary color.


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

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

This text has shadow with #60556B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60556B on black background.


Color preview on white background

This text has color #60556B on white background.



Black color preview on #60556B background

This text has black color on #60556B background.


White color preview on #60556B background

This text has white color on #60556B background.