COLOR #603EE5

HEX: #603EE5
RGB: (96,62,229)

Color info

#603EE5 contains mainly blue color. Web safe color of #603EE5 is #6633CC (or #63C).

RGB color model

#603EE5 color RGB value is (96,62,229).

  • red value is 96;
  • green value is 62;
  • blue value is 229.
RGB:
(96,62,229)
(38%,24%,90%)

RGB channels and saturation

R 96 of 255 = 38%
G 62 of 255 = 24%
B 229 of 255 = 90%

96
62
229

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

Portions of RGB colors in percentages

R + G + B =
96 + 62 + 229 = 387 (100%)
R 96 of 387 ~ 24.81%
G 62 of 387 ~ 16.02%
B 229 of 387 ~ 59.17%

%24.81
%16.02
%59.17

CMYK color model

#603EE5 color CMYK value is (58,73,0,10).

  • cyan value is 58.08%
  • magenta value is 72.93%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(58,73,0,10)
C58M73Y0K10 
(58%,73%,0%,10%)
(0.58/0.73/0.00/0.10)	

CMYK percentages

%58.08
%72.93
%0
%10.2

Codes

Color #603EE5 in popluar color models

603EE5
RGB9662229
HSL252°76.26%57.06%
HSB/HSV252°72.93%89.80%
CMYK58.08%72.93%0.00%
10.20%

Color #603EE5 in popluar number systems.

HEX603EE5
Decimal9662229
Binary110000011111011100101
Octal14076345

Shades and tints

Shades of #603EE5

#603EE5
(96,62,229)
#5839D1
(88,57,209)
#5034BD
(80,52,189)
#482FA9
(72,47,169)
#402A95
(64,42,149)
#382581
(56,37,129)
#30206D
(48,32,109)
#281B59
(40,27,89)
#201645
(32,22,69)
#181131
(24,17,49)
#100C1D
(16,12,29)
#000000
(0,0,0)

Tints of #603EE5

#603EE5
(96,62,229)
#6E4FE7
(110,79,231)
#7C60E9
(124,96,233)
#8A71EB
(138,113,235)
#9882ED
(152,130,237)
#A693EF
(166,147,239)
#B4A4F1
(180,164,241)
#C2B5F3
(194,181,243)
#D0C6F5
(208,198,245)
#DED7F7
(222,215,247)
#ECE8F9
(236,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #603EE5 color. Also use rgb(96,62,229) instead hex code.

Text Font Color

.myTextColor { color: #603EE5; }

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

This text font color is #603EE5.


Background Color

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

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

This div background color is #603EE5.


Border color

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

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

This div border color is #603EE5.


Opacity

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

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

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

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

This text has shadow with #603EE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603EE5 on black background.


Color preview on white background

This text has color #603EE5 on white background.



Black color preview on #603EE5 background

This text has black color on #603EE5 background.


White color preview on #603EE5 background

This text has white color on #603EE5 background.