COLOR #646989

HEX: #646989
RGB: (100,105,137)

Color info

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

RGB color model

#646989 color RGB value is (100,105,137).

  • red value is 100;
  • green value is 105;
  • blue value is 137.
RGB:
(100,105,137)
(39%,41%,54%)

RGB channels and saturation

R 100 of 255 = 39%
G 105 of 255 = 41%
B 137 of 255 = 54%

100
105
137

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

Portions of RGB colors in percentages

R + G + B =
100 + 105 + 137 = 342 (100%)
R 100 of 342 ~ 29.24%
G 105 of 342 ~ 30.7%
B 137 of 342 ~ 40.06%

%29.24
%30.7
%40.06

CMYK color model

#646989 color CMYK value is (27,23,0,46).

  • cyan value is 27.01%
  • magenta value is 23.36%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(27,23,0,46)
C27M23Y0K46 
(27%,23%,0%,46%)
(0.27/0.23/0.00/0.46)	

CMYK percentages

%27.01
%23.36
%0
%46.27

Codes

Color #646989 in popluar color models

646989
RGB100105137
HSL232°15.61%46.47%
HSB/HSV232°27.01%53.73%
CMYK27.01%23.36%0.00%
46.27%

Color #646989 in popluar number systems.

HEX646989
Decimal100105137
Binary1100100110100110001001
Octal144151211

Shades and tints

Shades of #646989

#646989
(100,105,137)
#5B607D
(91,96,125)
#525771
(82,87,113)
#494E65
(73,78,101)
#404559
(64,69,89)
#373C4D
(55,60,77)
#2E3341
(46,51,65)
#252A35
(37,42,53)
#1C2129
(28,33,41)
#13181D
(19,24,29)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #646989

#646989
(100,105,137)
#727693
(114,118,147)
#80839D
(128,131,157)
#8E90A7
(142,144,167)
#9C9DB1
(156,157,177)
#AAAABB
(170,170,187)
#B8B7C5
(184,183,197)
#C6C4CF
(198,196,207)
#D4D1D9
(212,209,217)
#E2DEE3
(226,222,227)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646989 color. Also use rgb(100,105,137) instead hex code.

Text Font Color

.myTextColor { color: #646989; }

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

This text font color is #646989.


Background Color

.myBgColor { background-color: #646989; }

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

This div background color is #646989.


Border color

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

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

This div border color is #646989.


Opacity

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

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

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

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

This text has shadow with #646989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646989 on black background.


Color preview on white background

This text has color #646989 on white background.



Black color preview on #646989 background

This text has black color on #646989 background.


White color preview on #646989 background

This text has white color on #646989 background.