COLOR #64599F

HEX: #64599F
RGB: (100,89,159)

Color info

#64599F contains mainly red and blue colors. Web safe color of #64599F is #666699 (or #669).

RGB color model

#64599F color RGB value is (100,89,159).

  • red value is 100;
  • green value is 89;
  • blue value is 159.
RGB:
(100,89,159)
(39%,35%,62%)

RGB channels and saturation

R 100 of 255 = 39%
G 89 of 255 = 35%
B 159 of 255 = 62%

100
89
159

R + G + B ~ 45%. #64599F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 89 + 159 = 348 (100%)
R 100 of 348 ~ 28.74%
G 89 of 348 ~ 25.57%
B 159 of 348 ~ 45.69%

%28.74
%25.57
%45.69

CMYK color model

#64599F color CMYK value is (37,44,0,38).

  • cyan value is 37.11%
  • magenta value is 44.03%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(37,44,0,38)
C37M44Y0K38 
(37%,44%,0%,38%)
(0.37/0.44/0.00/0.38)	

CMYK percentages

%37.11
%44.03
%0
%37.65

Codes

Color #64599F in popluar color models

64599F
RGB10089159
HSL249°28.23%48.63%
HSB/HSV249°44.03%62.35%
CMYK37.11%44.03%0.00%
37.65%

Color #64599F in popluar number systems.

HEX64599F
Decimal10089159
Binary1100100101100110011111
Octal144131237

Shades and tints

Shades of #64599F

#64599F
(100,89,159)
#5B5191
(91,81,145)
#524983
(82,73,131)
#494175
(73,65,117)
#403967
(64,57,103)
#373159
(55,49,89)
#2E294B
(46,41,75)
#25213D
(37,33,61)
#1C192F
(28,25,47)
#131121
(19,17,33)
#0A0913
(10,9,19)
#000000
(0,0,0)

Tints of #64599F

#64599F
(100,89,159)
#7268A7
(114,104,167)
#8077AF
(128,119,175)
#8E86B7
(142,134,183)
#9C95BF
(156,149,191)
#AAA4C7
(170,164,199)
#B8B3CF
(184,179,207)
#C6C2D7
(198,194,215)
#D4D1DF
(212,209,223)
#E2E0E7
(226,224,231)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64599F color. Also use rgb(100,89,159) instead hex code.

Text Font Color

.myTextColor { color: #64599F; }

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

This text font color is #64599F.


Background Color

.myBgColor { background-color: #64599F; }

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

This div background color is #64599F.


Border color

.myBorderColor { border: 1px solid #64599F; }

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

This div border color is #64599F.


Opacity

.myOpacity80 { color: #64599F; opacity: 0.8; }

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

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

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

This text has shadow with #64599F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64599F on black background.


Color preview on white background

This text has color #64599F on white background.



Black color preview on #64599F background

This text has black color on #64599F background.


White color preview on #64599F background

This text has white color on #64599F background.