COLOR #647996

HEX: #647996
RGB: (100,121,150)

Color info

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

RGB color model

#647996 color RGB value is (100,121,150).

  • red value is 100;
  • green value is 121;
  • blue value is 150.
RGB:
(100,121,150)
(39%,47%,59%)

RGB channels and saturation

R 100 of 255 = 39%
G 121 of 255 = 47%
B 150 of 255 = 59%

100
121
150

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

Portions of RGB colors in percentages

R + G + B =
100 + 121 + 150 = 371 (100%)
R 100 of 371 ~ 26.95%
G 121 of 371 ~ 32.61%
B 150 of 371 ~ 40.43%

%26.95
%32.61
%40.43

CMYK color model

#647996 color CMYK value is (33,19,0,41).

  • cyan value is 33.33%
  • magenta value is 19.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(33,19,0,41)
C33M19Y0K41 
(33%,19%,0%,41%)
(0.33/0.19/0.00/0.41)	

CMYK percentages

%33.33
%19.33
%0
%41.18

Codes

Color #647996 in popluar color models

647996
RGB100121150
HSL215°20.00%49.02%
HSB/HSV215°33.33%58.82%
CMYK33.33%19.33%0.00%
41.18%

Color #647996 in popluar number systems.

HEX647996
Decimal100121150
Binary1100100111100110010110
Octal144171226

Shades and tints

Shades of #647996

#647996
(100,121,150)
#5B6E89
(91,110,137)
#52637C
(82,99,124)
#49586F
(73,88,111)
#404D62
(64,77,98)
#374255
(55,66,85)
#2E3748
(46,55,72)
#252C3B
(37,44,59)
#1C212E
(28,33,46)
#131621
(19,22,33)
#0A0B14
(10,11,20)
#000000
(0,0,0)

Tints of #647996

#647996
(100,121,150)
#72859F
(114,133,159)
#8091A8
(128,145,168)
#8E9DB1
(142,157,177)
#9CA9BA
(156,169,186)
#AAB5C3
(170,181,195)
#B8C1CC
(184,193,204)
#C6CDD5
(198,205,213)
#D4D9DE
(212,217,222)
#E2E5E7
(226,229,231)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647996 color. Also use rgb(100,121,150) instead hex code.

Text Font Color

.myTextColor { color: #647996; }

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

This text font color is #647996.


Background Color

.myBgColor { background-color: #647996; }

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

This div background color is #647996.


Border color

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

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

This div border color is #647996.


Opacity

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

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

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

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

This text has shadow with #647996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647996 on black background.


Color preview on white background

This text has color #647996 on white background.



Black color preview on #647996 background

This text has black color on #647996 background.


White color preview on #647996 background

This text has white color on #647996 background.