COLOR #647887

HEX: #647887
RGB: (100,120,135)

Color info

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

RGB color model

#647887 color RGB value is (100,120,135).

  • red value is 100;
  • green value is 120;
  • blue value is 135.
RGB:
(100,120,135)
(39%,47%,53%)

RGB channels and saturation

R 100 of 255 = 39%
G 120 of 255 = 47%
B 135 of 255 = 53%

100
120
135

R + G + B ~ 46%. #647887 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 120 + 135 = 355 (100%)
R 100 of 355 ~ 28.17%
G 120 of 355 ~ 33.8%
B 135 of 355 ~ 38.03%

%28.17
%33.8
%38.03

CMYK color model

#647887 color CMYK value is (26,11,0,47).

  • cyan value is 25.93%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(26,11,0,47)
C26M11Y0K47 
(26%,11%,0%,47%)
(0.26/0.11/0.00/0.47)	

CMYK percentages

%25.93
%11.11
%0
%47.06

Codes

Color #647887 in popluar color models

647887
RGB100120135
HSL206°14.89%46.08%
HSB/HSV206°25.93%52.94%
CMYK25.93%11.11%0.00%
47.06%

Color #647887 in popluar number systems.

HEX647887
Decimal100120135
Binary1100100111100010000111
Octal144170207

Shades and tints

Shades of #647887

#647887
(100,120,135)
#5B6E7B
(91,110,123)
#52646F
(82,100,111)
#495A63
(73,90,99)
#405057
(64,80,87)
#37464B
(55,70,75)
#2E3C3F
(46,60,63)
#253233
(37,50,51)
#1C2827
(28,40,39)
#131E1B
(19,30,27)
#0A140F
(10,20,15)
#000000
(0,0,0)

Tints of #647887

#647887
(100,120,135)
#728491
(114,132,145)
#80909B
(128,144,155)
#8E9CA5
(142,156,165)
#9CA8AF
(156,168,175)
#AAB4B9
(170,180,185)
#B8C0C3
(184,192,195)
#C6CCCD
(198,204,205)
#D4D8D7
(212,216,215)
#E2E4E1
(226,228,225)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647887 color. Also use rgb(100,120,135) instead hex code.

Text Font Color

.myTextColor { color: #647887; }

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

This text font color is #647887.


Background Color

.myBgColor { background-color: #647887; }

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

This div background color is #647887.


Border color

.myBorderColor { border: 1px solid #647887; }

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

This div border color is #647887.


Opacity

.myOpacity80 { color: #647887; opacity: 0.8; }

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

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

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

This text has shadow with #647887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647887 on black background.


Color preview on white background

This text has color #647887 on white background.



Black color preview on #647887 background

This text has black color on #647887 background.


White color preview on #647887 background

This text has white color on #647887 background.