COLOR #646C87

HEX: #646C87 RGB: (100,108,135)

Color info

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

RGB color model

#646C87 color RGB value is (100,108,135).

RGB: (100,108,135) (39%, 42%, 53%)

RGB channels and saturation

R 100 of 255 = 39%
G 108 of 255 = 42%
B 135 of 255 = 53%

100
108
135

R + G + B ~ 45%. #646C87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 108 + 135 = 343 (100%)
R 100 of 343 ~ 29.15%
G 108 of 343 ~ 31.49%
B 135 of 343 ~ 39.36'%

%29.15
%31.49
%39.36

CMYK color model

#646C87 color CMYK value is (26,20,0,47).

  • cyan value is 25.93%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (26,20,0,47)
C26M20Y0K47 (26%, 20%, 0%, 47%)
(0.26 / 0.20 / 0.00 / 0.47)

CMYK percentages

%25.93
%20
%0
%47.06

Codes

Color #646C87 in popluar color models

64 6C 87
RGB 100 108 135
HSL 226° 14.89% 46.08%
HSB/HSV 226° 25.93% 52.94%
CMYK 25.93% 20.00% 0.00%
47.06%

Color #646C87 in popluar number systems.

HEX 64 6C 87
Decimal 100 108 135
Binary 1100100 1101100 10000111
Octal 144 154 207

Shades and tints

Shades of #646C87

#646C87
(100,108,135)
#5B637B
(91,99,123)
#525A6F
(82,90,111)
#495163
(73,81,99)
#404857
(64,72,87)
#373F4B
(55,63,75)
#2E363F
(46,54,63)
#252D33
(37,45,51)
#1C2427
(28,36,39)
#131B1B
(19,27,27)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #646C87

#646C87
(100,108,135)
#727991
(114,121,145)
#80869B
(128,134,155)
#8E93A5
(142,147,165)
#9CA0AF
(156,160,175)
#AAADB9
(170,173,185)
#B8BAC3
(184,186,195)
#C6C7CD
(198,199,205)
#D4D4D7
(212,212,215)
#E2E1E1
(226,225,225)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646C87; }

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

This text font color is #646C87.

Background Color

.myBgColor { background-color: #646C87; }

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

This div background color is #646C87.

Border color

.myBorderColor { border: 1px solid #646C87; }

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

This div border color is #646C87.

Opacity

.myOpacity80 { color: #646C87; opacity: 0.8; }

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

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

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

This text has shadow with #646C87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #646C87.

Preview

Color preview on black background

This text has color #646C87 on black background.


Color preview on white background

This text has color #646C87 on white background.


Black color preview on #646C87 background

This text has black color on #646C87 background.


White color preview on #646C87 background

This text has white color on #646C87 background.


Related colors

Complementary color

Complementary color for #hex is #9B9378.


I love getcolorcode.com

Triadic colors

1 #87646C and #6C8764 with #646C87 are triadic colors.

2 #876C64 and #6C6487 with #646C87 are triadic colors.