COLOR #603060

HEX: #603060
RGB: (96,48,96)

Color info

#603060 contains red, green and blue colors in about the same proportion. Web safe color of #603060 is #663366 (or #636).

RGB color model

#603060 color RGB value is (96,48,96).

  • red value is 96;
  • green value is 48;
  • blue value is 96.
RGB:
(96,48,96)
(38%,19%,38%)

RGB channels and saturation

R 96 of 255 = 38%
G 48 of 255 = 19%
B 96 of 255 = 38%

96
48
96

R + G + B ~ 32%. #603060 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 48 + 96 = 240 (100%)
R 96 of 240 ~ 40%
G 48 of 240 ~ 20%
B 96 of 240 ~ 40%

%40
%20
%40

CMYK color model

#603060 color CMYK value is (0,50,0,62).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(0,50,0,62)
C0M50Y0K62 
(0%,50%,0%,62%)
(0.00/0.50/0.00/0.62)	

CMYK percentages

%0
%50
%0
%62.35

Codes

Color #603060 in popluar color models

603060
RGB964896
HSL300°33.33%28.24%
HSB/HSV300°50.00%37.65%
CMYK0.00%50.00%0.00%
62.35%

Color #603060 in popluar number systems.

HEX603060
Decimal964896
Binary11000001100001100000
Octal14060140

Shades and tints

Shades of #603060

#603060
(96,48,96)
#582C58
(88,44,88)
#502850
(80,40,80)
#482448
(72,36,72)
#402040
(64,32,64)
#381C38
(56,28,56)
#301830
(48,24,48)
#281428
(40,20,40)
#201020
(32,16,32)
#180C18
(24,12,24)
#100810
(16,8,16)
#000000
(0,0,0)

Tints of #603060

#603060
(96,48,96)
#6E426E
(110,66,110)
#7C547C
(124,84,124)
#8A668A
(138,102,138)
#987898
(152,120,152)
#A68AA6
(166,138,166)
#B49CB4
(180,156,180)
#C2AEC2
(194,174,194)
#D0C0D0
(208,192,208)
#DED2DE
(222,210,222)
#ECE4EC
(236,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #603060 color. Also use rgb(96,48,96) instead hex code.

Text Font Color

.myTextColor { color: #603060; }

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

This text font color is #603060.


Background Color

.myBgColor { background-color: #603060; }

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

This div background color is #603060.


Border color

.myBorderColor { border: 1px solid #603060; }

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

This div border color is #603060.


Opacity

.myOpacity80 { color: #603060; opacity: 0.8; }

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

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

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

This text has shadow with #603060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603060 on black background.


Color preview on white background

This text has color #603060 on white background.



Black color preview on #603060 background

This text has black color on #603060 background.


White color preview on #603060 background

This text has white color on #603060 background.