COLOR #64489B

HEX: #64489B
RGB: (100,72,155)

Color info

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

RGB color model

#64489B color RGB value is (100,72,155).

  • red value is 100;
  • green value is 72;
  • blue value is 155.
RGB:
(100,72,155)
(39%,28%,61%)

RGB channels and saturation

R 100 of 255 = 39%
G 72 of 255 = 28%
B 155 of 255 = 61%

100
72
155

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

Portions of RGB colors in percentages

R + G + B =
100 + 72 + 155 = 327 (100%)
R 100 of 327 ~ 30.58%
G 72 of 327 ~ 22.02%
B 155 of 327 ~ 47.4%

%30.58
%22.02
%47.4

CMYK color model

#64489B color CMYK value is (35,54,0,39).

  • cyan value is 35.48%
  • magenta value is 53.55%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(35,54,0,39)
C35M54Y0K39 
(35%,54%,0%,39%)
(0.35/0.54/0.00/0.39)	

CMYK percentages

%35.48
%53.55
%0
%39.22

Codes

Color #64489B in popluar color models

64489B
RGB10072155
HSL260°36.56%44.51%
HSB/HSV260°53.55%60.78%
CMYK35.48%53.55%0.00%
39.22%

Color #64489B in popluar number systems.

HEX64489B
Decimal10072155
Binary1100100100100010011011
Octal144110233

Shades and tints

Shades of #64489B

#64489B
(100,72,155)
#5B428D
(91,66,141)
#523C7F
(82,60,127)
#493671
(73,54,113)
#403063
(64,48,99)
#372A55
(55,42,85)
#2E2447
(46,36,71)
#251E39
(37,30,57)
#1C182B
(28,24,43)
#13121D
(19,18,29)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #64489B

#64489B
(100,72,155)
#7258A4
(114,88,164)
#8068AD
(128,104,173)
#8E78B6
(142,120,182)
#9C88BF
(156,136,191)
#AA98C8
(170,152,200)
#B8A8D1
(184,168,209)
#C6B8DA
(198,184,218)
#D4C8E3
(212,200,227)
#E2D8EC
(226,216,236)
#F0E8F5
(240,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64489B color. Also use rgb(100,72,155) instead hex code.

Text Font Color

.myTextColor { color: #64489B; }

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

This text font color is #64489B.


Background Color

.myBgColor { background-color: #64489B; }

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

This div background color is #64489B.


Border color

.myBorderColor { border: 1px solid #64489B; }

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

This div border color is #64489B.


Opacity

.myOpacity80 { color: #64489B; opacity: 0.8; }

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

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

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

This text has shadow with #64489B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64489B on black background.


Color preview on white background

This text has color #64489B on white background.



Black color preview on #64489B background

This text has black color on #64489B background.


White color preview on #64489B background

This text has white color on #64489B background.