COLOR #6017E6

HEX: #6017E6
RGB: (96,23,230)

Color info

#6017E6 contains mainly blue color. Web safe color of #6017E6 is #6600CC (or #60C).

RGB color model

#6017E6 color RGB value is (96,23,230).

  • red value is 96;
  • green value is 23;
  • blue value is 230.
RGB:
(96,23,230)
(38%,9%,90%)

RGB channels and saturation

R 96 of 255 = 38%
G 23 of 255 = 9%
B 230 of 255 = 90%

96
23
230

R + G + B ~ 46%. #6017E6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 23 + 230 = 349 (100%)
R 96 of 349 ~ 27.51%
G 23 of 349 ~ 6.59%
B 230 of 349 ~ 65.9%

%27.51
%65.9

CMYK color model

#6017E6 color CMYK value is (58,90,0,10).

  • cyan value is 58.26%
  • magenta value is 90.00%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(58,90,0,10)
C58M90Y0K10 
(58%,90%,0%,10%)
(0.58/0.90/0.00/0.10)	

CMYK percentages

%58.26
%90
%0
%9.8

Codes

Color #6017E6 in popluar color models

6017E6
RGB9623230
HSL261°81.82%49.61%
HSB/HSV261°90.00%90.20%
CMYK58.26%90.00%0.00%
9.80%

Color #6017E6 in popluar number systems.

HEX6017E6
Decimal9623230
Binary11000001011111100110
Octal14027346

Shades and tints

Shades of #6017E6

#6017E6
(96,23,230)
#5815D2
(88,21,210)
#5013BE
(80,19,190)
#4811AA
(72,17,170)
#400F96
(64,15,150)
#380D82
(56,13,130)
#300B6E
(48,11,110)
#28095A
(40,9,90)
#200746
(32,7,70)
#180532
(24,5,50)
#10031E
(16,3,30)
#000000
(0,0,0)

Tints of #6017E6

#6017E6
(96,23,230)
#6E2CE8
(110,44,232)
#7C41EA
(124,65,234)
#8A56EC
(138,86,236)
#986BEE
(152,107,238)
#A680F0
(166,128,240)
#B495F2
(180,149,242)
#C2AAF4
(194,170,244)
#D0BFF6
(208,191,246)
#DED4F8
(222,212,248)
#ECE9FA
(236,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6017E6 color. Also use rgb(96,23,230) instead hex code.

Text Font Color

.myTextColor { color: #6017E6; }

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

This text font color is #6017E6.


Background Color

.myBgColor { background-color: #6017E6; }

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

This div background color is #6017E6.


Border color

.myBorderColor { border: 1px solid #6017E6; }

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

This div border color is #6017E6.


Opacity

.myOpacity80 { color: #6017E6; opacity: 0.8; }

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

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

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

This text has shadow with #6017E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6017E6 on black background.


Color preview on white background

This text has color #6017E6 on white background.



Black color preview on #6017E6 background

This text has black color on #6017E6 background.


White color preview on #6017E6 background

This text has white color on #6017E6 background.