COLOR #644588

HEX: #644588
RGB: (100,69,136)

Color info

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

RGB color model

#644588 color RGB value is (100,69,136).

  • red value is 100;
  • green value is 69;
  • blue value is 136.
RGB:
(100,69,136)
(39%,27%,53%)

RGB channels and saturation

R 100 of 255 = 39%
G 69 of 255 = 27%
B 136 of 255 = 53%

100
69
136

R + G + B ~ 40%. #644588 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 69 + 136 = 305 (100%)
R 100 of 305 ~ 32.79%
G 69 of 305 ~ 22.62%
B 136 of 305 ~ 44.59%

%32.79
%22.62
%44.59

CMYK color model

#644588 color CMYK value is (26,49,0,47).

  • cyan value is 26.47%
  • magenta value is 49.26%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(26,49,0,47)
C26M49Y0K47 
(26%,49%,0%,47%)
(0.26/0.49/0.00/0.47)	

CMYK percentages

%26.47
%49.26
%0
%46.67

Codes

Color #644588 in popluar color models

644588
RGB10069136
HSL268°32.68%40.20%
HSB/HSV268°49.26%53.33%
CMYK26.47%49.26%0.00%
46.67%

Color #644588 in popluar number systems.

HEX644588
Decimal10069136
Binary1100100100010110001000
Octal144105210

Shades and tints

Shades of #644588

#644588
(100,69,136)
#5B3F7C
(91,63,124)
#523970
(82,57,112)
#493364
(73,51,100)
#402D58
(64,45,88)
#37274C
(55,39,76)
#2E2140
(46,33,64)
#251B34
(37,27,52)
#1C1528
(28,21,40)
#130F1C
(19,15,28)
#0A0910
(10,9,16)
#000000
(0,0,0)

Tints of #644588

#644588
(100,69,136)
#725592
(114,85,146)
#80659C
(128,101,156)
#8E75A6
(142,117,166)
#9C85B0
(156,133,176)
#AA95BA
(170,149,186)
#B8A5C4
(184,165,196)
#C6B5CE
(198,181,206)
#D4C5D8
(212,197,216)
#E2D5E2
(226,213,226)
#F0E5EC
(240,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #644588 color. Also use rgb(100,69,136) instead hex code.

Text Font Color

.myTextColor { color: #644588; }

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

This text font color is #644588.


Background Color

.myBgColor { background-color: #644588; }

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

This div background color is #644588.


Border color

.myBorderColor { border: 1px solid #644588; }

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

This div border color is #644588.


Opacity

.myOpacity80 { color: #644588; opacity: 0.8; }

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

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

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

This text has shadow with #644588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #644588 on black background.


Color preview on white background

This text has color #644588 on white background.



Black color preview on #644588 background

This text has black color on #644588 background.


White color preview on #644588 background

This text has white color on #644588 background.