COLOR #654D84

HEX: #654D84
RGB: (101,77,132)

Color info

#654D84 contains red, green and blue colors in about the same proportion. Web safe color of #654D84 is #663399 (or #639).

RGB color model

#654D84 color RGB value is (101,77,132).

  • red value is 101;
  • green value is 77;
  • blue value is 132.
RGB:
(101,77,132)
(40%,30%,52%)

RGB channels and saturation

R 101 of 255 = 40%
G 77 of 255 = 30%
B 132 of 255 = 52%

101
77
132

R + G + B ~ 41%. #654D84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 77 + 132 = 310 (100%)
R 101 of 310 ~ 32.58%
G 77 of 310 ~ 24.84%
B 132 of 310 ~ 42.58%

%32.58
%24.84
%42.58

CMYK color model

#654D84 color CMYK value is (23,42,0,48).

  • cyan value is 23.48%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(23,42,0,48)
C23M42Y0K48 
(23%,42%,0%,48%)
(0.23/0.42/0.00/0.48)	

CMYK percentages

%23.48
%41.67
%0
%48.24

Codes

Color #654D84 in popluar color models

654D84
RGB10177132
HSL266°26.32%40.98%
HSB/HSV266°41.67%51.76%
CMYK23.48%41.67%0.00%
48.24%

Color #654D84 in popluar number systems.

HEX654D84
Decimal10177132
Binary1100101100110110000100
Octal145115204

Shades and tints

Shades of #654D84

#654D84
(101,77,132)
#5C4678
(92,70,120)
#533F6C
(83,63,108)
#4A3860
(74,56,96)
#413154
(65,49,84)
#382A48
(56,42,72)
#2F233C
(47,35,60)
#261C30
(38,28,48)
#1D1524
(29,21,36)
#140E18
(20,14,24)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #654D84

#654D84
(101,77,132)
#735D8F
(115,93,143)
#816D9A
(129,109,154)
#8F7DA5
(143,125,165)
#9D8DB0
(157,141,176)
#AB9DBB
(171,157,187)
#B9ADC6
(185,173,198)
#C7BDD1
(199,189,209)
#D5CDDC
(213,205,220)
#E3DDE7
(227,221,231)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #654D84 color. Also use rgb(101,77,132) instead hex code.

Text Font Color

.myTextColor { color: #654D84; }

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

This text font color is #654D84.


Background Color

.myBgColor { background-color: #654D84; }

<div style="background-color:#654D84">Inner text</div>

This div background color is #654D84.


Border color

.myBorderColor { border: 1px solid #654D84; }

<div style="border:3px solid #654D84">Div</div>

This div border color is #654D84.


Opacity

.myOpacity80 { color: #654D84; opacity: 0.8; }

<p style="color:#654D84;opacity:0.8;">80%</p>

Text with #654D84 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 #654D84;}

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

This text has shadow with #654D84 color.

.textShadow {text-shadow: 3px 3px 1px #654D84, 3px 3px 1px red;}

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

This text has shadow with #654D84 primary color and red secondary color.


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

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

This text has shadow with #654D84 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #654D84 on black background.


Color preview on white background

This text has color #654D84 on white background.



Black color preview on #654D84 background

This text has black color on #654D84 background.


White color preview on #654D84 background

This text has white color on #654D84 background.