COLOR #647C99

HEX: #647C99 RGB: (100,124,153)

Color info

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

RGB color model

#647C99 color RGB value is (100,124,153).

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

RGB channels and saturation

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

100
124
153

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

Portions of RGB colors in percentages

R + G + B = 100 + 124 + 153 = 377 (100%)
R 100 of 377 ~ 26.53%
G 124 of 377 ~ 32.89%
B 153 of 377 ~ 40.58'%

%26.53
%32.89
%40.58

CMYK color model

#647C99 color CMYK value is (35,19,0,40).

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

CMYK: (35,19,0,40)
C35M19Y0K40 (35%, 19%, 0%, 40%)
(0.35 / 0.19 / 0.00 / 0.40)

CMYK percentages

%34.64
%18.95
%0
%40

Codes

Color #647C99 in popluar color models

64 7C 99
RGB 100 124 153
HSL 213° 20.95% 49.61%
HSB/HSV 213° 34.64% 60.00%
CMYK 34.64% 18.95% 0.00%
40.00%

Color #647C99 in popluar number systems.

HEX 64 7C 99
Decimal 100 124 153
Binary 1100100 1111100 10011001
Octal 144 174 231

Shades and tints

Shades of #647C99

#647C99
(100,124,153)
#5B718C
(91,113,140)
#52667F
(82,102,127)
#495B72
(73,91,114)
#405065
(64,80,101)
#374558
(55,69,88)
#2E3A4B
(46,58,75)
#252F3E
(37,47,62)
#1C2431
(28,36,49)
#131924
(19,25,36)
#0A0E17
(10,14,23)
#000000
(0,0,0)

Tints of #647C99

#647C99
(100,124,153)
#7287A2
(114,135,162)
#8092AB
(128,146,171)
#8E9DB4
(142,157,180)
#9CA8BD
(156,168,189)
#AAB3C6
(170,179,198)
#B8BECF
(184,190,207)
#C6C9D8
(198,201,216)
#D4D4E1
(212,212,225)
#E2DFEA
(226,223,234)
#F0EAF3
(240,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647C99; }

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

This text font color is #647C99.

Background Color

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

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

This div background color is #647C99.

Border color

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

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

This div border color is #647C99.

Opacity

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

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

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

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

This text has shadow with #647C99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #647C99.

Preview

Color preview on black background

This text has color #647C99 on black background.


Color preview on white background

This text has color #647C99 on white background.


Black color preview on #647C99 background

This text has black color on #647C99 background.


White color preview on #647C99 background

This text has white color on #647C99 background.


Related colors

Complementary color

Complementary color for #hex is #9B8366.


I love getcolorcode.com

Triadic colors

1 #99647C and #7C9964 with #647C99 are triadic colors.

2 #997C64 and #7C6499 with #647C99 are triadic colors.