COLOR #655AAA

HEX: #655AAA
RGB: (101,90,170)

Color info

#655AAA contains mainly blue color. Web safe color of #655AAA is #666699 (or #669).

RGB color model

#655AAA color RGB value is (101,90,170).

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

RGB channels and saturation

R 101 of 255 = 40%
G 90 of 255 = 35%
B 170 of 255 = 67%

101
90
170

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

Portions of RGB colors in percentages

R + G + B =
101 + 90 + 170 = 361 (100%)
R 101 of 361 ~ 27.98%
G 90 of 361 ~ 24.93%
B 170 of 361 ~ 47.09%

%27.98
%24.93
%47.09

CMYK color model

#655AAA color CMYK value is (41,47,0,33).

  • cyan value is 40.59%
  • magenta value is 47.06%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(41,47,0,33)
C41M47Y0K33 
(41%,47%,0%,33%)
(0.41/0.47/0.00/0.33)	

CMYK percentages

%40.59
%47.06
%0
%33.33

Codes

Color #655AAA in popluar color models

655AAA
RGB10190170
HSL248°32.00%50.98%
HSB/HSV248°47.06%66.67%
CMYK40.59%47.06%0.00%
33.33%

Color #655AAA in popluar number systems.

HEX655AAA
Decimal10190170
Binary1100101101101010101010
Octal145132252

Shades and tints

Shades of #655AAA

#655AAA
(101,90,170)
#5C529B
(92,82,155)
#534A8C
(83,74,140)
#4A427D
(74,66,125)
#413A6E
(65,58,110)
#38325F
(56,50,95)
#2F2A50
(47,42,80)
#262241
(38,34,65)
#1D1A32
(29,26,50)
#141223
(20,18,35)
#0B0A14
(11,10,20)
#000000
(0,0,0)

Tints of #655AAA

#655AAA
(101,90,170)
#7369B1
(115,105,177)
#8178B8
(129,120,184)
#8F87BF
(143,135,191)
#9D96C6
(157,150,198)
#ABA5CD
(171,165,205)
#B9B4D4
(185,180,212)
#C7C3DB
(199,195,219)
#D5D2E2
(213,210,226)
#E3E1E9
(227,225,233)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655AAA; }

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

This text font color is #655AAA.


Background Color

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

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

This div background color is #655AAA.


Border color

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

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

This div border color is #655AAA.


Opacity

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

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

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

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

This text has shadow with #655AAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655AAA on black background.


Color preview on white background

This text has color #655AAA on white background.



Black color preview on #655AAA background

This text has black color on #655AAA background.


White color preview on #655AAA background

This text has white color on #655AAA background.