COLOR #646581

HEX: #646581
RGB: (100,101,129)

Color info

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

RGB color model

#646581 color RGB value is (100,101,129).

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

RGB channels and saturation

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

100
101
129

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

Portions of RGB colors in percentages

R + G + B =
100 + 101 + 129 = 330 (100%)
R 100 of 330 ~ 30.3%
G 101 of 330 ~ 30.61%
B 129 of 330 ~ 39.09%

%30.3
%30.61
%39.09

CMYK color model

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

  • cyan value is 22.48%
  • magenta value is 21.71%
  • 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
%21.71
%0
%49.41

Codes

Color #646581 in popluar color models

646581
RGB100101129
HSL238°12.66%44.90%
HSB/HSV238°22.48%50.59%
CMYK22.48%21.71%0.00%
49.41%

Color #646581 in popluar number systems.

HEX646581
Decimal100101129
Binary1100100110010110000001
Octal144145201

Shades and tints

Shades of #646581

#646581
(100,101,129)
#5B5C76
(91,92,118)
#52536B
(82,83,107)
#494A60
(73,74,96)
#404155
(64,65,85)
#37384A
(55,56,74)
#2E2F3F
(46,47,63)
#252634
(37,38,52)
#1C1D29
(28,29,41)
#13141E
(19,20,30)
#0A0B13
(10,11,19)
#000000
(0,0,0)

Tints of #646581

#646581
(100,101,129)
#72738C
(114,115,140)
#808197
(128,129,151)
#8E8FA2
(142,143,162)
#9C9DAD
(156,157,173)
#AAABB8
(170,171,184)
#B8B9C3
(184,185,195)
#C6C7CE
(198,199,206)
#D4D5D9
(212,213,217)
#E2E3E4
(226,227,228)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646581; }

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

This text font color is #646581.


Background Color

.myBgColor { background-color: #646581; }

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

This div background color is #646581.


Border color

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

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

This div border color is #646581.


Opacity

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

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

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

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

This text has shadow with #646581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646581 on black background.


Color preview on white background

This text has color #646581 on white background.



Black color preview on #646581 background

This text has black color on #646581 background.


White color preview on #646581 background

This text has white color on #646581 background.