COLOR #655EB5

HEX: #655EB5
RGB: (101,94,181)

Color info

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

RGB color model

#655EB5 color RGB value is (101,94,181).

  • red value is 101;
  • green value is 94;
  • blue value is 181.
RGB:
(101,94,181)
(40%,37%,71%)

RGB channels and saturation

R 101 of 255 = 40%
G 94 of 255 = 37%
B 181 of 255 = 71%

101
94
181

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

Portions of RGB colors in percentages

R + G + B =
101 + 94 + 181 = 376 (100%)
R 101 of 376 ~ 26.86%
G 94 of 376 ~ 25%
B 181 of 376 ~ 48.14%

%26.86
%25
%48.14

CMYK color model

#655EB5 color CMYK value is (44,48,0,29).

  • cyan value is 44.20%
  • magenta value is 48.07%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(44,48,0,29)
C44M48Y0K29 
(44%,48%,0%,29%)
(0.44/0.48/0.00/0.29)	

CMYK percentages

%44.2
%48.07
%0
%29.02

Codes

Color #655EB5 in popluar color models

655EB5
RGB10194181
HSL245°37.02%53.92%
HSB/HSV245°48.07%70.98%
CMYK44.20%48.07%0.00%
29.02%

Color #655EB5 in popluar number systems.

HEX655EB5
Decimal10194181
Binary1100101101111010110101
Octal145136265

Shades and tints

Shades of #655EB5

#655EB5
(101,94,181)
#5C56A5
(92,86,165)
#534E95
(83,78,149)
#4A4685
(74,70,133)
#413E75
(65,62,117)
#383665
(56,54,101)
#2F2E55
(47,46,85)
#262645
(38,38,69)
#1D1E35
(29,30,53)
#141625
(20,22,37)
#0B0E15
(11,14,21)
#000000
(0,0,0)

Tints of #655EB5

#655EB5
(101,94,181)
#736CBB
(115,108,187)
#817AC1
(129,122,193)
#8F88C7
(143,136,199)
#9D96CD
(157,150,205)
#ABA4D3
(171,164,211)
#B9B2D9
(185,178,217)
#C7C0DF
(199,192,223)
#D5CEE5
(213,206,229)
#E3DCEB
(227,220,235)
#F1EAF1
(241,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655EB5 color. Also use rgb(101,94,181) instead hex code.

Text Font Color

.myTextColor { color: #655EB5; }

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

This text font color is #655EB5.


Background Color

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

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

This div background color is #655EB5.


Border color

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

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

This div border color is #655EB5.


Opacity

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

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

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

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

This text has shadow with #655EB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655EB5 on black background.


Color preview on white background

This text has color #655EB5 on white background.



Black color preview on #655EB5 background

This text has black color on #655EB5 background.


White color preview on #655EB5 background

This text has white color on #655EB5 background.