COLOR #647E99

HEX: #647E99 RGB: (100,126,153)

Color info

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

RGB color model

#647E99 color RGB value is (100,126,153).

RGB: (100,126,153) (39%, 49%, 60%)

RGB channels and saturation

R 100 of 255 = 39%
G 126 of 255 = 49%
B 153 of 255 = 60%

100
126
153

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

Portions of RGB colors in percentages

R + G + B = 100 + 126 + 153 = 379 (100%)
R 100 of 379 ~ 26.39%
G 126 of 379 ~ 33.25%
B 153 of 379 ~ 40.37'%

%26.39
%33.25
%40.37

CMYK color model

#647E99 color CMYK value is (35,18,0,40).

  • cyan value is 34.64%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (35,18,0,40)
C35M18Y0K40 (35%, 18%, 0%, 40%)
(0.35 / 0.18 / 0.00 / 0.40)

CMYK percentages

%34.64
%17.65
%0
%40

Codes

Color #647E99 in popluar color models

64 7E 99
RGB 100 126 153
HSL 211° 20.95% 49.61%
HSB/HSV 211° 34.64% 60.00%
CMYK 34.64% 17.65% 0.00%
40.00%

Color #647E99 in popluar number systems.

HEX 64 7E 99
Decimal 100 126 153
Binary 1100100 1111110 10011001
Octal 144 176 231

Shades and tints

Shades of #647E99

#647E99
(100,126,153)
#5B738C
(91,115,140)
#52687F
(82,104,127)
#495D72
(73,93,114)
#405265
(64,82,101)
#374758
(55,71,88)
#2E3C4B
(46,60,75)
#25313E
(37,49,62)
#1C2631
(28,38,49)
#131B24
(19,27,36)
#0A1017
(10,16,23)
#000000
(0,0,0)

Tints of #647E99

#647E99
(100,126,153)
#7289A2
(114,137,162)
#8094AB
(128,148,171)
#8E9FB4
(142,159,180)
#9CAABD
(156,170,189)
#AAB5C6
(170,181,198)
#B8C0CF
(184,192,207)
#C6CBD8
(198,203,216)
#D4D6E1
(212,214,225)
#E2E1EA
(226,225,234)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647E99; }

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

This text font color is #647E99.

Background Color

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

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

This div background color is #647E99.

Border color

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

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

This div border color is #647E99.

Opacity

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

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

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

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

This text has shadow with #647E99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #647E99.

Preview

Color preview on black background

This text has color #647E99 on black background.


Color preview on white background

This text has color #647E99 on white background.


Black color preview on #647E99 background

This text has black color on #647E99 background.


White color preview on #647E99 background

This text has white color on #647E99 background.


Related colors

Complementary color

Complementary color for #hex is #9B8166.


I love getcolorcode.com

Triadic colors

1 #99647E and #7E9964 with #647E99 are triadic colors.

2 #997E64 and #7E6499 with #647E99 are triadic colors.