COLOR #64719B

HEX: #64719B
RGB: (100,113,155)

Color info

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

RGB color model

#64719B color RGB value is (100,113,155).

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

RGB channels and saturation

R 100 of 255 = 39%
G 113 of 255 = 44%
B 155 of 255 = 61%

100
113
155

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

Portions of RGB colors in percentages

R + G + B =
100 + 113 + 155 = 368 (100%)
R 100 of 368 ~ 27.17%
G 113 of 368 ~ 30.71%
B 155 of 368 ~ 42.12%

%27.17
%30.71
%42.12

CMYK color model

#64719B color CMYK value is (35,27,0,39).

  • cyan value is 35.48%
  • magenta value is 27.10%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(35,27,0,39)
C35M27Y0K39 
(35%,27%,0%,39%)
(0.35/0.27/0.00/0.39)	

CMYK percentages

%35.48
%27.1
%0
%39.22

Codes

Color #64719B in popluar color models

64719B
RGB100113155
HSL226°21.57%50.00%
HSB/HSV226°35.48%60.78%
CMYK35.48%27.10%0.00%
39.22%

Color #64719B in popluar number systems.

HEX64719B
Decimal100113155
Binary1100100111000110011011
Octal144161233

Shades and tints

Shades of #64719B

#64719B
(100,113,155)
#5B678D
(91,103,141)
#525D7F
(82,93,127)
#495371
(73,83,113)
#404963
(64,73,99)
#373F55
(55,63,85)
#2E3547
(46,53,71)
#252B39
(37,43,57)
#1C212B
(28,33,43)
#13171D
(19,23,29)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #64719B

#64719B
(100,113,155)
#727DA4
(114,125,164)
#8089AD
(128,137,173)
#8E95B6
(142,149,182)
#9CA1BF
(156,161,191)
#AAADC8
(170,173,200)
#B8B9D1
(184,185,209)
#C6C5DA
(198,197,218)
#D4D1E3
(212,209,227)
#E2DDEC
(226,221,236)
#F0E9F5
(240,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64719B; }

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

This text font color is #64719B.


Background Color

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

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

This div background color is #64719B.


Border color

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

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

This div border color is #64719B.


Opacity

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

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

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

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

This text has shadow with #64719B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64719B on black background.


Color preview on white background

This text has color #64719B on white background.



Black color preview on #64719B background

This text has black color on #64719B background.


White color preview on #64719B background

This text has white color on #64719B background.