COLOR #655EC6

HEX: #655EC6
RGB: (101,94,198)

Color info

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

RGB color model

#655EC6 color RGB value is (101,94,198).

  • red value is 101;
  • green value is 94;
  • blue value is 198.
RGB:
(101,94,198)
(40%,37%,78%)

RGB channels and saturation

R 101 of 255 = 40%
G 94 of 255 = 37%
B 198 of 255 = 78%

101
94
198

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

Portions of RGB colors in percentages

R + G + B =
101 + 94 + 198 = 393 (100%)
R 101 of 393 ~ 25.7%
G 94 of 393 ~ 23.92%
B 198 of 393 ~ 50.38%

%25.7
%23.92
%50.38

CMYK color model

#655EC6 color CMYK value is (49,53,0,22).

  • cyan value is 48.99%
  • magenta value is 52.53%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(49,53,0,22)
C49M53Y0K22 
(49%,53%,0%,22%)
(0.49/0.53/0.00/0.22)	

CMYK percentages

%48.99
%52.53
%0
%22.35

Codes

Color #655EC6 in popluar color models

655EC6
RGB10194198
HSL244°47.71%57.25%
HSB/HSV244°52.53%77.65%
CMYK48.99%52.53%0.00%
22.35%

Color #655EC6 in popluar number systems.

HEX655EC6
Decimal10194198
Binary1100101101111011000110
Octal145136306

Shades and tints

Shades of #655EC6

#655EC6
(101,94,198)
#5C56B4
(92,86,180)
#534EA2
(83,78,162)
#4A4690
(74,70,144)
#413E7E
(65,62,126)
#38366C
(56,54,108)
#2F2E5A
(47,46,90)
#262648
(38,38,72)
#1D1E36
(29,30,54)
#141624
(20,22,36)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #655EC6

#655EC6
(101,94,198)
#736CCB
(115,108,203)
#817AD0
(129,122,208)
#8F88D5
(143,136,213)
#9D96DA
(157,150,218)
#ABA4DF
(171,164,223)
#B9B2E4
(185,178,228)
#C7C0E9
(199,192,233)
#D5CEEE
(213,206,238)
#E3DCF3
(227,220,243)
#F1EAF8
(241,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655EC6 color. Also use rgb(101,94,198) instead hex code.

Text Font Color

.myTextColor { color: #655EC6; }

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

This text font color is #655EC6.


Background Color

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

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

This div background color is #655EC6.


Border color

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

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

This div border color is #655EC6.


Opacity

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

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

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

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

This text has shadow with #655EC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655EC6 on black background.


Color preview on white background

This text has color #655EC6 on white background.



Black color preview on #655EC6 background

This text has black color on #655EC6 background.


White color preview on #655EC6 background

This text has white color on #655EC6 background.