COLOR #646481

HEX: #646481
RGB: (100,100,129)

Color info

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

RGB color model

#646481 color RGB value is (100,100,129).

  • red value is 100;
  • green value is 100;
  • blue value is 129.
RGB:
(100,100,129)
(39%,39%,51%)

RGB channels and saturation

R 100 of 255 = 39%
G 100 of 255 = 39%
B 129 of 255 = 51%

100
100
129

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

Portions of RGB colors in percentages

R + G + B =
100 + 100 + 129 = 329 (100%)
R 100 of 329 ~ 30.4%
G 100 of 329 ~ 30.4%
B 129 of 329 ~ 39.21%

%30.4
%30.4
%39.21

CMYK color model

#646481 color CMYK value is (22,22,0,49).

  • cyan value is 22.48%
  • magenta value is 22.48%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(22,22,0,49)
C22M22Y0K49 
(22%,22%,0%,49%)
(0.22/0.22/0.00/0.49)	

CMYK percentages

%22.48
%22.48
%0
%49.41

Codes

Color #646481 in popluar color models

646481
RGB100100129
HSL240°12.66%44.90%
HSB/HSV240°22.48%50.59%
CMYK22.48%22.48%0.00%
49.41%

Color #646481 in popluar number systems.

HEX646481
Decimal100100129
Binary1100100110010010000001
Octal144144201

Shades and tints

Shades of #646481

#646481
(100,100,129)
#5B5B76
(91,91,118)
#52526B
(82,82,107)
#494960
(73,73,96)
#404055
(64,64,85)
#37374A
(55,55,74)
#2E2E3F
(46,46,63)
#252534
(37,37,52)
#1C1C29
(28,28,41)
#13131E
(19,19,30)
#0A0A13
(10,10,19)
#000000
(0,0,0)

Tints of #646481

#646481
(100,100,129)
#72728C
(114,114,140)
#808097
(128,128,151)
#8E8EA2
(142,142,162)
#9C9CAD
(156,156,173)
#AAAAB8
(170,170,184)
#B8B8C3
(184,184,195)
#C6C6CE
(198,198,206)
#D4D4D9
(212,212,217)
#E2E2E4
(226,226,228)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646481; }

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

This text font color is #646481.


Background Color

.myBgColor { background-color: #646481; }

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

This div background color is #646481.


Border color

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

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

This div border color is #646481.


Opacity

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

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

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

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

This text has shadow with #646481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646481 on black background.


Color preview on white background

This text has color #646481 on white background.



Black color preview on #646481 background

This text has black color on #646481 background.


White color preview on #646481 background

This text has white color on #646481 background.