COLOR #600087

HEX: #600087
RGB: (96,0,135)

Color info

#600087 contains only red and blue colors. Web safe color of #600087 is #660099 (or #609).

RGB color model

#600087 color RGB value is (96,0,135).

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

RGB channels and saturation

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

96
0
135

R + G + B ~ 30%. #600087 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 0 + 135 = 231 (100%)
R 96 of 231 ~ 41.56%
G 0 of 231 ~ 0%
B 135 of 231 ~ 58.44%

%41.56
%58.44

CMYK color model

#600087 color CMYK value is (29,100,0,47).

  • cyan value is 28.89%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(29,100,0,47)
C29M100Y0K47 
(29%,100%,0%,47%)
(0.29/1.00/0.00/0.47)	

CMYK percentages

%28.89
%100
%0
%47.06

Codes

Color #600087 in popluar color models

600087
RGB960135
HSL283°100.00%26.47%
HSB/HSV283°100.00%52.94%
CMYK28.89%100.00%0.00%
47.06%

Color #600087 in popluar number systems.

HEX600087
Decimal960135
Binary1100000010000111
Octal1400207

Shades and tints

Shades of #600087

#600087
(96,0,135)
#58007B
(88,0,123)
#50006F
(80,0,111)
#480063
(72,0,99)
#400057
(64,0,87)
#38004B
(56,0,75)
#30003F
(48,0,63)
#280033
(40,0,51)
#200027
(32,0,39)
#18001B
(24,0,27)
#10000F
(16,0,15)
#000000
(0,0,0)

Tints of #600087

#600087
(96,0,135)
#6E1791
(110,23,145)
#7C2E9B
(124,46,155)
#8A45A5
(138,69,165)
#985CAF
(152,92,175)
#A673B9
(166,115,185)
#B48AC3
(180,138,195)
#C2A1CD
(194,161,205)
#D0B8D7
(208,184,215)
#DECFE1
(222,207,225)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #600087; }

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

This text font color is #600087.


Background Color

.myBgColor { background-color: #600087; }

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

This div background color is #600087.


Border color

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

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

This div border color is #600087.


Opacity

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

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

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

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

This text has shadow with #600087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #600087 on black background.


Color preview on white background

This text has color #600087 on white background.



Black color preview on #600087 background

This text has black color on #600087 background.


White color preview on #600087 background

This text has white color on #600087 background.