COLOR #603A9C

HEX: #603A9C RGB: (96,58,156)

Color info

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

RGB color model

#603A9C color RGB value is (96,58,156).

RGB: (96,58,156) (38%, 23%, 61%)

RGB channels and saturation

R 96 of 255 = 38%
G 58 of 255 = 23%
B 156 of 255 = 61%

96
58
156

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

Portions of RGB colors in percentages

R + G + B = 96 + 58 + 156 = 310 (100%)
R 96 of 310 ~ 30.97%
G 58 of 310 ~ 18.71%
B 156 of 310 ~ 50.32'%

%30.97
%18.71
%50.32

CMYK color model

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

  • cyan value is 38.46%
  • magenta value is 62.82%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (38,63,0,39)
C38M63Y0K39 (38%, 63%, 0%, 39%)
(0.38 / 0.63 / 0.00 / 0.39)

CMYK percentages

%38.46
%62.82
%0
%38.82

Codes

Color #603A9C in popluar color models

60 3A 9C
RGB 96 58 156
HSL 263° 45.79% 41.96%
HSB/HSV 263° 62.82% 61.18%
CMYK 38.46% 62.82% 0.00%
38.82%

Color #603A9C in popluar number systems.

HEX 60 3A 9C
Decimal 96 58 156
Binary 1100000 111010 10011100
Octal 140 72 234

Shades and tints

Shades of #603A9C

#603A9C
(96,58,156)
#58358E
(88,53,142)
#503080
(80,48,128)
#482B72
(72,43,114)
#402664
(64,38,100)
#382156
(56,33,86)
#301C48
(48,28,72)
#28173A
(40,23,58)
#20122C
(32,18,44)
#180D1E
(24,13,30)
#100810
(16,8,16)
#000000
(0,0,0)

Tints of #603A9C

#603A9C
(96,58,156)
#6E4BA5
(110,75,165)
#7C5CAE
(124,92,174)
#8A6DB7
(138,109,183)
#987EC0
(152,126,192)
#A68FC9
(166,143,201)
#B4A0D2
(180,160,210)
#C2B1DB
(194,177,219)
#D0C2E4
(208,194,228)
#DED3ED
(222,211,237)
#ECE4F6
(236,228,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603A9C; }

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

This text font color is #603A9C.

Background Color

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

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

This div background color is #603A9C.

Border color

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

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

This div border color is #603A9C.

Opacity

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

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

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

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

This text has shadow with #603A9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #603A9C.

Preview

Color preview on black background

This text has color #603A9C on black background.


Color preview on white background

This text has color #603A9C on white background.


Black color preview on #603A9C background

This text has black color on #603A9C background.


White color preview on #603A9C background

This text has white color on #603A9C background.


Related colors

Complementary color

Complementary color for #hex is #9FC563.


I love getcolorcode.com

Triadic colors

1 #9C603A and #3A9C60 with #603A9C are triadic colors.

2 #9C3A60 and #3A609C with #603A9C are triadic colors.