COLOR #653CC9

HEX: #653CC9
RGB: (101,60,201)

Color info

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

RGB color model

#653CC9 color RGB value is (101,60,201).

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

RGB channels and saturation

R 101 of 255 = 40%
G 60 of 255 = 24%
B 201 of 255 = 79%

101
60
201

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

Portions of RGB colors in percentages

R + G + B =
101 + 60 + 201 = 362 (100%)
R 101 of 362 ~ 27.9%
G 60 of 362 ~ 16.57%
B 201 of 362 ~ 55.52%

%27.9
%16.57
%55.52

CMYK color model

#653CC9 color CMYK value is (50,70,0,21).

  • cyan value is 49.75%
  • magenta value is 70.15%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(50,70,0,21)
C50M70Y0K21 
(50%,70%,0%,21%)
(0.50/0.70/0.00/0.21)	

CMYK percentages

%49.75
%70.15
%0
%21.18

Codes

Color #653CC9 in popluar color models

653CC9
RGB10160201
HSL257°56.63%51.18%
HSB/HSV257°70.15%78.82%
CMYK49.75%70.15%0.00%
21.18%

Color #653CC9 in popluar number systems.

HEX653CC9
Decimal10160201
Binary110010111110011001001
Octal14574311

Shades and tints

Shades of #653CC9

#653CC9
(101,60,201)
#5C37B7
(92,55,183)
#5332A5
(83,50,165)
#4A2D93
(74,45,147)
#412881
(65,40,129)
#38236F
(56,35,111)
#2F1E5D
(47,30,93)
#26194B
(38,25,75)
#1D1439
(29,20,57)
#140F27
(20,15,39)
#0B0A15
(11,10,21)
#000000
(0,0,0)

Tints of #653CC9

#653CC9
(101,60,201)
#734DCD
(115,77,205)
#815ED1
(129,94,209)
#8F6FD5
(143,111,213)
#9D80D9
(157,128,217)
#AB91DD
(171,145,221)
#B9A2E1
(185,162,225)
#C7B3E5
(199,179,229)
#D5C4E9
(213,196,233)
#E3D5ED
(227,213,237)
#F1E6F1
(241,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #653CC9; }

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

This text font color is #653CC9.


Background Color

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

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

This div background color is #653CC9.


Border color

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

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

This div border color is #653CC9.


Opacity

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

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

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

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

This text has shadow with #653CC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653CC9 on black background.


Color preview on white background

This text has color #653CC9 on white background.



Black color preview on #653CC9 background

This text has black color on #653CC9 background.


White color preview on #653CC9 background

This text has white color on #653CC9 background.