COLOR #644584

HEX: #644584
RGB: (100,69,132)

Color info

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

RGB color model

#644584 color RGB value is (100,69,132).

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

RGB channels and saturation

R 100 of 255 = 39%
G 69 of 255 = 27%
B 132 of 255 = 52%

100
69
132

R + G + B ~ 39%. #644584 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 69 + 132 = 301 (100%)
R 100 of 301 ~ 33.22%
G 69 of 301 ~ 22.92%
B 132 of 301 ~ 43.85%

%33.22
%22.92
%43.85

CMYK color model

#644584 color CMYK value is (24,48,0,48).

  • cyan value is 24.24%
  • magenta value is 47.73%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(24,48,0,48)
C24M48Y0K48 
(24%,48%,0%,48%)
(0.24/0.48/0.00/0.48)	

CMYK percentages

%24.24
%47.73
%0
%48.24

Codes

Color #644584 in popluar color models

644584
RGB10069132
HSL270°31.34%39.41%
HSB/HSV270°47.73%51.76%
CMYK24.24%47.73%0.00%
48.24%

Color #644584 in popluar number systems.

HEX644584
Decimal10069132
Binary1100100100010110000100
Octal144105204

Shades and tints

Shades of #644584

#644584
(100,69,132)
#5B3F78
(91,63,120)
#52396C
(82,57,108)
#493360
(73,51,96)
#402D54
(64,45,84)
#372748
(55,39,72)
#2E213C
(46,33,60)
#251B30
(37,27,48)
#1C1524
(28,21,36)
#130F18
(19,15,24)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #644584

#644584
(100,69,132)
#72558F
(114,85,143)
#80659A
(128,101,154)
#8E75A5
(142,117,165)
#9C85B0
(156,133,176)
#AA95BB
(170,149,187)
#B8A5C6
(184,165,198)
#C6B5D1
(198,181,209)
#D4C5DC
(212,197,220)
#E2D5E7
(226,213,231)
#F0E5F2
(240,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #644584; }

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

This text font color is #644584.


Background Color

.myBgColor { background-color: #644584; }

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

This div background color is #644584.


Border color

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

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

This div border color is #644584.


Opacity

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

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

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

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

This text has shadow with #644584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #644584 on black background.


Color preview on white background

This text has color #644584 on white background.



Black color preview on #644584 background

This text has black color on #644584 background.


White color preview on #644584 background

This text has white color on #644584 background.