COLOR #654ED4

HEX: #654ED4
RGB: (101,78,212)

Color info

#654ED4 contains mainly blue color. Web safe color of #654ED4 is #6666CC (or #66C).

RGB color model

#654ED4 color RGB value is (101,78,212).

  • red value is 101;
  • green value is 78;
  • blue value is 212.
RGB:
(101,78,212)
(40%,31%,83%)

RGB channels and saturation

R 101 of 255 = 40%
G 78 of 255 = 31%
B 212 of 255 = 83%

101
78
212

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

Portions of RGB colors in percentages

R + G + B =
101 + 78 + 212 = 391 (100%)
R 101 of 391 ~ 25.83%
G 78 of 391 ~ 19.95%
B 212 of 391 ~ 54.22%

%25.83
%19.95
%54.22

CMYK color model

#654ED4 color CMYK value is (52,63,0,17).

  • cyan value is 52.36%
  • magenta value is 63.21%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(52,63,0,17)
C52M63Y0K17 
(52%,63%,0%,17%)
(0.52/0.63/0.00/0.17)	

CMYK percentages

%52.36
%63.21
%0
%16.86

Codes

Color #654ED4 in popluar color models

654ED4
RGB10178212
HSL250°60.91%56.86%
HSB/HSV250°63.21%83.14%
CMYK52.36%63.21%0.00%
16.86%

Color #654ED4 in popluar number systems.

HEX654ED4
Decimal10178212
Binary1100101100111011010100
Octal145116324

Shades and tints

Shades of #654ED4

#654ED4
(101,78,212)
#5C47C1
(92,71,193)
#5340AE
(83,64,174)
#4A399B
(74,57,155)
#413288
(65,50,136)
#382B75
(56,43,117)
#2F2462
(47,36,98)
#261D4F
(38,29,79)
#1D163C
(29,22,60)
#140F29
(20,15,41)
#0B0816
(11,8,22)
#000000
(0,0,0)

Tints of #654ED4

#654ED4
(101,78,212)
#735ED7
(115,94,215)
#816EDA
(129,110,218)
#8F7EDD
(143,126,221)
#9D8EE0
(157,142,224)
#AB9EE3
(171,158,227)
#B9AEE6
(185,174,230)
#C7BEE9
(199,190,233)
#D5CEEC
(213,206,236)
#E3DEEF
(227,222,239)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #654ED4 color. Also use rgb(101,78,212) instead hex code.

Text Font Color

.myTextColor { color: #654ED4; }

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

This text font color is #654ED4.


Background Color

.myBgColor { background-color: #654ED4; }

<div style="background-color:#654ED4">Inner text</div>

This div background color is #654ED4.


Border color

.myBorderColor { border: 1px solid #654ED4; }

<div style="border:3px solid #654ED4">Div</div>

This div border color is #654ED4.


Opacity

.myOpacity80 { color: #654ED4; opacity: 0.8; }

<p style="color:#654ED4;opacity:0.8;">80%</p>

Text with #654ED4 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 #654ED4;}

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

This text has shadow with #654ED4 color.

.textShadow {text-shadow: 3px 3px 1px #654ED4, 3px 3px 1px red;}

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

This text has shadow with #654ED4 primary color and red secondary color.


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

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

This text has shadow with #654ED4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #654ED4 on black background.


Color preview on white background

This text has color #654ED4 on white background.



Black color preview on #654ED4 background

This text has black color on #654ED4 background.


White color preview on #654ED4 background

This text has white color on #654ED4 background.