COLOR #64849F

HEX: #64849F
RGB: (100,132,159)

Color info

#64849F contains red, green and blue colors in about the same proportion. Web safe color of #64849F is #669999 (or #699).

RGB color model

#64849F color RGB value is (100,132,159).

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

RGB channels and saturation

R 100 of 255 = 39%
G 132 of 255 = 52%
B 159 of 255 = 62%

100
132
159

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

Portions of RGB colors in percentages

R + G + B =
100 + 132 + 159 = 391 (100%)
R 100 of 391 ~ 25.58%
G 132 of 391 ~ 33.76%
B 159 of 391 ~ 40.66%

%25.58
%33.76
%40.66

CMYK color model

#64849F color CMYK value is (37,17,0,38).

  • cyan value is 37.11%
  • magenta value is 16.98%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(37,17,0,38)
C37M17Y0K38 
(37%,17%,0%,38%)
(0.37/0.17/0.00/0.38)	

CMYK percentages

%37.11
%16.98
%0
%37.65

Codes

Color #64849F in popluar color models

64849F
RGB100132159
HSL207°23.51%50.78%
HSB/HSV207°37.11%62.35%
CMYK37.11%16.98%0.00%
37.65%

Color #64849F in popluar number systems.

HEX64849F
Decimal100132159
Binary11001001000010010011111
Octal144204237

Shades and tints

Shades of #64849F

#64849F
(100,132,159)
#5B7891
(91,120,145)
#526C83
(82,108,131)
#496075
(73,96,117)
#405467
(64,84,103)
#374859
(55,72,89)
#2E3C4B
(46,60,75)
#25303D
(37,48,61)
#1C242F
(28,36,47)
#131821
(19,24,33)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #64849F

#64849F
(100,132,159)
#728FA7
(114,143,167)
#809AAF
(128,154,175)
#8EA5B7
(142,165,183)
#9CB0BF
(156,176,191)
#AABBC7
(170,187,199)
#B8C6CF
(184,198,207)
#C6D1D7
(198,209,215)
#D4DCDF
(212,220,223)
#E2E7E7
(226,231,231)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64849F; }

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

This text font color is #64849F.


Background Color

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

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

This div background color is #64849F.


Border color

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

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

This div border color is #64849F.


Opacity

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

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

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

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

This text has shadow with #64849F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64849F on black background.


Color preview on white background

This text has color #64849F on white background.



Black color preview on #64849F background

This text has black color on #64849F background.


White color preview on #64849F background

This text has white color on #64849F background.