COLOR #655CD5

HEX: #655CD5
RGB: (101,92,213)

Color info

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

RGB color model

#655CD5 color RGB value is (101,92,213).

  • red value is 101;
  • green value is 92;
  • blue value is 213.
RGB:
(101,92,213)
(40%,36%,84%)

RGB channels and saturation

R 101 of 255 = 40%
G 92 of 255 = 36%
B 213 of 255 = 84%

101
92
213

R + G + B ~ 53%. #655CD5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 92 + 213 = 406 (100%)
R 101 of 406 ~ 24.88%
G 92 of 406 ~ 22.66%
B 213 of 406 ~ 52.46%

%24.88
%22.66
%52.46

CMYK color model

#655CD5 color CMYK value is (53,57,0,16).

  • cyan value is 52.58%
  • magenta value is 56.81%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(53,57,0,16)
C53M57Y0K16 
(53%,57%,0%,16%)
(0.53/0.57/0.00/0.16)	

CMYK percentages

%52.58
%56.81
%0
%16.47

Codes

Color #655CD5 in popluar color models

655CD5
RGB10192213
HSL244°59.02%59.80%
HSB/HSV244°56.81%83.53%
CMYK52.58%56.81%0.00%
16.47%

Color #655CD5 in popluar number systems.

HEX655CD5
Decimal10192213
Binary1100101101110011010101
Octal145134325

Shades and tints

Shades of #655CD5

#655CD5
(101,92,213)
#5C54C2
(92,84,194)
#534CAF
(83,76,175)
#4A449C
(74,68,156)
#413C89
(65,60,137)
#383476
(56,52,118)
#2F2C63
(47,44,99)
#262450
(38,36,80)
#1D1C3D
(29,28,61)
#14142A
(20,20,42)
#0B0C17
(11,12,23)
#000000
(0,0,0)

Tints of #655CD5

#655CD5
(101,92,213)
#736AD8
(115,106,216)
#8178DB
(129,120,219)
#8F86DE
(143,134,222)
#9D94E1
(157,148,225)
#ABA2E4
(171,162,228)
#B9B0E7
(185,176,231)
#C7BEEA
(199,190,234)
#D5CCED
(213,204,237)
#E3DAF0
(227,218,240)
#F1E8F3
(241,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655CD5 color. Also use rgb(101,92,213) instead hex code.

Text Font Color

.myTextColor { color: #655CD5; }

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

This text font color is #655CD5.


Background Color

.myBgColor { background-color: #655CD5; }

<div style="background-color:#655CD5">Inner text</div>

This div background color is #655CD5.


Border color

.myBorderColor { border: 1px solid #655CD5; }

<div style="border:3px solid #655CD5">Div</div>

This div border color is #655CD5.


Opacity

.myOpacity80 { color: #655CD5; opacity: 0.8; }

<p style="color:#655CD5;opacity:0.8;">80%</p>

Text with #655CD5 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 #655CD5;}

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

This text has shadow with #655CD5 color.

.textShadow {text-shadow: 3px 3px 1px #655CD5, 3px 3px 1px red;}

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

This text has shadow with #655CD5 primary color and red secondary color.


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

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

This text has shadow with #655CD5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655CD5 on black background.


Color preview on white background

This text has color #655CD5 on white background.



Black color preview on #655CD5 background

This text has black color on #655CD5 background.


White color preview on #655CD5 background

This text has white color on #655CD5 background.