COLOR #64499B

HEX: #64499B
RGB: (100,73,155)

Color info

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

RGB color model

#64499B color RGB value is (100,73,155).

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

RGB channels and saturation

R 100 of 255 = 39%
G 73 of 255 = 29%
B 155 of 255 = 61%

100
73
155

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

Portions of RGB colors in percentages

R + G + B =
100 + 73 + 155 = 328 (100%)
R 100 of 328 ~ 30.49%
G 73 of 328 ~ 22.26%
B 155 of 328 ~ 47.26%

%30.49
%22.26
%47.26

CMYK color model

#64499B color CMYK value is (35,53,0,39).

  • cyan value is 35.48%
  • magenta value is 52.90%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(35,53,0,39)
C35M53Y0K39 
(35%,53%,0%,39%)
(0.35/0.53/0.00/0.39)	

CMYK percentages

%35.48
%52.9
%0
%39.22

Codes

Color #64499B in popluar color models

64499B
RGB10073155
HSL260°35.96%44.71%
HSB/HSV260°52.90%60.78%
CMYK35.48%52.90%0.00%
39.22%

Color #64499B in popluar number systems.

HEX64499B
Decimal10073155
Binary1100100100100110011011
Octal144111233

Shades and tints

Shades of #64499B

#64499B
(100,73,155)
#5B438D
(91,67,141)
#523D7F
(82,61,127)
#493771
(73,55,113)
#403163
(64,49,99)
#372B55
(55,43,85)
#2E2547
(46,37,71)
#251F39
(37,31,57)
#1C192B
(28,25,43)
#13131D
(19,19,29)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #64499B

#64499B
(100,73,155)
#7259A4
(114,89,164)
#8069AD
(128,105,173)
#8E79B6
(142,121,182)
#9C89BF
(156,137,191)
#AA99C8
(170,153,200)
#B8A9D1
(184,169,209)
#C6B9DA
(198,185,218)
#D4C9E3
(212,201,227)
#E2D9EC
(226,217,236)
#F0E9F5
(240,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64499B; }

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

This text font color is #64499B.


Background Color

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

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

This div background color is #64499B.


Border color

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

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

This div border color is #64499B.


Opacity

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

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

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

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

This text has shadow with #64499B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64499B on black background.


Color preview on white background

This text has color #64499B on white background.



Black color preview on #64499B background

This text has black color on #64499B background.


White color preview on #64499B background

This text has white color on #64499B background.