COLOR #647EAD

HEX: #647EAD
RGB: (100,126,173)

Color info

#647EAD contains mainly green and blue colors. Web safe color of #647EAD is #666699 (or #669).

RGB color model

#647EAD color RGB value is (100,126,173).

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

RGB channels and saturation

R 100 of 255 = 39%
G 126 of 255 = 49%
B 173 of 255 = 68%

100
126
173

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

Portions of RGB colors in percentages

R + G + B =
100 + 126 + 173 = 399 (100%)
R 100 of 399 ~ 25.06%
G 126 of 399 ~ 31.58%
B 173 of 399 ~ 43.36%

%25.06
%31.58
%43.36

CMYK color model

#647EAD color CMYK value is (42,27,0,32).

  • cyan value is 42.20%
  • magenta value is 27.17%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(42,27,0,32)
C42M27Y0K32 
(42%,27%,0%,32%)
(0.42/0.27/0.00/0.32)	

CMYK percentages

%42.2
%27.17
%0
%32.16

Codes

Color #647EAD in popluar color models

647EAD
RGB100126173
HSL219°30.80%53.53%
HSB/HSV219°42.20%67.84%
CMYK42.20%27.17%0.00%
32.16%

Color #647EAD in popluar number systems.

HEX647EAD
Decimal100126173
Binary1100100111111010101101
Octal144176255

Shades and tints

Shades of #647EAD

#647EAD
(100,126,173)
#5B739E
(91,115,158)
#52688F
(82,104,143)
#495D80
(73,93,128)
#405271
(64,82,113)
#374762
(55,71,98)
#2E3C53
(46,60,83)
#253144
(37,49,68)
#1C2635
(28,38,53)
#131B26
(19,27,38)
#0A1017
(10,16,23)
#000000
(0,0,0)

Tints of #647EAD

#647EAD
(100,126,173)
#7289B4
(114,137,180)
#8094BB
(128,148,187)
#8E9FC2
(142,159,194)
#9CAAC9
(156,170,201)
#AAB5D0
(170,181,208)
#B8C0D7
(184,192,215)
#C6CBDE
(198,203,222)
#D4D6E5
(212,214,229)
#E2E1EC
(226,225,236)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647EAD; }

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

This text font color is #647EAD.


Background Color

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

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

This div background color is #647EAD.


Border color

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

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

This div border color is #647EAD.


Opacity

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

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

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

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

This text has shadow with #647EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647EAD on black background.


Color preview on white background

This text has color #647EAD on white background.



Black color preview on #647EAD background

This text has black color on #647EAD background.


White color preview on #647EAD background

This text has white color on #647EAD background.