COLOR #6523F9

HEX: #6523F9
RGB: (101,35,249)

Color info

#6523F9 contains mainly blue color. Web safe color of #6523F9 is #6633FF (or #63F).

RGB color model

#6523F9 color RGB value is (101,35,249).

  • red value is 101;
  • green value is 35;
  • blue value is 249.
RGB:
(101,35,249)
(40%,14%,98%)

RGB channels and saturation

R 101 of 255 = 40%
G 35 of 255 = 14%
B 249 of 255 = 98%

101
35
249

R + G + B ~ 51%. #6523F9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 35 + 249 = 385 (100%)
R 101 of 385 ~ 26.23%
G 35 of 385 ~ 9.09%
B 249 of 385 ~ 64.68%

%26.23
%64.68

CMYK color model

#6523F9 color CMYK value is (59,86,0,2).

  • cyan value is 59.44%
  • magenta value is 85.94%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(59,86,0,2)
C59M86Y0K2 
(59%,86%,0%,2%)
(0.59/0.86/0.00/0.02)	

CMYK percentages

%59.44
%85.94
%0
%2.35

Codes

Color #6523F9 in popluar color models

6523F9
RGB10135249
HSL259°94.69%55.69%
HSB/HSV259°85.94%97.65%
CMYK59.44%85.94%0.00%
2.35%

Color #6523F9 in popluar number systems.

HEX6523F9
Decimal10135249
Binary110010110001111111001
Octal14543371

Shades and tints

Shades of #6523F9

#6523F9
(101,35,249)
#5C20E3
(92,32,227)
#531DCD
(83,29,205)
#4A1AB7
(74,26,183)
#4117A1
(65,23,161)
#38148B
(56,20,139)
#2F1175
(47,17,117)
#260E5F
(38,14,95)
#1D0B49
(29,11,73)
#140833
(20,8,51)
#0B051D
(11,5,29)
#000000
(0,0,0)

Tints of #6523F9

#6523F9
(101,35,249)
#7337F9
(115,55,249)
#814BF9
(129,75,249)
#8F5FF9
(143,95,249)
#9D73F9
(157,115,249)
#AB87F9
(171,135,249)
#B99BF9
(185,155,249)
#C7AFF9
(199,175,249)
#D5C3F9
(213,195,249)
#E3D7F9
(227,215,249)
#F1EBF9
(241,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6523F9 color. Also use rgb(101,35,249) instead hex code.

Text Font Color

.myTextColor { color: #6523F9; }

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

This text font color is #6523F9.


Background Color

.myBgColor { background-color: #6523F9; }

<div style="background-color:#6523F9">Inner text</div>

This div background color is #6523F9.


Border color

.myBorderColor { border: 1px solid #6523F9; }

<div style="border:3px solid #6523F9">Div</div>

This div border color is #6523F9.


Opacity

.myOpacity80 { color: #6523F9; opacity: 0.8; }

<p style="color:#6523F9;opacity:0.8;">80%</p>

Text with #6523F9 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 #6523F9;}

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

This text has shadow with #6523F9 color.

.textShadow {text-shadow: 3px 3px 1px #6523F9, 3px 3px 1px red;}

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

This text has shadow with #6523F9 primary color and red secondary color.


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

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

This text has shadow with #6523F9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6523F9 on black background.


Color preview on white background

This text has color #6523F9 on white background.



Black color preview on #6523F9 background

This text has black color on #6523F9 background.


White color preview on #6523F9 background

This text has white color on #6523F9 background.