COLOR #6505E6

HEX: #6505E6
RGB: (101,5,230)

Color info

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

RGB color model

#6505E6 color RGB value is (101,5,230).

  • red value is 101;
  • green value is 5;
  • blue value is 230.
RGB:
(101,5,230)
(40%,2%,90%)

RGB channels and saturation

R 101 of 255 = 40%
G 5 of 255 = 2%
B 230 of 255 = 90%

101
5
230

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

Portions of RGB colors in percentages

R + G + B =
101 + 5 + 230 = 336 (100%)
R 101 of 336 ~ 30.06%
G 5 of 336 ~ 1.49%
B 230 of 336 ~ 68.45%

%30.06
%68.45

CMYK color model

#6505E6 color CMYK value is (56,98,0,10).

  • cyan value is 56.09%
  • magenta value is 97.83%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(56,98,0,10)
C56M98Y0K10 
(56%,98%,0%,10%)
(0.56/0.98/0.00/0.10)	

CMYK percentages

%56.09
%97.83
%0
%9.8

Codes

Color #6505E6 in popluar color models

6505E6
RGB1015230
HSL266°95.74%46.08%
HSB/HSV266°97.83%90.20%
CMYK56.09%97.83%0.00%
9.80%

Color #6505E6 in popluar number systems.

HEX6505E6
Decimal1015230
Binary110010110111100110
Octal1455346

Shades and tints

Shades of #6505E6

#6505E6
(101,5,230)
#5C05D2
(92,5,210)
#5305BE
(83,5,190)
#4A05AA
(74,5,170)
#410596
(65,5,150)
#380582
(56,5,130)
#2F056E
(47,5,110)
#26055A
(38,5,90)
#1D0546
(29,5,70)
#140532
(20,5,50)
#0B051E
(11,5,30)
#000000
(0,0,0)

Tints of #6505E6

#6505E6
(101,5,230)
#731BE8
(115,27,232)
#8131EA
(129,49,234)
#8F47EC
(143,71,236)
#9D5DEE
(157,93,238)
#AB73F0
(171,115,240)
#B989F2
(185,137,242)
#C79FF4
(199,159,244)
#D5B5F6
(213,181,246)
#E3CBF8
(227,203,248)
#F1E1FA
(241,225,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6505E6 color. Also use rgb(101,5,230) instead hex code.

Text Font Color

.myTextColor { color: #6505E6; }

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

This text font color is #6505E6.


Background Color

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

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

This div background color is #6505E6.


Border color

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

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

This div border color is #6505E6.


Opacity

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

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

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

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

This text has shadow with #6505E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6505E6 on black background.


Color preview on white background

This text has color #6505E6 on white background.



Black color preview on #6505E6 background

This text has black color on #6505E6 background.


White color preview on #6505E6 background

This text has white color on #6505E6 background.