COLOR #653FB0

HEX: #653FB0
RGB: (101,63,176)

Color info

#653FB0 contains mainly blue color. Web safe color of #653FB0 is #663399 (or #639).

RGB color model

#653FB0 color RGB value is (101,63,176).

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

RGB channels and saturation

R 101 of 255 = 40%
G 63 of 255 = 25%
B 176 of 255 = 69%

101
63
176

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

Portions of RGB colors in percentages

R + G + B =
101 + 63 + 176 = 340 (100%)
R 101 of 340 ~ 29.71%
G 63 of 340 ~ 18.53%
B 176 of 340 ~ 51.76%

%29.71
%18.53
%51.76

CMYK color model

#653FB0 color CMYK value is (43,64,0,31).

  • cyan value is 42.61%
  • magenta value is 64.20%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(43,64,0,31)
C43M64Y0K31 
(43%,64%,0%,31%)
(0.43/0.64/0.00/0.31)	

CMYK percentages

%42.61
%64.2
%0
%30.98

Codes

Color #653FB0 in popluar color models

653FB0
RGB10163176
HSL260°47.28%46.86%
HSB/HSV260°64.20%69.02%
CMYK42.61%64.20%0.00%
30.98%

Color #653FB0 in popluar number systems.

HEX653FB0
Decimal10163176
Binary110010111111110110000
Octal14577260

Shades and tints

Shades of #653FB0

#653FB0
(101,63,176)
#5C3AA0
(92,58,160)
#533590
(83,53,144)
#4A3080
(74,48,128)
#412B70
(65,43,112)
#382660
(56,38,96)
#2F2150
(47,33,80)
#261C40
(38,28,64)
#1D1730
(29,23,48)
#141220
(20,18,32)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #653FB0

#653FB0
(101,63,176)
#7350B7
(115,80,183)
#8161BE
(129,97,190)
#8F72C5
(143,114,197)
#9D83CC
(157,131,204)
#AB94D3
(171,148,211)
#B9A5DA
(185,165,218)
#C7B6E1
(199,182,225)
#D5C7E8
(213,199,232)
#E3D8EF
(227,216,239)
#F1E9F6
(241,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #653FB0; }

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

This text font color is #653FB0.


Background Color

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

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

This div background color is #653FB0.


Border color

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

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

This div border color is #653FB0.


Opacity

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

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

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

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

This text has shadow with #653FB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653FB0 on black background.


Color preview on white background

This text has color #653FB0 on white background.



Black color preview on #653FB0 background

This text has black color on #653FB0 background.


White color preview on #653FB0 background

This text has white color on #653FB0 background.