COLOR #603E80

HEX: #603E80 RGB: (96,62,128)

Color info

#603E80 contains mainly red and blue colors. Web safe color of #603E80 is #663366 (or #636).

RGB color model

#603E80 color RGB value is (96,62,128).

RGB: (96,62,128) (38%, 24%, 50%)

RGB channels and saturation

R 96 of 255 = 38%
G 62 of 255 = 24%
B 128 of 255 = 50%

96
62
128

R + G + B ~ 37%. #603E80 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 96 + 62 + 128 = 286 (100%)
R 96 of 286 ~ 33.57%
G 62 of 286 ~ 21.68%
B 128 of 286 ~ 44.76'%

%33.57
%21.68
%44.76

CMYK color model

#603E80 color CMYK value is (25,52,0,50).

  • cyan value is 25.00%
  • magenta value is 51.56%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (25,52,0,50)
C25M52Y0K50 (25%, 52%, 0%, 50%)
(0.25 / 0.52 / 0.00 / 0.50)

CMYK percentages

%25
%51.56
%0
%49.8

Codes

Color #603E80 in popluar color models

60 3E 80
RGB 96 62 128
HSL 271° 34.74% 37.25%
HSB/HSV 271° 51.56% 50.20%
CMYK 25.00% 51.56% 0.00%
49.80%

Color #603E80 in popluar number systems.

HEX 60 3E 80
Decimal 96 62 128
Binary 1100000 111110 10000000
Octal 140 76 200

Shades and tints

Shades of #603E80

#603E80
(96,62,128)
#583975
(88,57,117)
#50346A
(80,52,106)
#482F5F
(72,47,95)
#402A54
(64,42,84)
#382549
(56,37,73)
#30203E
(48,32,62)
#281B33
(40,27,51)
#201628
(32,22,40)
#18111D
(24,17,29)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #603E80

#603E80
(96,62,128)
#6E4F8B
(110,79,139)
#7C6096
(124,96,150)
#8A71A1
(138,113,161)
#9882AC
(152,130,172)
#A693B7
(166,147,183)
#B4A4C2
(180,164,194)
#C2B5CD
(194,181,205)
#D0C6D8
(208,198,216)
#DED7E3
(222,215,227)
#ECE8EE
(236,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603E80; }

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

This text font color is #603E80.

Background Color

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

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

This div background color is #603E80.

Border color

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

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

This div border color is #603E80.

Opacity

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

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

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

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

This text has shadow with #603E80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #603E80.

Preview

Color preview on black background

This text has color #603E80 on black background.


Color preview on white background

This text has color #603E80 on white background.


Black color preview on #603E80 background

This text has black color on #603E80 background.


White color preview on #603E80 background

This text has white color on #603E80 background.


Related colors

Complementary color

Complementary color for #hex is #9FC17F.


I love getcolorcode.com

Triadic colors

1 #80603E and #3E8060 with #603E80 are triadic colors.

2 #803E60 and #3E6080 with #603E80 are triadic colors.