COLOR #6513EA

HEX: #6513EA
RGB: (101,19,234)

Color info

#6513EA contains mainly blue color. Web safe color of #6513EA is #6600FF (or #60F).

RGB color model

#6513EA color RGB value is (101,19,234).

  • red value is 101;
  • green value is 19;
  • blue value is 234.
RGB:
(101,19,234)
(40%,7%,92%)

RGB channels and saturation

R 101 of 255 = 40%
G 19 of 255 = 7%
B 234 of 255 = 92%

101
19
234

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

Portions of RGB colors in percentages

R + G + B =
101 + 19 + 234 = 354 (100%)
R 101 of 354 ~ 28.53%
G 19 of 354 ~ 5.37%
B 234 of 354 ~ 66.1%

%28.53
%66.1

CMYK color model

#6513EA color CMYK value is (57,92,0,8).

  • cyan value is 56.84%
  • magenta value is 91.88%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(57,92,0,8)
C57M92Y0K8 
(57%,92%,0%,8%)
(0.57/0.92/0.00/0.08)	

CMYK percentages

%56.84
%91.88
%0
%8.24

Codes

Color #6513EA in popluar color models

6513EA
RGB10119234
HSL263°84.98%49.61%
HSB/HSV263°91.88%91.76%
CMYK56.84%91.88%0.00%
8.24%

Color #6513EA in popluar number systems.

HEX6513EA
Decimal10119234
Binary11001011001111101010
Octal14523352

Shades and tints

Shades of #6513EA

#6513EA
(101,19,234)
#5C12D5
(92,18,213)
#5311C0
(83,17,192)
#4A10AB
(74,16,171)
#410F96
(65,15,150)
#380E81
(56,14,129)
#2F0D6C
(47,13,108)
#260C57
(38,12,87)
#1D0B42
(29,11,66)
#140A2D
(20,10,45)
#0B0918
(11,9,24)
#000000
(0,0,0)

Tints of #6513EA

#6513EA
(101,19,234)
#7328EB
(115,40,235)
#813DEC
(129,61,236)
#8F52ED
(143,82,237)
#9D67EE
(157,103,238)
#AB7CEF
(171,124,239)
#B991F0
(185,145,240)
#C7A6F1
(199,166,241)
#D5BBF2
(213,187,242)
#E3D0F3
(227,208,243)
#F1E5F4
(241,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6513EA color. Also use rgb(101,19,234) instead hex code.

Text Font Color

.myTextColor { color: #6513EA; }

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

This text font color is #6513EA.


Background Color

.myBgColor { background-color: #6513EA; }

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

This div background color is #6513EA.


Border color

.myBorderColor { border: 1px solid #6513EA; }

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

This div border color is #6513EA.


Opacity

.myOpacity80 { color: #6513EA; opacity: 0.8; }

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

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

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

This text has shadow with #6513EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6513EA on black background.


Color preview on white background

This text has color #6513EA on white background.



Black color preview on #6513EA background

This text has black color on #6513EA background.


White color preview on #6513EA background

This text has white color on #6513EA background.