COLOR #601F66

HEX: #601F66 RGB: (96,31,102)

Color info

#601F66 contains mainly red and blue colors. Web safe color of #601F66 is #663366 (or #636).

RGB color model

#601F66 color RGB value is (96,31,102).

RGB: (96,31,102) (38%, 12%, 40%)

RGB channels and saturation

R 96 of 255 = 38%
G 31 of 255 = 12%
B 102 of 255 = 40%

96
31
102

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

Portions of RGB colors in percentages

R + G + B = 96 + 31 + 102 = 229 (100%)
R 96 of 229 ~ 41.92%
G 31 of 229 ~ 13.54%
B 102 of 229 ~ 44.54'%

%41.92
%13.54
%44.54

CMYK color model

#601F66 color CMYK value is (6,70,0,60).

  • cyan value is 5.88%
  • magenta value is 69.61%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK: (6,70,0,60) C6M70Y0K60 (6%,70%,0%,60%) (0.06/0.70/0.00/0.60) 

CMYK percentages

%5.88
%69.61
%0
%60

Codes

Color #601F66 in popluar color models

60 1F 66
RGB 96 31 102
HSL 295° 53.38% 26.08%
HSB/HSV 295° 69.61% 40.00%
CMYK 5.88% 69.61% 0.00%
60.00%

Color #601F66 in popluar number systems.

HEX 60 1F 66
Decimal 96 31 102
Binary 1100000 11111 1100110
Octal 140 37 146

Shades and tints

Shades of #601F66

#601F66
(96,31,102)
#581D5D
(88,29,93)
#501B54
(80,27,84)
#48194B
(72,25,75)
#401742
(64,23,66)
#381539
(56,21,57)
#301330
(48,19,48)
#281127
(40,17,39)
#200F1E
(32,15,30)
#180D15
(24,13,21)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #601F66

#601F66
(96,31,102)
#6E3373
(110,51,115)
#7C4780
(124,71,128)
#8A5B8D
(138,91,141)
#986F9A
(152,111,154)
#A683A7
(166,131,167)
#B497B4
(180,151,180)
#C2ABC1
(194,171,193)
#D0BFCE
(208,191,206)
#DED3DB
(222,211,219)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601F66 color. Also use rgb(96,31,102) instead hex code.

Text Font Color

.myTextColor { color: #601F66; }

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

This text font color is #601F66.

Background Color

.myBgColor { background-color: #601F66; }

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

This div background color is #601F66.

Border color

.myBorderColor { border: 1px solid #601F66; }

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

This div border color is #601F66.

Opacity

.myOpacity80 { color: #601F66; opacity: 0.8; }

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

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

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

This text has shadow with #601F66 color.


.textShadow {text-shadow: 3px 3px 1px #601F66', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #601F66; -webkit-box-shadow: 1px 1px 3px 2px #601F66; box-shadow:1px 1px 3px 2px #601F66;">
Div content here
</div>

This div box has shadow with color #601F66.

Preview

Color preview on black background

This text has color #601F66 on black background.


Color preview on white background

This text has color #601F66 on white background.


Black color preview on #601F66 background

This text has black color on #601F66 background.


White color preview on #601F66 background

This text has white color on #601F66 background.


Related colors

Complementary color

Complementary color for #hex is #9FE099.


I love getcolorcode.com

Triadic colors

1 #66601F and #1F6660 with #601F66 are triadic colors.

2 #661F60 and #1F6066 with #601F66 are triadic colors.