COLOR #647E9C

HEX: #647E9C
RGB: (100,126,156)

Color info

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

RGB color model

#647E9C color RGB value is (100,126,156).

  • red value is 100;
  • green value is 126;
  • blue value is 156.
RGB:
(100,126,156)
(39%,49%,61%)

RGB channels and saturation

R 100 of 255 = 39%
G 126 of 255 = 49%
B 156 of 255 = 61%

100
126
156

R + G + B ~ 50%. #647E9C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 126 + 156 = 382 (100%)
R 100 of 382 ~ 26.18%
G 126 of 382 ~ 32.98%
B 156 of 382 ~ 40.84%

%26.18
%32.98
%40.84

CMYK color model

#647E9C color CMYK value is (36,19,0,39).

  • cyan value is 35.90%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(36,19,0,39)
C36M19Y0K39 
(36%,19%,0%,39%)
(0.36/0.19/0.00/0.39)	

CMYK percentages

%35.9
%19.23
%0
%38.82

Codes

Color #647E9C in popluar color models

647E9C
RGB100126156
HSL212°22.05%50.20%
HSB/HSV212°35.90%61.18%
CMYK35.90%19.23%0.00%
38.82%

Color #647E9C in popluar number systems.

HEX647E9C
Decimal100126156
Binary1100100111111010011100
Octal144176234

Shades and tints

Shades of #647E9C

#647E9C
(100,126,156)
#5B738E
(91,115,142)
#526880
(82,104,128)
#495D72
(73,93,114)
#405264
(64,82,100)
#374756
(55,71,86)
#2E3C48
(46,60,72)
#25313A
(37,49,58)
#1C262C
(28,38,44)
#131B1E
(19,27,30)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #647E9C

#647E9C
(100,126,156)
#7289A5
(114,137,165)
#8094AE
(128,148,174)
#8E9FB7
(142,159,183)
#9CAAC0
(156,170,192)
#AAB5C9
(170,181,201)
#B8C0D2
(184,192,210)
#C6CBDB
(198,203,219)
#D4D6E4
(212,214,228)
#E2E1ED
(226,225,237)
#F0ECF6
(240,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647E9C color. Also use rgb(100,126,156) instead hex code.

Text Font Color

.myTextColor { color: #647E9C; }

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

This text font color is #647E9C.


Background Color

.myBgColor { background-color: #647E9C; }

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

This div background color is #647E9C.


Border color

.myBorderColor { border: 1px solid #647E9C; }

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

This div border color is #647E9C.


Opacity

.myOpacity80 { color: #647E9C; opacity: 0.8; }

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

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

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

This text has shadow with #647E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647E9C on black background.


Color preview on white background

This text has color #647E9C on white background.



Black color preview on #647E9C background

This text has black color on #647E9C background.


White color preview on #647E9C background

This text has white color on #647E9C background.