COLOR #600151

HEX: #600151
RGB: (96,1,81)

Color info

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

RGB color model

#600151 color RGB value is (96,1,81).

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

RGB channels and saturation

R 96 of 255 = 38%
G 1 of 255 = 0%
B 81 of 255 = 32%

96
1
81

R + G + B ~ 23%. #600151 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 1 + 81 = 178 (100%)
R 96 of 178 ~ 53.93%
G 1 of 178 ~ 0.56%
B 81 of 178 ~ 45.51%

%53.93
%45.51

CMYK color model

#600151 color CMYK value is (0,99,16,62).

  • cyan value is 0.00%
  • magenta value is 98.96%
  • yellow value is 15.63%
  • key color value is 62.35%
CMYK:
(0,99,16,62)
C0M99Y16K62 
(0%,99%,16%,62%)
(0.00/0.99/0.16/0.62)	

CMYK percentages

%0
%98.96
%15.63
%62.35

Codes

Color #600151 in popluar color models

600151
RGB96181
HSL309°97.94%19.02%
HSB/HSV309°98.96%37.65%
CMYK0.00%98.96%15.63%
62.35%

Color #600151 in popluar number systems.

HEX600151
Decimal96181
Binary110000011010001
Octal1401121

Shades and tints

Shades of #600151

#600151
(96,1,81)
#58014A
(88,1,74)
#500143
(80,1,67)
#48013C
(72,1,60)
#400135
(64,1,53)
#38012E
(56,1,46)
#300127
(48,1,39)
#280120
(40,1,32)
#200119
(32,1,25)
#180112
(24,1,18)
#10010B
(16,1,11)
#000000
(0,0,0)

Tints of #600151

#600151
(96,1,81)
#6E1860
(110,24,96)
#7C2F6F
(124,47,111)
#8A467E
(138,70,126)
#985D8D
(152,93,141)
#A6749C
(166,116,156)
#B48BAB
(180,139,171)
#C2A2BA
(194,162,186)
#D0B9C9
(208,185,201)
#DED0D8
(222,208,216)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #600151; }

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

This text font color is #600151.


Background Color

.myBgColor { background-color: #600151; }

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

This div background color is #600151.


Border color

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

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

This div border color is #600151.


Opacity

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

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

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

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

This text has shadow with #600151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #600151 on black background.


Color preview on white background

This text has color #600151 on white background.



Black color preview on #600151 background

This text has black color on #600151 background.


White color preview on #600151 background

This text has white color on #600151 background.