COLOR #644C82

HEX: #644C82 RGB: (100,76,130)

Color info

#644C82 contains red, green and blue colors in about the same proportion. Web safe color of #644C82 is #663399 (or #639).

RGB color model

#644C82 color RGB value is (100,76,130).

RGB: (100,76,130) (39%, 30%, 51%)

RGB channels and saturation

R 100 of 255 = 39%
G 76 of 255 = 30%
B 130 of 255 = 51%

100
76
130

R + G + B ~ 40%. #644C82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 76 + 130 = 306 (100%)
R 100 of 306 ~ 32.68%
G 76 of 306 ~ 24.84%
B 130 of 306 ~ 42.48'%

%32.68
%24.84
%42.48

CMYK color model

#644C82 color CMYK value is (23,42,0,49).

  • cyan value is 23.08%
  • magenta value is 41.54%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (23,42,0,49)
C23M42Y0K49 (23%, 42%, 0%, 49%)
(0.23 / 0.42 / 0.00 / 0.49)

CMYK percentages

%23.08
%41.54
%0
%49.02

Codes

Color #644C82 in popluar color models

64 4C 82
RGB 100 76 130
HSL 267° 26.21% 40.39%
HSB/HSV 267° 41.54% 50.98%
CMYK 23.08% 41.54% 0.00%
49.02%

Color #644C82 in popluar number systems.

HEX 64 4C 82
Decimal 100 76 130
Binary 1100100 1001100 10000010
Octal 144 114 202

Shades and tints

Shades of #644C82

#644C82
(100,76,130)
#5B4677
(91,70,119)
#52406C
(82,64,108)
#493A61
(73,58,97)
#403456
(64,52,86)
#372E4B
(55,46,75)
#2E2840
(46,40,64)
#252235
(37,34,53)
#1C1C2A
(28,28,42)
#13161F
(19,22,31)
#0A1014
(10,16,20)
#000000
(0,0,0)

Tints of #644C82

#644C82
(100,76,130)
#725C8D
(114,92,141)
#806C98
(128,108,152)
#8E7CA3
(142,124,163)
#9C8CAE
(156,140,174)
#AA9CB9
(170,156,185)
#B8ACC4
(184,172,196)
#C6BCCF
(198,188,207)
#D4CCDA
(212,204,218)
#E2DCE5
(226,220,229)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #644C82 color. Also use rgb(100,76,130) instead hex code.

Text Font Color

.myTextColor { color: #644C82; }

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

This text font color is #644C82.

Background Color

.myBgColor { background-color: #644C82; }

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

This div background color is #644C82.

Border color

.myBorderColor { border: 1px solid #644C82; }

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

This div border color is #644C82.

Opacity

.myOpacity80 { color: #644C82; opacity: 0.8; }

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

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

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

This text has shadow with #644C82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #644C82.

Preview

Color preview on black background

This text has color #644C82 on black background.


Color preview on white background

This text has color #644C82 on white background.


Black color preview on #644C82 background

This text has black color on #644C82 background.


White color preview on #644C82 background

This text has white color on #644C82 background.


Related colors

Complementary color

Complementary color for #hex is #9BB37D.


I love getcolorcode.com

Triadic colors

1 #82644C and #4C8264 with #644C82 are triadic colors.

2 #824C64 and #4C6482 with #644C82 are triadic colors.