COLOR #646D8D

HEX: #646D8D
RGB: (100,109,141)

Color info

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

RGB color model

#646D8D color RGB value is (100,109,141).

  • red value is 100;
  • green value is 109;
  • blue value is 141.
RGB:
(100,109,141)
(39%,43%,55%)

RGB channels and saturation

R 100 of 255 = 39%
G 109 of 255 = 43%
B 141 of 255 = 55%

100
109
141

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

Portions of RGB colors in percentages

R + G + B =
100 + 109 + 141 = 350 (100%)
R 100 of 350 ~ 28.57%
G 109 of 350 ~ 31.14%
B 141 of 350 ~ 40.29%

%28.57
%31.14
%40.29

CMYK color model

#646D8D color CMYK value is (29,23,0,45).

  • cyan value is 29.08%
  • magenta value is 22.70%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(29,23,0,45)
C29M23Y0K45 
(29%,23%,0%,45%)
(0.29/0.23/0.00/0.45)	

CMYK percentages

%29.08
%22.7
%0
%44.71

Codes

Color #646D8D in popluar color models

646D8D
RGB100109141
HSL227°17.01%47.25%
HSB/HSV227°29.08%55.29%
CMYK29.08%22.70%0.00%
44.71%

Color #646D8D in popluar number systems.

HEX646D8D
Decimal100109141
Binary1100100110110110001101
Octal144155215

Shades and tints

Shades of #646D8D

#646D8D
(100,109,141)
#5B6481
(91,100,129)
#525B75
(82,91,117)
#495269
(73,82,105)
#40495D
(64,73,93)
#374051
(55,64,81)
#2E3745
(46,55,69)
#252E39
(37,46,57)
#1C252D
(28,37,45)
#131C21
(19,28,33)
#0A1315
(10,19,21)
#000000
(0,0,0)

Tints of #646D8D

#646D8D
(100,109,141)
#727A97
(114,122,151)
#8087A1
(128,135,161)
#8E94AB
(142,148,171)
#9CA1B5
(156,161,181)
#AAAEBF
(170,174,191)
#B8BBC9
(184,187,201)
#C6C8D3
(198,200,211)
#D4D5DD
(212,213,221)
#E2E2E7
(226,226,231)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646D8D color. Also use rgb(100,109,141) instead hex code.

Text Font Color

.myTextColor { color: #646D8D; }

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

This text font color is #646D8D.


Background Color

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

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

This div background color is #646D8D.


Border color

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

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

This div border color is #646D8D.


Opacity

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

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

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

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

This text has shadow with #646D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646D8D on black background.


Color preview on white background

This text has color #646D8D on white background.



Black color preview on #646D8D background

This text has black color on #646D8D background.


White color preview on #646D8D background

This text has white color on #646D8D background.