COLOR #60519E

HEX: #60519E
RGB: (96,81,158)

Color info

#60519E contains mainly blue color. Web safe color of #60519E is #666699 (or #669).

RGB color model

#60519E color RGB value is (96,81,158).

  • red value is 96;
  • green value is 81;
  • blue value is 158.
RGB:
(96,81,158)
(38%,32%,62%)

RGB channels and saturation

R 96 of 255 = 38%
G 81 of 255 = 32%
B 158 of 255 = 62%

96
81
158

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

Portions of RGB colors in percentages

R + G + B =
96 + 81 + 158 = 335 (100%)
R 96 of 335 ~ 28.66%
G 81 of 335 ~ 24.18%
B 158 of 335 ~ 47.16%

%28.66
%24.18
%47.16

CMYK color model

#60519E color CMYK value is (39,49,0,38).

  • cyan value is 39.24%
  • magenta value is 48.73%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(39,49,0,38)
C39M49Y0K38 
(39%,49%,0%,38%)
(0.39/0.49/0.00/0.38)	

CMYK percentages

%39.24
%48.73
%0
%38.04

Codes

Color #60519E in popluar color models

60519E
RGB9681158
HSL252°32.22%46.86%
HSB/HSV252°48.73%61.96%
CMYK39.24%48.73%0.00%
38.04%

Color #60519E in popluar number systems.

HEX60519E
Decimal9681158
Binary1100000101000110011110
Octal140121236

Shades and tints

Shades of #60519E

#60519E
(96,81,158)
#584A90
(88,74,144)
#504382
(80,67,130)
#483C74
(72,60,116)
#403566
(64,53,102)
#382E58
(56,46,88)
#30274A
(48,39,74)
#28203C
(40,32,60)
#20192E
(32,25,46)
#181220
(24,18,32)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #60519E

#60519E
(96,81,158)
#6E60A6
(110,96,166)
#7C6FAE
(124,111,174)
#8A7EB6
(138,126,182)
#988DBE
(152,141,190)
#A69CC6
(166,156,198)
#B4ABCE
(180,171,206)
#C2BAD6
(194,186,214)
#D0C9DE
(208,201,222)
#DED8E6
(222,216,230)
#ECE7EE
(236,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60519E color. Also use rgb(96,81,158) instead hex code.

Text Font Color

.myTextColor { color: #60519E; }

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

This text font color is #60519E.


Background Color

.myBgColor { background-color: #60519E; }

<div style="background-color:#60519E">Inner text</div>

This div background color is #60519E.


Border color

.myBorderColor { border: 1px solid #60519E; }

<div style="border:3px solid #60519E">Div</div>

This div border color is #60519E.


Opacity

.myOpacity80 { color: #60519E; opacity: 0.8; }

<p style="color:#60519E;opacity:0.8;">80%</p>

Text with #60519E 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 #60519E;}

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

This text has shadow with #60519E color.

.textShadow {text-shadow: 3px 3px 1px #60519E, 3px 3px 1px red;}

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

This text has shadow with #60519E primary color and red secondary color.


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

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

This text has shadow with #60519E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60519E on black background.


Color preview on white background

This text has color #60519E on white background.



Black color preview on #60519E background

This text has black color on #60519E background.


White color preview on #60519E background

This text has white color on #60519E background.