COLOR #603DAF

HEX: #603DAF
RGB: (96,61,175)

Color info

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

RGB color model

#603DAF color RGB value is (96,61,175).

  • red value is 96;
  • green value is 61;
  • blue value is 175.
RGB:
(96,61,175)
(38%,24%,69%)

RGB channels and saturation

R 96 of 255 = 38%
G 61 of 255 = 24%
B 175 of 255 = 69%

96
61
175

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

Portions of RGB colors in percentages

R + G + B =
96 + 61 + 175 = 332 (100%)
R 96 of 332 ~ 28.92%
G 61 of 332 ~ 18.37%
B 175 of 332 ~ 52.71%

%28.92
%18.37
%52.71

CMYK color model

#603DAF color CMYK value is (45,65,0,31).

  • cyan value is 45.14%
  • magenta value is 65.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(45,65,0,31)
C45M65Y0K31 
(45%,65%,0%,31%)
(0.45/0.65/0.00/0.31)	

CMYK percentages

%45.14
%65.14
%0
%31.37

Codes

Color #603DAF in popluar color models

603DAF
RGB9661175
HSL258°48.31%46.27%
HSB/HSV258°65.14%68.63%
CMYK45.14%65.14%0.00%
31.37%

Color #603DAF in popluar number systems.

HEX603DAF
Decimal9661175
Binary110000011110110101111
Octal14075257

Shades and tints

Shades of #603DAF

#603DAF
(96,61,175)
#5838A0
(88,56,160)
#503391
(80,51,145)
#482E82
(72,46,130)
#402973
(64,41,115)
#382464
(56,36,100)
#301F55
(48,31,85)
#281A46
(40,26,70)
#201537
(32,21,55)
#181028
(24,16,40)
#100B19
(16,11,25)
#000000
(0,0,0)

Tints of #603DAF

#603DAF
(96,61,175)
#6E4EB6
(110,78,182)
#7C5FBD
(124,95,189)
#8A70C4
(138,112,196)
#9881CB
(152,129,203)
#A692D2
(166,146,210)
#B4A3D9
(180,163,217)
#C2B4E0
(194,180,224)
#D0C5E7
(208,197,231)
#DED6EE
(222,214,238)
#ECE7F5
(236,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #603DAF color. Also use rgb(96,61,175) instead hex code.

Text Font Color

.myTextColor { color: #603DAF; }

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

This text font color is #603DAF.


Background Color

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

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

This div background color is #603DAF.


Border color

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

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

This div border color is #603DAF.


Opacity

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

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

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

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

This text has shadow with #603DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603DAF on black background.


Color preview on white background

This text has color #603DAF on white background.



Black color preview on #603DAF background

This text has black color on #603DAF background.


White color preview on #603DAF background

This text has white color on #603DAF background.