COLOR #655AB7

HEX: #655AB7
RGB: (101,90,183)

Color info

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

RGB color model

#655AB7 color RGB value is (101,90,183).

  • red value is 101;
  • green value is 90;
  • blue value is 183.
RGB:
(101,90,183)
(40%,35%,72%)

RGB channels and saturation

R 101 of 255 = 40%
G 90 of 255 = 35%
B 183 of 255 = 72%

101
90
183

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

Portions of RGB colors in percentages

R + G + B =
101 + 90 + 183 = 374 (100%)
R 101 of 374 ~ 27.01%
G 90 of 374 ~ 24.06%
B 183 of 374 ~ 48.93%

%27.01
%24.06
%48.93

CMYK color model

#655AB7 color CMYK value is (45,51,0,28).

  • cyan value is 44.81%
  • magenta value is 50.82%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(45,51,0,28)
C45M51Y0K28 
(45%,51%,0%,28%)
(0.45/0.51/0.00/0.28)	

CMYK percentages

%44.81
%50.82
%0
%28.24

Codes

Color #655AB7 in popluar color models

655AB7
RGB10190183
HSL247°39.24%53.53%
HSB/HSV247°50.82%71.76%
CMYK44.81%50.82%0.00%
28.24%

Color #655AB7 in popluar number systems.

HEX655AB7
Decimal10190183
Binary1100101101101010110111
Octal145132267

Shades and tints

Shades of #655AB7

#655AB7
(101,90,183)
#5C52A7
(92,82,167)
#534A97
(83,74,151)
#4A4287
(74,66,135)
#413A77
(65,58,119)
#383267
(56,50,103)
#2F2A57
(47,42,87)
#262247
(38,34,71)
#1D1A37
(29,26,55)
#141227
(20,18,39)
#0B0A17
(11,10,23)
#000000
(0,0,0)

Tints of #655AB7

#655AB7
(101,90,183)
#7369BD
(115,105,189)
#8178C3
(129,120,195)
#8F87C9
(143,135,201)
#9D96CF
(157,150,207)
#ABA5D5
(171,165,213)
#B9B4DB
(185,180,219)
#C7C3E1
(199,195,225)
#D5D2E7
(213,210,231)
#E3E1ED
(227,225,237)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655AB7 color. Also use rgb(101,90,183) instead hex code.

Text Font Color

.myTextColor { color: #655AB7; }

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

This text font color is #655AB7.


Background Color

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

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

This div background color is #655AB7.


Border color

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

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

This div border color is #655AB7.


Opacity

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

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

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

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

This text has shadow with #655AB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655AB7 on black background.


Color preview on white background

This text has color #655AB7 on white background.



Black color preview on #655AB7 background

This text has black color on #655AB7 background.


White color preview on #655AB7 background

This text has white color on #655AB7 background.