COLOR #655ABB

HEX: #655ABB
RGB: (101,90,187)

Color info

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

RGB color model

#655ABB color RGB value is (101,90,187).

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

RGB channels and saturation

R 101 of 255 = 40%
G 90 of 255 = 35%
B 187 of 255 = 73%

101
90
187

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

Portions of RGB colors in percentages

R + G + B =
101 + 90 + 187 = 378 (100%)
R 101 of 378 ~ 26.72%
G 90 of 378 ~ 23.81%
B 187 of 378 ~ 49.47%

%26.72
%23.81
%49.47

CMYK color model

#655ABB color CMYK value is (46,52,0,27).

  • cyan value is 45.99%
  • magenta value is 51.87%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(46,52,0,27)
C46M52Y0K27 
(46%,52%,0%,27%)
(0.46/0.52/0.00/0.27)	

CMYK percentages

%45.99
%51.87
%0
%26.67

Codes

Color #655ABB in popluar color models

655ABB
RGB10190187
HSL247°41.63%54.31%
HSB/HSV247°51.87%73.33%
CMYK45.99%51.87%0.00%
26.67%

Color #655ABB in popluar number systems.

HEX655ABB
Decimal10190187
Binary1100101101101010111011
Octal145132273

Shades and tints

Shades of #655ABB

#655ABB
(101,90,187)
#5C52AA
(92,82,170)
#534A99
(83,74,153)
#4A4288
(74,66,136)
#413A77
(65,58,119)
#383266
(56,50,102)
#2F2A55
(47,42,85)
#262244
(38,34,68)
#1D1A33
(29,26,51)
#141222
(20,18,34)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #655ABB

#655ABB
(101,90,187)
#7369C1
(115,105,193)
#8178C7
(129,120,199)
#8F87CD
(143,135,205)
#9D96D3
(157,150,211)
#ABA5D9
(171,165,217)
#B9B4DF
(185,180,223)
#C7C3E5
(199,195,229)
#D5D2EB
(213,210,235)
#E3E1F1
(227,225,241)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655ABB; }

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

This text font color is #655ABB.


Background Color

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

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

This div background color is #655ABB.


Border color

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

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

This div border color is #655ABB.


Opacity

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

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

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

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

This text has shadow with #655ABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655ABB on black background.


Color preview on white background

This text has color #655ABB on white background.



Black color preview on #655ABB background

This text has black color on #655ABB background.


White color preview on #655ABB background

This text has white color on #655ABB background.