COLOR #600075

HEX: #600075
RGB: (96,0,117)

Color info

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

RGB color model

#600075 color RGB value is (96,0,117).

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

RGB channels and saturation

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

96
0
117

R + G + B ~ 28%. #600075 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 0 + 117 = 213 (100%)
R 96 of 213 ~ 45.07%
G 0 of 213 ~ 0%
B 117 of 213 ~ 54.93%

%45.07
%54.93

CMYK color model

#600075 color CMYK value is (18,100,0,54).

  • cyan value is 17.95%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(18,100,0,54)
C18M100Y0K54 
(18%,100%,0%,54%)
(0.18/1.00/0.00/0.54)	

CMYK percentages

%17.95
%100
%0
%54.12

Codes

Color #600075 in popluar color models

600075
RGB960117
HSL289°100.00%22.94%
HSB/HSV289°100.00%45.88%
CMYK17.95%100.00%0.00%
54.12%

Color #600075 in popluar number systems.

HEX600075
Decimal960117
Binary110000001110101
Octal1400165

Shades and tints

Shades of #600075

#600075
(96,0,117)
#58006B
(88,0,107)
#500061
(80,0,97)
#480057
(72,0,87)
#40004D
(64,0,77)
#380043
(56,0,67)
#300039
(48,0,57)
#28002F
(40,0,47)
#200025
(32,0,37)
#18001B
(24,0,27)
#100011
(16,0,17)
#000000
(0,0,0)

Tints of #600075

#600075
(96,0,117)
#6E1781
(110,23,129)
#7C2E8D
(124,46,141)
#8A4599
(138,69,153)
#985CA5
(152,92,165)
#A673B1
(166,115,177)
#B48ABD
(180,138,189)
#C2A1C9
(194,161,201)
#D0B8D5
(208,184,213)
#DECFE1
(222,207,225)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #600075; }

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

This text font color is #600075.


Background Color

.myBgColor { background-color: #600075; }

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

This div background color is #600075.


Border color

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

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

This div border color is #600075.


Opacity

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

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

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

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

This text has shadow with #600075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #600075 on black background.


Color preview on white background

This text has color #600075 on white background.



Black color preview on #600075 background

This text has black color on #600075 background.


White color preview on #600075 background

This text has white color on #600075 background.