COLOR #60589B

HEX: #60589B
RGB: (96,88,155)

Color info

#60589B contains mainly red and blue colors. Web safe color of #60589B is #666699 (or #669).

RGB color model

#60589B color RGB value is (96,88,155).

  • red value is 96;
  • green value is 88;
  • blue value is 155.
RGB:
(96,88,155)
(38%,35%,61%)

RGB channels and saturation

R 96 of 255 = 38%
G 88 of 255 = 35%
B 155 of 255 = 61%

96
88
155

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

Portions of RGB colors in percentages

R + G + B =
96 + 88 + 155 = 339 (100%)
R 96 of 339 ~ 28.32%
G 88 of 339 ~ 25.96%
B 155 of 339 ~ 45.72%

%28.32
%25.96
%45.72

CMYK color model

#60589B color CMYK value is (38,43,0,39).

  • cyan value is 38.06%
  • magenta value is 43.23%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(38,43,0,39)
C38M43Y0K39 
(38%,43%,0%,39%)
(0.38/0.43/0.00/0.39)	

CMYK percentages

%38.06
%43.23
%0
%39.22

Codes

Color #60589B in popluar color models

60589B
RGB9688155
HSL247°27.57%47.65%
HSB/HSV247°43.23%60.78%
CMYK38.06%43.23%0.00%
39.22%

Color #60589B in popluar number systems.

HEX60589B
Decimal9688155
Binary1100000101100010011011
Octal140130233

Shades and tints

Shades of #60589B

#60589B
(96,88,155)
#58508D
(88,80,141)
#50487F
(80,72,127)
#484071
(72,64,113)
#403863
(64,56,99)
#383055
(56,48,85)
#302847
(48,40,71)
#282039
(40,32,57)
#20182B
(32,24,43)
#18101D
(24,16,29)
#10080F
(16,8,15)
#000000
(0,0,0)

Tints of #60589B

#60589B
(96,88,155)
#6E67A4
(110,103,164)
#7C76AD
(124,118,173)
#8A85B6
(138,133,182)
#9894BF
(152,148,191)
#A6A3C8
(166,163,200)
#B4B2D1
(180,178,209)
#C2C1DA
(194,193,218)
#D0D0E3
(208,208,227)
#DEDFEC
(222,223,236)
#ECEEF5
(236,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60589B; }

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

This text font color is #60589B.


Background Color

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

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

This div background color is #60589B.


Border color

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

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

This div border color is #60589B.


Opacity

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

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

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

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

This text has shadow with #60589B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60589B on black background.


Color preview on white background

This text has color #60589B on white background.



Black color preview on #60589B background

This text has black color on #60589B background.


White color preview on #60589B background

This text has white color on #60589B background.