COLOR #603C9B

HEX: #603C9B RGB: (96,60,155)

Color info

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

RGB color model

#603C9B color RGB value is (96,60,155).

RGB: (96,60,155) (38%, 24%, 61%)

RGB channels and saturation

R 96 of 255 = 38%
G 60 of 255 = 24%
B 155 of 255 = 61%

96
60
155

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

Portions of RGB colors in percentages

R + G + B = 96 + 60 + 155 = 311 (100%)
R 96 of 311 ~ 30.87%
G 60 of 311 ~ 19.29%
B 155 of 311 ~ 49.84'%

%30.87
%19.29
%49.84

CMYK color model

#603C9B color CMYK value is (38,61,0,39).

  • cyan value is 38.06%
  • magenta value is 61.29%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (38,61,0,39)
C38M61Y0K39 (38%, 61%, 0%, 39%)
(0.38 / 0.61 / 0.00 / 0.39)

CMYK percentages

%38.06
%61.29
%0
%39.22

Codes

Color #603C9B in popluar color models

60 3C 9B
RGB 96 60 155
HSL 263° 44.19% 42.16%
HSB/HSV 263° 61.29% 60.78%
CMYK 38.06% 61.29% 0.00%
39.22%

Color #603C9B in popluar number systems.

HEX 60 3C 9B
Decimal 96 60 155
Binary 1100000 111100 10011011
Octal 140 74 233

Shades and tints

Shades of #603C9B

#603C9B
(96,60,155)
#58378D
(88,55,141)
#50327F
(80,50,127)
#482D71
(72,45,113)
#402863
(64,40,99)
#382355
(56,35,85)
#301E47
(48,30,71)
#281939
(40,25,57)
#20142B
(32,20,43)
#180F1D
(24,15,29)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #603C9B

#603C9B
(96,60,155)
#6E4DA4
(110,77,164)
#7C5EAD
(124,94,173)
#8A6FB6
(138,111,182)
#9880BF
(152,128,191)
#A691C8
(166,145,200)
#B4A2D1
(180,162,209)
#C2B3DA
(194,179,218)
#D0C4E3
(208,196,227)
#DED5EC
(222,213,236)
#ECE6F5
(236,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #603C9B color. Also use rgb(96,60,155) instead hex code.

Text Font Color

.myTextColor { color: #603C9B; }

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

This text font color is #603C9B.

Background Color

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

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

This div background color is #603C9B.

Border color

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

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

This div border color is #603C9B.

Opacity

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

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

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

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

This text has shadow with #603C9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #603C9B.

Preview

Color preview on black background

This text has color #603C9B on black background.


Color preview on white background

This text has color #603C9B on white background.


Black color preview on #603C9B background

This text has black color on #603C9B background.


White color preview on #603C9B background

This text has white color on #603C9B background.


Related colors

Complementary color

Complementary color for #hex is #9FC364.


I love getcolorcode.com

Triadic colors

1 #9B603C and #3C9B60 with #603C9B are triadic colors.

2 #9B3C60 and #3C609B with #603C9B are triadic colors.