COLOR #653FD8

HEX: #653FD8
RGB: (101,63,216)

Color info

#653FD8 contains mainly blue color. Web safe color of #653FD8 is #6633CC (or #63C).

RGB color model

#653FD8 color RGB value is (101,63,216).

  • red value is 101;
  • green value is 63;
  • blue value is 216.
RGB:
(101,63,216)
(40%,25%,85%)

RGB channels and saturation

R 101 of 255 = 40%
G 63 of 255 = 25%
B 216 of 255 = 85%

101
63
216

R + G + B ~ 50%. #653FD8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 63 + 216 = 380 (100%)
R 101 of 380 ~ 26.58%
G 63 of 380 ~ 16.58%
B 216 of 380 ~ 56.84%

%26.58
%16.58
%56.84

CMYK color model

#653FD8 color CMYK value is (53,71,0,15).

  • cyan value is 53.24%
  • magenta value is 70.83%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(53,71,0,15)
C53M71Y0K15 
(53%,71%,0%,15%)
(0.53/0.71/0.00/0.15)	

CMYK percentages

%53.24
%70.83
%0
%15.29

Codes

Color #653FD8 in popluar color models

653FD8
RGB10163216
HSL255°66.23%54.71%
HSB/HSV255°70.83%84.71%
CMYK53.24%70.83%0.00%
15.29%

Color #653FD8 in popluar number systems.

HEX653FD8
Decimal10163216
Binary110010111111111011000
Octal14577330

Shades and tints

Shades of #653FD8

#653FD8
(101,63,216)
#5C3AC5
(92,58,197)
#5335B2
(83,53,178)
#4A309F
(74,48,159)
#412B8C
(65,43,140)
#382679
(56,38,121)
#2F2166
(47,33,102)
#261C53
(38,28,83)
#1D1740
(29,23,64)
#14122D
(20,18,45)
#0B0D1A
(11,13,26)
#000000
(0,0,0)

Tints of #653FD8

#653FD8
(101,63,216)
#7350DB
(115,80,219)
#8161DE
(129,97,222)
#8F72E1
(143,114,225)
#9D83E4
(157,131,228)
#AB94E7
(171,148,231)
#B9A5EA
(185,165,234)
#C7B6ED
(199,182,237)
#D5C7F0
(213,199,240)
#E3D8F3
(227,216,243)
#F1E9F6
(241,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #653FD8 color. Also use rgb(101,63,216) instead hex code.

Text Font Color

.myTextColor { color: #653FD8; }

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

This text font color is #653FD8.


Background Color

.myBgColor { background-color: #653FD8; }

<div style="background-color:#653FD8">Inner text</div>

This div background color is #653FD8.


Border color

.myBorderColor { border: 1px solid #653FD8; }

<div style="border:3px solid #653FD8">Div</div>

This div border color is #653FD8.


Opacity

.myOpacity80 { color: #653FD8; opacity: 0.8; }

<p style="color:#653FD8;opacity:0.8;">80%</p>

Text with #653FD8 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 #653FD8;}

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

This text has shadow with #653FD8 color.

.textShadow {text-shadow: 3px 3px 1px #653FD8, 3px 3px 1px red;}

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

This text has shadow with #653FD8 primary color and red secondary color.


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

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

This text has shadow with #653FD8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653FD8 on black background.


Color preview on white background

This text has color #653FD8 on white background.



Black color preview on #653FD8 background

This text has black color on #653FD8 background.


White color preview on #653FD8 background

This text has white color on #653FD8 background.