COLOR #653CF7

HEX: #653CF7
RGB: (101,60,247)

Color info

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

RGB color model

#653CF7 color RGB value is (101,60,247).

  • red value is 101;
  • green value is 60;
  • blue value is 247.
RGB:
(101,60,247)
(40%,24%,97%)

RGB channels and saturation

R 101 of 255 = 40%
G 60 of 255 = 24%
B 247 of 255 = 97%

101
60
247

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

Portions of RGB colors in percentages

R + G + B =
101 + 60 + 247 = 408 (100%)
R 101 of 408 ~ 24.75%
G 60 of 408 ~ 14.71%
B 247 of 408 ~ 60.54%

%24.75
%14.71
%60.54

CMYK color model

#653CF7 color CMYK value is (59,76,0,3).

  • cyan value is 59.11%
  • magenta value is 75.71%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(59,76,0,3)
C59M76Y0K3 
(59%,76%,0%,3%)
(0.59/0.76/0.00/0.03)	

CMYK percentages

%59.11
%75.71
%0
%3.14

Codes

Color #653CF7 in popluar color models

653CF7
RGB10160247
HSL253°92.12%60.20%
HSB/HSV253°75.71%96.86%
CMYK59.11%75.71%0.00%
3.14%

Color #653CF7 in popluar number systems.

HEX653CF7
Decimal10160247
Binary110010111110011110111
Octal14574367

Shades and tints

Shades of #653CF7

#653CF7
(101,60,247)
#5C37E1
(92,55,225)
#5332CB
(83,50,203)
#4A2DB5
(74,45,181)
#41289F
(65,40,159)
#382389
(56,35,137)
#2F1E73
(47,30,115)
#26195D
(38,25,93)
#1D1447
(29,20,71)
#140F31
(20,15,49)
#0B0A1B
(11,10,27)
#000000
(0,0,0)

Tints of #653CF7

#653CF7
(101,60,247)
#734DF7
(115,77,247)
#815EF7
(129,94,247)
#8F6FF7
(143,111,247)
#9D80F7
(157,128,247)
#AB91F7
(171,145,247)
#B9A2F7
(185,162,247)
#C7B3F7
(199,179,247)
#D5C4F7
(213,196,247)
#E3D5F7
(227,213,247)
#F1E6F7
(241,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #653CF7 color. Also use rgb(101,60,247) instead hex code.

Text Font Color

.myTextColor { color: #653CF7; }

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

This text font color is #653CF7.


Background Color

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

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

This div background color is #653CF7.


Border color

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

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

This div border color is #653CF7.


Opacity

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

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

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

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

This text has shadow with #653CF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653CF7 on black background.


Color preview on white background

This text has color #653CF7 on white background.



Black color preview on #653CF7 background

This text has black color on #653CF7 background.


White color preview on #653CF7 background

This text has white color on #653CF7 background.