COLOR #655AA2

HEX: #655AA2 RGB: (101,90,162)

Color info

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

RGB color model

#655AA2 color RGB value is (101,90,162).

RGB: (101,90,162) (40%, 35%, 64%)

RGB channels and saturation

R 101 of 255 = 40%
G 90 of 255 = 35%
B 162 of 255 = 64%

101
90
162

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

Portions of RGB colors in percentages

R + G + B = 101 + 90 + 162 = 353 (100%)
R 101 of 353 ~ 28.61%
G 90 of 353 ~ 25.5%
B 162 of 353 ~ 45.89'%

%28.61
%25.5
%45.89

CMYK color model

#655AA2 color CMYK value is (38,44,0,36).

  • cyan value is 37.65%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (38,44,0,36)
C38M44Y0K36 (38%, 44%, 0%, 36%)
(0.38 / 0.44 / 0.00 / 0.36)

CMYK percentages

%37.65
%44.44
%0
%36.47

Codes

Color #655AA2 in popluar color models

65 5A A2
RGB 101 90 162
HSL 249° 28.57% 49.41%
HSB/HSV 249° 44.44% 63.53%
CMYK 37.65% 44.44% 0.00%
36.47%

Color #655AA2 in popluar number systems.

HEX 65 5A A2
Decimal 101 90 162
Binary 1100101 1011010 10100010
Octal 145 132 242

Shades and tints

Shades of #655AA2

#655AA2
(101,90,162)
#5C5294
(92,82,148)
#534A86
(83,74,134)
#4A4278
(74,66,120)
#413A6A
(65,58,106)
#38325C
(56,50,92)
#2F2A4E
(47,42,78)
#262240
(38,34,64)
#1D1A32
(29,26,50)
#141224
(20,18,36)
#0B0A16
(11,10,22)
#000000
(0,0,0)

Tints of #655AA2

#655AA2
(101,90,162)
#7369AA
(115,105,170)
#8178B2
(129,120,178)
#8F87BA
(143,135,186)
#9D96C2
(157,150,194)
#ABA5CA
(171,165,202)
#B9B4D2
(185,180,210)
#C7C3DA
(199,195,218)
#D5D2E2
(213,210,226)
#E3E1EA
(227,225,234)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655AA2; }

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

This text font color is #655AA2.

Background Color

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

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

This div background color is #655AA2.

Border color

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

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

This div border color is #655AA2.

Opacity

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

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

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

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

This text has shadow with #655AA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #655AA2.

Preview

Color preview on black background

This text has color #655AA2 on black background.


Color preview on white background

This text has color #655AA2 on white background.


Black color preview on #655AA2 background

This text has black color on #655AA2 background.


White color preview on #655AA2 background

This text has white color on #655AA2 background.


Related colors

Complementary color

Complementary color for #hex is #9AA55D.


I love getcolorcode.com

Triadic colors

1 #A2655A and #5AA265 with #655AA2 are triadic colors.

2 #A25A65 and #5A65A2 with #655AA2 are triadic colors.