COLOR #600D57

HEX: #600D57
RGB: (96,13,87)

Color info

#600D57 contains mainly red and blue colors. Web safe color of #600D57 is #660066 (or #606).

RGB color model

#600D57 color RGB value is (96,13,87).

  • red value is 96;
  • green value is 13;
  • blue value is 87.
RGB:
(96,13,87)
(38%,5%,34%)

RGB channels and saturation

R 96 of 255 = 38%
G 13 of 255 = 5%
B 87 of 255 = 34%

96
13
87

R + G + B ~ 26%. #600D57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 13 + 87 = 196 (100%)
R 96 of 196 ~ 48.98%
G 13 of 196 ~ 6.63%
B 87 of 196 ~ 44.39%

%48.98
%44.39

CMYK color model

#600D57 color CMYK value is (0,86,9,62).

  • cyan value is 0.00%
  • magenta value is 86.46%
  • yellow value is 9.38%
  • key color value is 62.35%
CMYK:
(0,86,9,62)
C0M86Y9K62 
(0%,86%,9%,62%)
(0.00/0.86/0.09/0.62)	

CMYK percentages

%0
%86.46
%9.38
%62.35

Codes

Color #600D57 in popluar color models

600D57
RGB961387
HSL307°76.15%21.37%
HSB/HSV307°86.46%37.65%
CMYK0.00%86.46%9.38%
62.35%

Color #600D57 in popluar number systems.

HEX600D57
Decimal961387
Binary110000011011010111
Octal14015127

Shades and tints

Shades of #600D57

#600D57
(96,13,87)
#580C50
(88,12,80)
#500B49
(80,11,73)
#480A42
(72,10,66)
#40093B
(64,9,59)
#380834
(56,8,52)
#30072D
(48,7,45)
#280626
(40,6,38)
#20051F
(32,5,31)
#180418
(24,4,24)
#100311
(16,3,17)
#000000
(0,0,0)

Tints of #600D57

#600D57
(96,13,87)
#6E2366
(110,35,102)
#7C3975
(124,57,117)
#8A4F84
(138,79,132)
#986593
(152,101,147)
#A67BA2
(166,123,162)
#B491B1
(180,145,177)
#C2A7C0
(194,167,192)
#D0BDCF
(208,189,207)
#DED3DE
(222,211,222)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #600D57 color. Also use rgb(96,13,87) instead hex code.

Text Font Color

.myTextColor { color: #600D57; }

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

This text font color is #600D57.


Background Color

.myBgColor { background-color: #600D57; }

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

This div background color is #600D57.


Border color

.myBorderColor { border: 1px solid #600D57; }

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

This div border color is #600D57.


Opacity

.myOpacity80 { color: #600D57; opacity: 0.8; }

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

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

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

This text has shadow with #600D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #600D57 on black background.


Color preview on white background

This text has color #600D57 on white background.



Black color preview on #600D57 background

This text has black color on #600D57 background.


White color preview on #600D57 background

This text has white color on #600D57 background.