COLOR #654B88

HEX: #654B88
RGB: (101,75,136)

Color info

#654B88 contains mainly red and blue colors. Web safe color of #654B88 is #663399 (or #639).

RGB color model

#654B88 color RGB value is (101,75,136).

  • red value is 101;
  • green value is 75;
  • blue value is 136.
RGB:
(101,75,136)
(40%,29%,53%)

RGB channels and saturation

R 101 of 255 = 40%
G 75 of 255 = 29%
B 136 of 255 = 53%

101
75
136

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

Portions of RGB colors in percentages

R + G + B =
101 + 75 + 136 = 312 (100%)
R 101 of 312 ~ 32.37%
G 75 of 312 ~ 24.04%
B 136 of 312 ~ 43.59%

%32.37
%24.04
%43.59

CMYK color model

#654B88 color CMYK value is (26,45,0,47).

  • cyan value is 25.74%
  • magenta value is 44.85%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(26,45,0,47)
C26M45Y0K47 
(26%,45%,0%,47%)
(0.26/0.45/0.00/0.47)	

CMYK percentages

%25.74
%44.85
%0
%46.67

Codes

Color #654B88 in popluar color models

654B88
RGB10175136
HSL266°28.91%41.37%
HSB/HSV266°44.85%53.33%
CMYK25.74%44.85%0.00%
46.67%

Color #654B88 in popluar number systems.

HEX654B88
Decimal10175136
Binary1100101100101110001000
Octal145113210

Shades and tints

Shades of #654B88

#654B88
(101,75,136)
#5C457C
(92,69,124)
#533F70
(83,63,112)
#4A3964
(74,57,100)
#413358
(65,51,88)
#382D4C
(56,45,76)
#2F2740
(47,39,64)
#262134
(38,33,52)
#1D1B28
(29,27,40)
#14151C
(20,21,28)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #654B88

#654B88
(101,75,136)
#735B92
(115,91,146)
#816B9C
(129,107,156)
#8F7BA6
(143,123,166)
#9D8BB0
(157,139,176)
#AB9BBA
(171,155,186)
#B9ABC4
(185,171,196)
#C7BBCE
(199,187,206)
#D5CBD8
(213,203,216)
#E3DBE2
(227,219,226)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #654B88 color. Also use rgb(101,75,136) instead hex code.

Text Font Color

.myTextColor { color: #654B88; }

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

This text font color is #654B88.


Background Color

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

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

This div background color is #654B88.


Border color

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

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

This div border color is #654B88.


Opacity

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

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

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

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

This text has shadow with #654B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #654B88 on black background.


Color preview on white background

This text has color #654B88 on white background.



Black color preview on #654B88 background

This text has black color on #654B88 background.


White color preview on #654B88 background

This text has white color on #654B88 background.