COLOR #64719E

HEX: #64719E
RGB: (100,113,158)

Color info

#64719E contains red, green and blue colors in about the same proportion. Web safe color of #64719E is #666699 (or #669).

RGB color model

#64719E color RGB value is (100,113,158).

  • red value is 100;
  • green value is 113;
  • blue value is 158.
RGB:
(100,113,158)
(39%,44%,62%)

RGB channels and saturation

R 100 of 255 = 39%
G 113 of 255 = 44%
B 158 of 255 = 62%

100
113
158

R + G + B ~ 48%. #64719E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 113 + 158 = 371 (100%)
R 100 of 371 ~ 26.95%
G 113 of 371 ~ 30.46%
B 158 of 371 ~ 42.59%

%26.95
%30.46
%42.59

CMYK color model

#64719E color CMYK value is (37,28,0,38).

  • cyan value is 36.71%
  • magenta value is 28.48%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(37,28,0,38)
C37M28Y0K38 
(37%,28%,0%,38%)
(0.37/0.28/0.00/0.38)	

CMYK percentages

%36.71
%28.48
%0
%38.04

Codes

Color #64719E in popluar color models

64719E
RGB100113158
HSL227°23.02%50.59%
HSB/HSV227°36.71%61.96%
CMYK36.71%28.48%0.00%
38.04%

Color #64719E in popluar number systems.

HEX64719E
Decimal100113158
Binary1100100111000110011110
Octal144161236

Shades and tints

Shades of #64719E

#64719E
(100,113,158)
#5B6790
(91,103,144)
#525D82
(82,93,130)
#495374
(73,83,116)
#404966
(64,73,102)
#373F58
(55,63,88)
#2E354A
(46,53,74)
#252B3C
(37,43,60)
#1C212E
(28,33,46)
#131720
(19,23,32)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #64719E

#64719E
(100,113,158)
#727DA6
(114,125,166)
#8089AE
(128,137,174)
#8E95B6
(142,149,182)
#9CA1BE
(156,161,190)
#AAADC6
(170,173,198)
#B8B9CE
(184,185,206)
#C6C5D6
(198,197,214)
#D4D1DE
(212,209,222)
#E2DDE6
(226,221,230)
#F0E9EE
(240,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64719E color. Also use rgb(100,113,158) instead hex code.

Text Font Color

.myTextColor { color: #64719E; }

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

This text font color is #64719E.


Background Color

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

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

This div background color is #64719E.


Border color

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

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

This div border color is #64719E.


Opacity

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

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

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

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

This text has shadow with #64719E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64719E on black background.


Color preview on white background

This text has color #64719E on white background.



Black color preview on #64719E background

This text has black color on #64719E background.


White color preview on #64719E background

This text has white color on #64719E background.