COLOR #64197E

HEX: #64197E
RGB: (100,25,126)

Color info

#64197E contains mainly red and blue colors. Web safe color of #64197E is #660066 (or #606).

RGB color model

#64197E color RGB value is (100,25,126).

  • red value is 100;
  • green value is 25;
  • blue value is 126.
RGB:
(100,25,126)
(39%,10%,49%)

RGB channels and saturation

R 100 of 255 = 39%
G 25 of 255 = 10%
B 126 of 255 = 49%

100
25
126

R + G + B ~ 33%. #64197E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 25 + 126 = 251 (100%)
R 100 of 251 ~ 39.84%
G 25 of 251 ~ 9.96%
B 126 of 251 ~ 50.2%

%39.84
%9.96
%50.2

CMYK color model

#64197E color CMYK value is (21,80,0,51).

  • cyan value is 20.63%
  • magenta value is 80.16%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(21,80,0,51)
C21M80Y0K51 
(21%,80%,0%,51%)
(0.21/0.80/0.00/0.51)	

CMYK percentages

%20.63
%80.16
%0
%50.59

Codes

Color #64197E in popluar color models

64197E
RGB10025126
HSL285°66.89%29.61%
HSB/HSV285°80.16%49.41%
CMYK20.63%80.16%0.00%
50.59%

Color #64197E in popluar number systems.

HEX64197E
Decimal10025126
Binary1100100110011111110
Octal14431176

Shades and tints

Shades of #64197E

#64197E
(100,25,126)
#5B1773
(91,23,115)
#521568
(82,21,104)
#49135D
(73,19,93)
#401152
(64,17,82)
#370F47
(55,15,71)
#2E0D3C
(46,13,60)
#250B31
(37,11,49)
#1C0926
(28,9,38)
#13071B
(19,7,27)
#0A0510
(10,5,16)
#000000
(0,0,0)

Tints of #64197E

#64197E
(100,25,126)
#722D89
(114,45,137)
#804194
(128,65,148)
#8E559F
(142,85,159)
#9C69AA
(156,105,170)
#AA7DB5
(170,125,181)
#B891C0
(184,145,192)
#C6A5CB
(198,165,203)
#D4B9D6
(212,185,214)
#E2CDE1
(226,205,225)
#F0E1EC
(240,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64197E color. Also use rgb(100,25,126) instead hex code.

Text Font Color

.myTextColor { color: #64197E; }

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

This text font color is #64197E.


Background Color

.myBgColor { background-color: #64197E; }

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

This div background color is #64197E.


Border color

.myBorderColor { border: 1px solid #64197E; }

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

This div border color is #64197E.


Opacity

.myOpacity80 { color: #64197E; opacity: 0.8; }

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

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

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

This text has shadow with #64197E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64197E on black background.


Color preview on white background

This text has color #64197E on white background.



Black color preview on #64197E background

This text has black color on #64197E background.


White color preview on #64197E background

This text has white color on #64197E background.