COLOR #647F96

HEX: #647F96 RGB: (100,127,150)

Color info

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

RGB color model

#647F96 color RGB value is (100,127,150).

RGB: (100,127,150) (39%, 50%, 59%)

RGB channels and saturation

R 100 of 255 = 39%
G 127 of 255 = 50%
B 150 of 255 = 59%

100
127
150

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

Portions of RGB colors in percentages

R + G + B = 100 + 127 + 150 = 377 (100%)
R 100 of 377 ~ 26.53%
G 127 of 377 ~ 33.69%
B 150 of 377 ~ 39.79'%

%26.53
%33.69
%39.79

CMYK color model

#647F96 color CMYK value is (33,15,0,41).

  • cyan value is 33.33%
  • magenta value is 15.33%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (33,15,0,41)
C33M15Y0K41 (33%, 15%, 0%, 41%)
(0.33 / 0.15 / 0.00 / 0.41)

CMYK percentages

%33.33
%15.33
%0
%41.18

Codes

Color #647F96 in popluar color models

64 7F 96
RGB 100 127 150
HSL 208° 20.00% 49.02%
HSB/HSV 208° 33.33% 58.82%
CMYK 33.33% 15.33% 0.00%
41.18%

Color #647F96 in popluar number systems.

HEX 64 7F 96
Decimal 100 127 150
Binary 1100100 1111111 10010110
Octal 144 177 226

Shades and tints

Shades of #647F96

#647F96
(100,127,150)
#5B7489
(91,116,137)
#52697C
(82,105,124)
#495E6F
(73,94,111)
#405362
(64,83,98)
#374855
(55,72,85)
#2E3D48
(46,61,72)
#25323B
(37,50,59)
#1C272E
(28,39,46)
#131C21
(19,28,33)
#0A1114
(10,17,20)
#000000
(0,0,0)

Tints of #647F96

#647F96
(100,127,150)
#728A9F
(114,138,159)
#8095A8
(128,149,168)
#8EA0B1
(142,160,177)
#9CABBA
(156,171,186)
#AAB6C3
(170,182,195)
#B8C1CC
(184,193,204)
#C6CCD5
(198,204,213)
#D4D7DE
(212,215,222)
#E2E2E7
(226,226,231)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647F96; }

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

This text font color is #647F96.

Background Color

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

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

This div background color is #647F96.

Border color

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

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

This div border color is #647F96.

Opacity

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

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

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

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

This text has shadow with #647F96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #647F96.

Preview

Color preview on black background

This text has color #647F96 on black background.


Color preview on white background

This text has color #647F96 on white background.


Black color preview on #647F96 background

This text has black color on #647F96 background.


White color preview on #647F96 background

This text has white color on #647F96 background.


Related colors

Complementary color

Complementary color for #hex is #9B8069.


I love getcolorcode.com

Triadic colors

1 #96647F and #7F9664 with #647F96 are triadic colors.

2 #967F64 and #7F6496 with #647F96 are triadic colors.