COLOR #655DAF

HEX: #655DAF
RGB: (101,93,175)

Color info

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

RGB color model

#655DAF color RGB value is (101,93,175).

  • red value is 101;
  • green value is 93;
  • blue value is 175.
RGB:
(101,93,175)
(40%,36%,69%)

RGB channels and saturation

R 101 of 255 = 40%
G 93 of 255 = 36%
B 175 of 255 = 69%

101
93
175

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

Portions of RGB colors in percentages

R + G + B =
101 + 93 + 175 = 369 (100%)
R 101 of 369 ~ 27.37%
G 93 of 369 ~ 25.2%
B 175 of 369 ~ 47.43%

%27.37
%25.2
%47.43

CMYK color model

#655DAF color CMYK value is (42,47,0,31).

  • cyan value is 42.29%
  • magenta value is 46.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(42,47,0,31)
C42M47Y0K31 
(42%,47%,0%,31%)
(0.42/0.47/0.00/0.31)	

CMYK percentages

%42.29
%46.86
%0
%31.37

Codes

Color #655DAF in popluar color models

655DAF
RGB10193175
HSL246°33.88%52.55%
HSB/HSV246°46.86%68.63%
CMYK42.29%46.86%0.00%
31.37%

Color #655DAF in popluar number systems.

HEX655DAF
Decimal10193175
Binary1100101101110110101111
Octal145135257

Shades and tints

Shades of #655DAF

#655DAF
(101,93,175)
#5C55A0
(92,85,160)
#534D91
(83,77,145)
#4A4582
(74,69,130)
#413D73
(65,61,115)
#383564
(56,53,100)
#2F2D55
(47,45,85)
#262546
(38,37,70)
#1D1D37
(29,29,55)
#141528
(20,21,40)
#0B0D19
(11,13,25)
#000000
(0,0,0)

Tints of #655DAF

#655DAF
(101,93,175)
#736BB6
(115,107,182)
#8179BD
(129,121,189)
#8F87C4
(143,135,196)
#9D95CB
(157,149,203)
#ABA3D2
(171,163,210)
#B9B1D9
(185,177,217)
#C7BFE0
(199,191,224)
#D5CDE7
(213,205,231)
#E3DBEE
(227,219,238)
#F1E9F5
(241,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655DAF color. Also use rgb(101,93,175) instead hex code.

Text Font Color

.myTextColor { color: #655DAF; }

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

This text font color is #655DAF.


Background Color

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

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

This div background color is #655DAF.


Border color

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

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

This div border color is #655DAF.


Opacity

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

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

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

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

This text has shadow with #655DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655DAF on black background.


Color preview on white background

This text has color #655DAF on white background.



Black color preview on #655DAF background

This text has black color on #655DAF background.


White color preview on #655DAF background

This text has white color on #655DAF background.