COLOR #600D64

HEX: #600D64
RGB: (96,13,100)

Color info

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

RGB color model

#600D64 color RGB value is (96,13,100).

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

RGB channels and saturation

R 96 of 255 = 38%
G 13 of 255 = 5%
B 100 of 255 = 39%

96
13
100

R + G + B ~ 27%. #600D64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 13 + 100 = 209 (100%)
R 96 of 209 ~ 45.93%
G 13 of 209 ~ 6.22%
B 100 of 209 ~ 47.85%

%45.93
%47.85

CMYK color model

#600D64 color CMYK value is (4,87,0,61).

  • cyan value is 4.00%
  • magenta value is 87.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(4,87,0,61)
C4M87Y0K61 
(4%,87%,0%,61%)
(0.04/0.87/0.00/0.61)	

CMYK percentages

%4
%87
%0
%60.78

Codes

Color #600D64 in popluar color models

600D64
RGB9613100
HSL297°76.99%22.16%
HSB/HSV297°87.00%39.22%
CMYK4.00%87.00%0.00%
60.78%

Color #600D64 in popluar number systems.

HEX600D64
Decimal9613100
Binary110000011011100100
Octal14015144

Shades and tints

Shades of #600D64

#600D64
(96,13,100)
#580C5B
(88,12,91)
#500B52
(80,11,82)
#480A49
(72,10,73)
#400940
(64,9,64)
#380837
(56,8,55)
#30072E
(48,7,46)
#280625
(40,6,37)
#20051C
(32,5,28)
#180413
(24,4,19)
#10030A
(16,3,10)
#000000
(0,0,0)

Tints of #600D64

#600D64
(96,13,100)
#6E2372
(110,35,114)
#7C3980
(124,57,128)
#8A4F8E
(138,79,142)
#98659C
(152,101,156)
#A67BAA
(166,123,170)
#B491B8
(180,145,184)
#C2A7C6
(194,167,198)
#D0BDD4
(208,189,212)
#DED3E2
(222,211,226)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #600D64; }

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

This text font color is #600D64.


Background Color

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

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

This div background color is #600D64.


Border color

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

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

This div border color is #600D64.


Opacity

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

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

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

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

This text has shadow with #600D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #600D64 on black background.


Color preview on white background

This text has color #600D64 on white background.



Black color preview on #600D64 background

This text has black color on #600D64 background.


White color preview on #600D64 background

This text has white color on #600D64 background.