COLOR #600060

HEX: #600060
RGB: (96,0,96)

Color info

#600060 contains only red and blue colors. Web safe color of #600060 is #660066 (or #606).

RGB color model

#600060 color RGB value is (96,0,96).

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

RGB channels and saturation

R 96 of 255 = 38%
G 0 of 255 = 0%
B 96 of 255 = 38%

96
0
96

R + G + B ~ 25%. #600060 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 0 + 96 = 192 (100%)
R 96 of 192 ~ 50%
G 0 of 192 ~ 0%
B 96 of 192 ~ 50%

%50
%50

CMYK color model

#600060 color CMYK value is (0,100,0,62).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(0,100,0,62)
C0M100Y0K62 
(0%,100%,0%,62%)
(0.00/1.00/0.00/0.62)	

CMYK percentages

%0
%100
%0
%62.35

Codes

Color #600060 in popluar color models

600060
RGB96096
HSL300°100.00%18.82%
HSB/HSV300°100.00%37.65%
CMYK0.00%100.00%0.00%
62.35%

Color #600060 in popluar number systems.

HEX600060
Decimal96096
Binary110000001100000
Octal1400140

Shades and tints

Shades of #600060

#600060
(96,0,96)
#580058
(88,0,88)
#500050
(80,0,80)
#480048
(72,0,72)
#400040
(64,0,64)
#380038
(56,0,56)
#300030
(48,0,48)
#280028
(40,0,40)
#200020
(32,0,32)
#180018
(24,0,24)
#100010
(16,0,16)
#000000
(0,0,0)

Tints of #600060

#600060
(96,0,96)
#6E176E
(110,23,110)
#7C2E7C
(124,46,124)
#8A458A
(138,69,138)
#985C98
(152,92,152)
#A673A6
(166,115,166)
#B48AB4
(180,138,180)
#C2A1C2
(194,161,194)
#D0B8D0
(208,184,208)
#DECFDE
(222,207,222)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #600060; }

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

This text font color is #600060.


Background Color

.myBgColor { background-color: #600060; }

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

This div background color is #600060.


Border color

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

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

This div border color is #600060.


Opacity

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

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

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

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

This text has shadow with #600060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #600060 on black background.


Color preview on white background

This text has color #600060 on white background.



Black color preview on #600060 background

This text has black color on #600060 background.


White color preview on #600060 background

This text has white color on #600060 background.