COLOR #60587B

HEX: #60587B RGB: (96,88,123)

Color info

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

RGB color model

#60587B color RGB value is (96,88,123).

RGB: (96,88,123) (38%, 35%, 48%)

RGB channels and saturation

R 96 of 255 = 38%
G 88 of 255 = 35%
B 123 of 255 = 48%

96
88
123

R + G + B ~ 40%. #60587B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 96 + 88 + 123 = 307 (100%)
R 96 of 307 ~ 31.27%
G 88 of 307 ~ 28.66%
B 123 of 307 ~ 40.07'%

%31.27
%28.66
%40.07

CMYK color model

#60587B color CMYK value is (22,28,0,52).

  • cyan value is 21.95%
  • magenta value is 28.46%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (22,28,0,52)
C22M28Y0K52 (22%, 28%, 0%, 52%)
(0.22 / 0.28 / 0.00 / 0.52)

CMYK percentages

%21.95
%28.46
%0
%51.76

Codes

Color #60587B in popluar color models

60 58 7B
RGB 96 88 123
HSL 254° 16.59% 41.37%
HSB/HSV 254° 28.46% 48.24%
CMYK 21.95% 28.46% 0.00%
51.76%

Color #60587B in popluar number systems.

HEX 60 58 7B
Decimal 96 88 123
Binary 1100000 1011000 1111011
Octal 140 130 173

Shades and tints

Shades of #60587B

#60587B
(96,88,123)
#585070
(88,80,112)
#504865
(80,72,101)
#48405A
(72,64,90)
#40384F
(64,56,79)
#383044
(56,48,68)
#302839
(48,40,57)
#28202E
(40,32,46)
#201823
(32,24,35)
#181018
(24,16,24)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #60587B

#60587B
(96,88,123)
#6E6787
(110,103,135)
#7C7693
(124,118,147)
#8A859F
(138,133,159)
#9894AB
(152,148,171)
#A6A3B7
(166,163,183)
#B4B2C3
(180,178,195)
#C2C1CF
(194,193,207)
#D0D0DB
(208,208,219)
#DEDFE7
(222,223,231)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60587B color. Also use rgb(96,88,123) instead hex code.

Text Font Color

.myTextColor { color: #60587B; }

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

This text font color is #60587B.

Background Color

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

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

This div background color is #60587B.

Border color

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

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

This div border color is #60587B.

Opacity

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

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

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

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

This text has shadow with #60587B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60587B.

Preview

Color preview on black background

This text has color #60587B on black background.


Color preview on white background

This text has color #60587B on white background.


Black color preview on #60587B background

This text has black color on #60587B background.


White color preview on #60587B background

This text has white color on #60587B background.


Related colors

Complementary color

Complementary color for #hex is #9FA784.


I love getcolorcode.com

Triadic colors

1 #7B6058 and #587B60 with #60587B are triadic colors.

2 #7B5860 and #58607B with #60587B are triadic colors.