COLOR #603E85

HEX: #603E85
RGB: (96,62,133)

Color info

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

RGB color model

#603E85 color RGB value is (96,62,133).

  • red value is 96;
  • green value is 62;
  • blue value is 133.
RGB:
(96,62,133)
(38%,24%,52%)

RGB channels and saturation

R 96 of 255 = 38%
G 62 of 255 = 24%
B 133 of 255 = 52%

96
62
133

R + G + B ~ 38%. #603E85 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 62 + 133 = 291 (100%)
R 96 of 291 ~ 32.99%
G 62 of 291 ~ 21.31%
B 133 of 291 ~ 45.7%

%32.99
%21.31
%45.7

CMYK color model

#603E85 color CMYK value is (28,53,0,48).

  • cyan value is 27.82%
  • magenta value is 53.38%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(28,53,0,48)
C28M53Y0K48 
(28%,53%,0%,48%)
(0.28/0.53/0.00/0.48)	

CMYK percentages

%27.82
%53.38
%0
%47.84

Codes

Color #603E85 in popluar color models

603E85
RGB9662133
HSL269°36.41%38.24%
HSB/HSV269°53.38%52.16%
CMYK27.82%53.38%0.00%
47.84%

Color #603E85 in popluar number systems.

HEX603E85
Decimal9662133
Binary110000011111010000101
Octal14076205

Shades and tints

Shades of #603E85

#603E85
(96,62,133)
#583979
(88,57,121)
#50346D
(80,52,109)
#482F61
(72,47,97)
#402A55
(64,42,85)
#382549
(56,37,73)
#30203D
(48,32,61)
#281B31
(40,27,49)
#201625
(32,22,37)
#181119
(24,17,25)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #603E85

#603E85
(96,62,133)
#6E4F90
(110,79,144)
#7C609B
(124,96,155)
#8A71A6
(138,113,166)
#9882B1
(152,130,177)
#A693BC
(166,147,188)
#B4A4C7
(180,164,199)
#C2B5D2
(194,181,210)
#D0C6DD
(208,198,221)
#DED7E8
(222,215,232)
#ECE8F3
(236,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603E85; }

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

This text font color is #603E85.


Background Color

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

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

This div background color is #603E85.


Border color

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

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

This div border color is #603E85.


Opacity

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

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

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

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

This text has shadow with #603E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603E85 on black background.


Color preview on white background

This text has color #603E85 on white background.



Black color preview on #603E85 background

This text has black color on #603E85 background.


White color preview on #603E85 background

This text has white color on #603E85 background.