COLOR #651AE7

HEX: #651AE7
RGB: (101,26,231)

Color info

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

RGB color model

#651AE7 color RGB value is (101,26,231).

  • red value is 101;
  • green value is 26;
  • blue value is 231.
RGB:
(101,26,231)
(40%,10%,91%)

RGB channels and saturation

R 101 of 255 = 40%
G 26 of 255 = 10%
B 231 of 255 = 91%

101
26
231

R + G + B ~ 47%. #651AE7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 26 + 231 = 358 (100%)
R 101 of 358 ~ 28.21%
G 26 of 358 ~ 7.26%
B 231 of 358 ~ 64.53%

%28.21
%64.53

CMYK color model

#651AE7 color CMYK value is (56,89,0,9).

  • cyan value is 56.28%
  • magenta value is 88.74%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(56,89,0,9)
C56M89Y0K9 
(56%,89%,0%,9%)
(0.56/0.89/0.00/0.09)	

CMYK percentages

%56.28
%88.74
%0
%9.41

Codes

Color #651AE7 in popluar color models

651AE7
RGB10126231
HSL262°81.03%50.39%
HSB/HSV262°88.74%90.59%
CMYK56.28%88.74%0.00%
9.41%

Color #651AE7 in popluar number systems.

HEX651AE7
Decimal10126231
Binary11001011101011100111
Octal14532347

Shades and tints

Shades of #651AE7

#651AE7
(101,26,231)
#5C18D2
(92,24,210)
#5316BD
(83,22,189)
#4A14A8
(74,20,168)
#411293
(65,18,147)
#38107E
(56,16,126)
#2F0E69
(47,14,105)
#260C54
(38,12,84)
#1D0A3F
(29,10,63)
#14082A
(20,8,42)
#0B0615
(11,6,21)
#000000
(0,0,0)

Tints of #651AE7

#651AE7
(101,26,231)
#732EE9
(115,46,233)
#8142EB
(129,66,235)
#8F56ED
(143,86,237)
#9D6AEF
(157,106,239)
#AB7EF1
(171,126,241)
#B992F3
(185,146,243)
#C7A6F5
(199,166,245)
#D5BAF7
(213,186,247)
#E3CEF9
(227,206,249)
#F1E2FB
(241,226,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #651AE7 color. Also use rgb(101,26,231) instead hex code.

Text Font Color

.myTextColor { color: #651AE7; }

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

This text font color is #651AE7.


Background Color

.myBgColor { background-color: #651AE7; }

<div style="background-color:#651AE7">Inner text</div>

This div background color is #651AE7.


Border color

.myBorderColor { border: 1px solid #651AE7; }

<div style="border:3px solid #651AE7">Div</div>

This div border color is #651AE7.


Opacity

.myOpacity80 { color: #651AE7; opacity: 0.8; }

<p style="color:#651AE7;opacity:0.8;">80%</p>

Text with #651AE7 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 #651AE7;}

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

This text has shadow with #651AE7 color.

.textShadow {text-shadow: 3px 3px 1px #651AE7, 3px 3px 1px red;}

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

This text has shadow with #651AE7 primary color and red secondary color.


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

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

This text has shadow with #651AE7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #651AE7 on black background.


Color preview on white background

This text has color #651AE7 on white background.



Black color preview on #651AE7 background

This text has black color on #651AE7 background.


White color preview on #651AE7 background

This text has white color on #651AE7 background.