COLOR #6018E1

HEX: #6018E1 RGB: (96,24,225)

Color info

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

RGB color model

#6018E1 color RGB value is (96,24,225).

RGB: (96,24,225) (38%, 9%, 88%)

RGB channels and saturation

R 96 of 255 = 38%
G 24 of 255 = 9%
B 225 of 255 = 88%

96
24
225

R + G + B ~ 45%. #6018E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 96 + 24 + 225 = 345 (100%)
R 96 of 345 ~ 27.83%
G 24 of 345 ~ 6.96%
B 225 of 345 ~ 65.22'%

%27.83
%65.22

CMYK color model

#6018E1 color CMYK value is (57,89,0,12).

  • cyan value is 57.33%
  • magenta value is 89.33%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (57,89,0,12)
C57M89Y0K12 (57%, 89%, 0%, 12%)
(0.57 / 0.89 / 0.00 / 0.12)

CMYK percentages

%57.33
%89.33
%0
%11.76

Codes

Color #6018E1 in popluar color models

60 18 E1
RGB 96 24 225
HSL 261° 80.72% 48.82%
HSB/HSV 261° 89.33% 88.24%
CMYK 57.33% 89.33% 0.00%
11.76%

Color #6018E1 in popluar number systems.

HEX 60 18 E1
Decimal 96 24 225
Binary 1100000 11000 11100001
Octal 140 30 341

Shades and tints

Shades of #6018E1

#6018E1
(96,24,225)
#5816CD
(88,22,205)
#5014B9
(80,20,185)
#4812A5
(72,18,165)
#401091
(64,16,145)
#380E7D
(56,14,125)
#300C69
(48,12,105)
#280A55
(40,10,85)
#200841
(32,8,65)
#18062D
(24,6,45)
#100419
(16,4,25)
#000000
(0,0,0)

Tints of #6018E1

#6018E1
(96,24,225)
#6E2DE3
(110,45,227)
#7C42E5
(124,66,229)
#8A57E7
(138,87,231)
#986CE9
(152,108,233)
#A681EB
(166,129,235)
#B496ED
(180,150,237)
#C2ABEF
(194,171,239)
#D0C0F1
(208,192,241)
#DED5F3
(222,213,243)
#ECEAF5
(236,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6018E1 color. Also use rgb(96,24,225) instead hex code.

Text Font Color

.myTextColor { color: #6018E1; }

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

This text font color is #6018E1.

Background Color

.myBgColor { background-color: #6018E1; }

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

This div background color is #6018E1.

Border color

.myBorderColor { border: 1px solid #6018E1; }

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

This div border color is #6018E1.

Opacity

.myOpacity80 { color: #6018E1; opacity: 0.8; }

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

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

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

This text has shadow with #6018E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6018E1.

Preview

Color preview on black background

This text has color #6018E1 on black background.


Color preview on white background

This text has color #6018E1 on white background.


Black color preview on #6018E1 background

This text has black color on #6018E1 background.


White color preview on #6018E1 background

This text has white color on #6018E1 background.


Related colors

Complementary color

Complementary color for #6018E1 is #9FE71E.


I love getcolorcode.com

Triadic colors

1 #E16018 and #18E160 with #6018E1 are triadic colors.

2 #E11860 and #1860E1 with #6018E1 are triadic colors.