COLOR #655CA8

HEX: #655CA8
RGB: (101,92,168)

Color info

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

RGB color model

#655CA8 color RGB value is (101,92,168).

  • red value is 101;
  • green value is 92;
  • blue value is 168.
RGB:
(101,92,168)
(40%,36%,66%)

RGB channels and saturation

R 101 of 255 = 40%
G 92 of 255 = 36%
B 168 of 255 = 66%

101
92
168

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

Portions of RGB colors in percentages

R + G + B =
101 + 92 + 168 = 361 (100%)
R 101 of 361 ~ 27.98%
G 92 of 361 ~ 25.48%
B 168 of 361 ~ 46.54%

%27.98
%25.48
%46.54

CMYK color model

#655CA8 color CMYK value is (40,45,0,34).

  • cyan value is 39.88%
  • magenta value is 45.24%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(40,45,0,34)
C40M45Y0K34 
(40%,45%,0%,34%)
(0.40/0.45/0.00/0.34)	

CMYK percentages

%39.88
%45.24
%0
%34.12

Codes

Color #655CA8 in popluar color models

655CA8
RGB10192168
HSL247°30.40%50.98%
HSB/HSV247°45.24%65.88%
CMYK39.88%45.24%0.00%
34.12%

Color #655CA8 in popluar number systems.

HEX655CA8
Decimal10192168
Binary1100101101110010101000
Octal145134250

Shades and tints

Shades of #655CA8

#655CA8
(101,92,168)
#5C5499
(92,84,153)
#534C8A
(83,76,138)
#4A447B
(74,68,123)
#413C6C
(65,60,108)
#38345D
(56,52,93)
#2F2C4E
(47,44,78)
#26243F
(38,36,63)
#1D1C30
(29,28,48)
#141421
(20,20,33)
#0B0C12
(11,12,18)
#000000
(0,0,0)

Tints of #655CA8

#655CA8
(101,92,168)
#736AAF
(115,106,175)
#8178B6
(129,120,182)
#8F86BD
(143,134,189)
#9D94C4
(157,148,196)
#ABA2CB
(171,162,203)
#B9B0D2
(185,176,210)
#C7BED9
(199,190,217)
#D5CCE0
(213,204,224)
#E3DAE7
(227,218,231)
#F1E8EE
(241,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655CA8 color. Also use rgb(101,92,168) instead hex code.

Text Font Color

.myTextColor { color: #655CA8; }

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

This text font color is #655CA8.


Background Color

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

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

This div background color is #655CA8.


Border color

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

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

This div border color is #655CA8.


Opacity

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

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

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

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

This text has shadow with #655CA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655CA8 on black background.


Color preview on white background

This text has color #655CA8 on white background.



Black color preview on #655CA8 background

This text has black color on #655CA8 background.


White color preview on #655CA8 background

This text has white color on #655CA8 background.