COLOR #603FC3

HEX: #603FC3
RGB: (96,63,195)

Color info

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

RGB color model

#603FC3 color RGB value is (96,63,195).

  • red value is 96;
  • green value is 63;
  • blue value is 195.
RGB:
(96,63,195)
(38%,25%,76%)

RGB channels and saturation

R 96 of 255 = 38%
G 63 of 255 = 25%
B 195 of 255 = 76%

96
63
195

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

Portions of RGB colors in percentages

R + G + B =
96 + 63 + 195 = 354 (100%)
R 96 of 354 ~ 27.12%
G 63 of 354 ~ 17.8%
B 195 of 354 ~ 55.08%

%27.12
%17.8
%55.08

CMYK color model

#603FC3 color CMYK value is (51,68,0,24).

  • cyan value is 50.77%
  • magenta value is 67.69%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(51,68,0,24)
C51M68Y0K24 
(51%,68%,0%,24%)
(0.51/0.68/0.00/0.24)	

CMYK percentages

%50.77
%67.69
%0
%23.53

Codes

Color #603FC3 in popluar color models

603FC3
RGB9663195
HSL255°52.38%50.59%
HSB/HSV255°67.69%76.47%
CMYK50.77%67.69%0.00%
23.53%

Color #603FC3 in popluar number systems.

HEX603FC3
Decimal9663195
Binary110000011111111000011
Octal14077303

Shades and tints

Shades of #603FC3

#603FC3
(96,63,195)
#583AB2
(88,58,178)
#5035A1
(80,53,161)
#483090
(72,48,144)
#402B7F
(64,43,127)
#38266E
(56,38,110)
#30215D
(48,33,93)
#281C4C
(40,28,76)
#20173B
(32,23,59)
#18122A
(24,18,42)
#100D19
(16,13,25)
#000000
(0,0,0)

Tints of #603FC3

#603FC3
(96,63,195)
#6E50C8
(110,80,200)
#7C61CD
(124,97,205)
#8A72D2
(138,114,210)
#9883D7
(152,131,215)
#A694DC
(166,148,220)
#B4A5E1
(180,165,225)
#C2B6E6
(194,182,230)
#D0C7EB
(208,199,235)
#DED8F0
(222,216,240)
#ECE9F5
(236,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #603FC3 color. Also use rgb(96,63,195) instead hex code.

Text Font Color

.myTextColor { color: #603FC3; }

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

This text font color is #603FC3.


Background Color

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

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

This div background color is #603FC3.


Border color

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

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

This div border color is #603FC3.


Opacity

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

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

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

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

This text has shadow with #603FC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603FC3 on black background.


Color preview on white background

This text has color #603FC3 on white background.



Black color preview on #603FC3 background

This text has black color on #603FC3 background.


White color preview on #603FC3 background

This text has white color on #603FC3 background.