COLOR #603A9E

HEX: #603A9E
RGB: (96,58,158)

Color info

#603A9E contains mainly blue color. Web safe color of #603A9E is #663399 (or #639).

RGB color model

#603A9E color RGB value is (96,58,158).

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

RGB channels and saturation

R 96 of 255 = 38%
G 58 of 255 = 23%
B 158 of 255 = 62%

96
58
158

R + G + B ~ 41%. #603A9E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 58 + 158 = 312 (100%)
R 96 of 312 ~ 30.77%
G 58 of 312 ~ 18.59%
B 158 of 312 ~ 50.64%

%30.77
%18.59
%50.64

CMYK color model

#603A9E color CMYK value is (39,63,0,38).

  • cyan value is 39.24%
  • magenta value is 63.29%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(39,63,0,38)
C39M63Y0K38 
(39%,63%,0%,38%)
(0.39/0.63/0.00/0.38)	

CMYK percentages

%39.24
%63.29
%0
%38.04

Codes

Color #603A9E in popluar color models

603A9E
RGB9658158
HSL263°46.30%42.35%
HSB/HSV263°63.29%61.96%
CMYK39.24%63.29%0.00%
38.04%

Color #603A9E in popluar number systems.

HEX603A9E
Decimal9658158
Binary110000011101010011110
Octal14072236

Shades and tints

Shades of #603A9E

#603A9E
(96,58,158)
#583590
(88,53,144)
#503082
(80,48,130)
#482B74
(72,43,116)
#402666
(64,38,102)
#382158
(56,33,88)
#301C4A
(48,28,74)
#28173C
(40,23,60)
#20122E
(32,18,46)
#180D20
(24,13,32)
#100812
(16,8,18)
#000000
(0,0,0)

Tints of #603A9E

#603A9E
(96,58,158)
#6E4BA6
(110,75,166)
#7C5CAE
(124,92,174)
#8A6DB6
(138,109,182)
#987EBE
(152,126,190)
#A68FC6
(166,143,198)
#B4A0CE
(180,160,206)
#C2B1D6
(194,177,214)
#D0C2DE
(208,194,222)
#DED3E6
(222,211,230)
#ECE4EE
(236,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #603A9E color. Also use rgb(96,58,158) instead hex code.

Text Font Color

.myTextColor { color: #603A9E; }

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

This text font color is #603A9E.


Background Color

.myBgColor { background-color: #603A9E; }

<div style="background-color:#603A9E">Inner text</div>

This div background color is #603A9E.


Border color

.myBorderColor { border: 1px solid #603A9E; }

<div style="border:3px solid #603A9E">Div</div>

This div border color is #603A9E.


Opacity

.myOpacity80 { color: #603A9E; opacity: 0.8; }

<p style="color:#603A9E;opacity:0.8;">80%</p>

Text with #603A9E 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 #603A9E;}

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

This text has shadow with #603A9E color.

.textShadow {text-shadow: 3px 3px 1px #603A9E, 3px 3px 1px red;}

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

This text has shadow with #603A9E primary color and red secondary color.


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

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

This text has shadow with #603A9E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603A9E on black background.


Color preview on white background

This text has color #603A9E on white background.



Black color preview on #603A9E background

This text has black color on #603A9E background.


White color preview on #603A9E background

This text has white color on #603A9E background.