COLOR #6410E5

HEX: #6410E5
RGB: (100,16,229)

Color info

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

RGB color model

#6410E5 color RGB value is (100,16,229).

  • red value is 100;
  • green value is 16;
  • blue value is 229.
RGB:
(100,16,229)
(39%,6%,90%)

RGB channels and saturation

R 100 of 255 = 39%
G 16 of 255 = 6%
B 229 of 255 = 90%

100
16
229

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

Portions of RGB colors in percentages

R + G + B =
100 + 16 + 229 = 345 (100%)
R 100 of 345 ~ 28.99%
G 16 of 345 ~ 4.64%
B 229 of 345 ~ 66.38%

%28.99
%66.38

CMYK color model

#6410E5 color CMYK value is (56,93,0,10).

  • cyan value is 56.33%
  • magenta value is 93.01%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(56,93,0,10)
C56M93Y0K10 
(56%,93%,0%,10%)
(0.56/0.93/0.00/0.10)	

CMYK percentages

%56.33
%93.01
%0
%10.2

Codes

Color #6410E5 in popluar color models

6410E5
RGB10016229
HSL264°86.94%48.04%
HSB/HSV264°93.01%89.80%
CMYK56.33%93.01%0.00%
10.20%

Color #6410E5 in popluar number systems.

HEX6410E5
Decimal10016229
Binary11001001000011100101
Octal14420345

Shades and tints

Shades of #6410E5

#6410E5
(100,16,229)
#5B0FD1
(91,15,209)
#520EBD
(82,14,189)
#490DA9
(73,13,169)
#400C95
(64,12,149)
#370B81
(55,11,129)
#2E0A6D
(46,10,109)
#250959
(37,9,89)
#1C0845
(28,8,69)
#130731
(19,7,49)
#0A061D
(10,6,29)
#000000
(0,0,0)

Tints of #6410E5

#6410E5
(100,16,229)
#7225E7
(114,37,231)
#803AE9
(128,58,233)
#8E4FEB
(142,79,235)
#9C64ED
(156,100,237)
#AA79EF
(170,121,239)
#B88EF1
(184,142,241)
#C6A3F3
(198,163,243)
#D4B8F5
(212,184,245)
#E2CDF7
(226,205,247)
#F0E2F9
(240,226,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6410E5 color. Also use rgb(100,16,229) instead hex code.

Text Font Color

.myTextColor { color: #6410E5; }

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

This text font color is #6410E5.


Background Color

.myBgColor { background-color: #6410E5; }

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

This div background color is #6410E5.


Border color

.myBorderColor { border: 1px solid #6410E5; }

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

This div border color is #6410E5.


Opacity

.myOpacity80 { color: #6410E5; opacity: 0.8; }

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

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

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

This text has shadow with #6410E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6410E5 on black background.


Color preview on white background

This text has color #6410E5 on white background.



Black color preview on #6410E5 background

This text has black color on #6410E5 background.


White color preview on #6410E5 background

This text has white color on #6410E5 background.