COLOR #655A99

HEX: #655A99
RGB: (101,90,153)

Color info

#655A99 contains mainly red and blue colors. Web safe color of #655A99 is #666699 (or #669).

RGB color model

#655A99 color RGB value is (101,90,153).

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

RGB channels and saturation

R 101 of 255 = 40%
G 90 of 255 = 35%
B 153 of 255 = 60%

101
90
153

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

Portions of RGB colors in percentages

R + G + B =
101 + 90 + 153 = 344 (100%)
R 101 of 344 ~ 29.36%
G 90 of 344 ~ 26.16%
B 153 of 344 ~ 44.48%

%29.36
%26.16
%44.48

CMYK color model

#655A99 color CMYK value is (34,41,0,40).

  • cyan value is 33.99%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(34,41,0,40)
C34M41Y0K40 
(34%,41%,0%,40%)
(0.34/0.41/0.00/0.40)	

CMYK percentages

%33.99
%41.18
%0
%40

Codes

Color #655A99 in popluar color models

655A99
RGB10190153
HSL250°25.93%47.65%
HSB/HSV250°41.18%60.00%
CMYK33.99%41.18%0.00%
40.00%

Color #655A99 in popluar number systems.

HEX655A99
Decimal10190153
Binary1100101101101010011001
Octal145132231

Shades and tints

Shades of #655A99

#655A99
(101,90,153)
#5C528C
(92,82,140)
#534A7F
(83,74,127)
#4A4272
(74,66,114)
#413A65
(65,58,101)
#383258
(56,50,88)
#2F2A4B
(47,42,75)
#26223E
(38,34,62)
#1D1A31
(29,26,49)
#141224
(20,18,36)
#0B0A17
(11,10,23)
#000000
(0,0,0)

Tints of #655A99

#655A99
(101,90,153)
#7369A2
(115,105,162)
#8178AB
(129,120,171)
#8F87B4
(143,135,180)
#9D96BD
(157,150,189)
#ABA5C6
(171,165,198)
#B9B4CF
(185,180,207)
#C7C3D8
(199,195,216)
#D5D2E1
(213,210,225)
#E3E1EA
(227,225,234)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655A99; }

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

This text font color is #655A99.


Background Color

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

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

This div background color is #655A99.


Border color

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

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

This div border color is #655A99.


Opacity

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

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

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

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

This text has shadow with #655A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655A99 on black background.


Color preview on white background

This text has color #655A99 on white background.



Black color preview on #655A99 background

This text has black color on #655A99 background.


White color preview on #655A99 background

This text has white color on #655A99 background.