COLOR #647494

HEX: #647494
RGB: (100,116,148)

Color info

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

RGB color model

#647494 color RGB value is (100,116,148).

  • red value is 100;
  • green value is 116;
  • blue value is 148.
RGB:
(100,116,148)
(39%,45%,58%)

RGB channels and saturation

R 100 of 255 = 39%
G 116 of 255 = 45%
B 148 of 255 = 58%

100
116
148

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

Portions of RGB colors in percentages

R + G + B =
100 + 116 + 148 = 364 (100%)
R 100 of 364 ~ 27.47%
G 116 of 364 ~ 31.87%
B 148 of 364 ~ 40.66%

%27.47
%31.87
%40.66

CMYK color model

#647494 color CMYK value is (32,22,0,42).

  • cyan value is 32.43%
  • magenta value is 21.62%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(32,22,0,42)
C32M22Y0K42 
(32%,22%,0%,42%)
(0.32/0.22/0.00/0.42)	

CMYK percentages

%32.43
%21.62
%0
%41.96

Codes

Color #647494 in popluar color models

647494
RGB100116148
HSL220°19.35%48.63%
HSB/HSV220°32.43%58.04%
CMYK32.43%21.62%0.00%
41.96%

Color #647494 in popluar number systems.

HEX647494
Decimal100116148
Binary1100100111010010010100
Octal144164224

Shades and tints

Shades of #647494

#647494
(100,116,148)
#5B6A87
(91,106,135)
#52607A
(82,96,122)
#49566D
(73,86,109)
#404C60
(64,76,96)
#374253
(55,66,83)
#2E3846
(46,56,70)
#252E39
(37,46,57)
#1C242C
(28,36,44)
#131A1F
(19,26,31)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #647494

#647494
(100,116,148)
#72809D
(114,128,157)
#808CA6
(128,140,166)
#8E98AF
(142,152,175)
#9CA4B8
(156,164,184)
#AAB0C1
(170,176,193)
#B8BCCA
(184,188,202)
#C6C8D3
(198,200,211)
#D4D4DC
(212,212,220)
#E2E0E5
(226,224,229)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647494 color. Also use rgb(100,116,148) instead hex code.

Text Font Color

.myTextColor { color: #647494; }

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

This text font color is #647494.


Background Color

.myBgColor { background-color: #647494; }

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

This div background color is #647494.


Border color

.myBorderColor { border: 1px solid #647494; }

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

This div border color is #647494.


Opacity

.myOpacity80 { color: #647494; opacity: 0.8; }

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

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

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

This text has shadow with #647494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647494 on black background.


Color preview on white background

This text has color #647494 on white background.



Black color preview on #647494 background

This text has black color on #647494 background.


White color preview on #647494 background

This text has white color on #647494 background.