COLOR #60428B

HEX: #60428B
RGB: (96,66,139)

Color info

#60428B contains mainly red and blue colors. Web safe color of #60428B is #663399 (or #639).

RGB color model

#60428B color RGB value is (96,66,139).

  • red value is 96;
  • green value is 66;
  • blue value is 139.
RGB:
(96,66,139)
(38%,26%,55%)

RGB channels and saturation

R 96 of 255 = 38%
G 66 of 255 = 26%
B 139 of 255 = 55%

96
66
139

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

Portions of RGB colors in percentages

R + G + B =
96 + 66 + 139 = 301 (100%)
R 96 of 301 ~ 31.89%
G 66 of 301 ~ 21.93%
B 139 of 301 ~ 46.18%

%31.89
%21.93
%46.18

CMYK color model

#60428B color CMYK value is (31,53,0,45).

  • cyan value is 30.94%
  • magenta value is 52.52%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(31,53,0,45)
C31M53Y0K45 
(31%,53%,0%,45%)
(0.31/0.53/0.00/0.45)	

CMYK percentages

%30.94
%52.52
%0
%45.49

Codes

Color #60428B in popluar color models

60428B
RGB9666139
HSL265°35.61%40.20%
HSB/HSV265°52.52%54.51%
CMYK30.94%52.52%0.00%
45.49%

Color #60428B in popluar number systems.

HEX60428B
Decimal9666139
Binary1100000100001010001011
Octal140102213

Shades and tints

Shades of #60428B

#60428B
(96,66,139)
#583C7F
(88,60,127)
#503673
(80,54,115)
#483067
(72,48,103)
#402A5B
(64,42,91)
#38244F
(56,36,79)
#301E43
(48,30,67)
#281837
(40,24,55)
#20122B
(32,18,43)
#180C1F
(24,12,31)
#100613
(16,6,19)
#000000
(0,0,0)

Tints of #60428B

#60428B
(96,66,139)
#6E5395
(110,83,149)
#7C649F
(124,100,159)
#8A75A9
(138,117,169)
#9886B3
(152,134,179)
#A697BD
(166,151,189)
#B4A8C7
(180,168,199)
#C2B9D1
(194,185,209)
#D0CADB
(208,202,219)
#DEDBE5
(222,219,229)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60428B color. Also use rgb(96,66,139) instead hex code.

Text Font Color

.myTextColor { color: #60428B; }

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

This text font color is #60428B.


Background Color

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

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

This div background color is #60428B.


Border color

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

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

This div border color is #60428B.


Opacity

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

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

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

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

This text has shadow with #60428B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60428B on black background.


Color preview on white background

This text has color #60428B on white background.



Black color preview on #60428B background

This text has black color on #60428B background.


White color preview on #60428B background

This text has white color on #60428B background.