COLOR #60499D

HEX: #60499D
RGB: (96,73,157)

Color info

#60499D contains mainly blue color. Web safe color of #60499D is #663399 (or #639).

RGB color model

#60499D color RGB value is (96,73,157).

  • red value is 96;
  • green value is 73;
  • blue value is 157.
RGB:
(96,73,157)
(38%,29%,62%)

RGB channels and saturation

R 96 of 255 = 38%
G 73 of 255 = 29%
B 157 of 255 = 62%

96
73
157

R + G + B ~ 43%. #60499D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 73 + 157 = 326 (100%)
R 96 of 326 ~ 29.45%
G 73 of 326 ~ 22.39%
B 157 of 326 ~ 48.16%

%29.45
%22.39
%48.16

CMYK color model

#60499D color CMYK value is (39,54,0,38).

  • cyan value is 38.85%
  • magenta value is 53.50%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(39,54,0,38)
C39M54Y0K38 
(39%,54%,0%,38%)
(0.39/0.54/0.00/0.38)	

CMYK percentages

%38.85
%53.5
%0
%38.43

Codes

Color #60499D in popluar color models

60499D
RGB9673157
HSL256°36.52%45.10%
HSB/HSV256°53.50%61.57%
CMYK38.85%53.50%0.00%
38.43%

Color #60499D in popluar number systems.

HEX60499D
Decimal9673157
Binary1100000100100110011101
Octal140111235

Shades and tints

Shades of #60499D

#60499D
(96,73,157)
#58438F
(88,67,143)
#503D81
(80,61,129)
#483773
(72,55,115)
#403165
(64,49,101)
#382B57
(56,43,87)
#302549
(48,37,73)
#281F3B
(40,31,59)
#20192D
(32,25,45)
#18131F
(24,19,31)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #60499D

#60499D
(96,73,157)
#6E59A5
(110,89,165)
#7C69AD
(124,105,173)
#8A79B5
(138,121,181)
#9889BD
(152,137,189)
#A699C5
(166,153,197)
#B4A9CD
(180,169,205)
#C2B9D5
(194,185,213)
#D0C9DD
(208,201,221)
#DED9E5
(222,217,229)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60499D color. Also use rgb(96,73,157) instead hex code.

Text Font Color

.myTextColor { color: #60499D; }

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

This text font color is #60499D.


Background Color

.myBgColor { background-color: #60499D; }

<div style="background-color:#60499D">Inner text</div>

This div background color is #60499D.


Border color

.myBorderColor { border: 1px solid #60499D; }

<div style="border:3px solid #60499D">Div</div>

This div border color is #60499D.


Opacity

.myOpacity80 { color: #60499D; opacity: 0.8; }

<p style="color:#60499D;opacity:0.8;">80%</p>

Text with #60499D 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 #60499D;}

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

This text has shadow with #60499D color.

.textShadow {text-shadow: 3px 3px 1px #60499D, 3px 3px 1px red;}

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

This text has shadow with #60499D primary color and red secondary color.


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

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

This text has shadow with #60499D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60499D on black background.


Color preview on white background

This text has color #60499D on white background.



Black color preview on #60499D background

This text has black color on #60499D background.


White color preview on #60499D background

This text has white color on #60499D background.