COLOR #644AB9

HEX: #644AB9 RGB: (100,74,185)

Color info

#644AB9 contains mainly blue color. Web safe color of #644AB9 is #6633CC (or #63C).

RGB color model

#644AB9 color RGB value is (100,74,185).

RGB: (100,74,185) (39%, 29%, 73%)

RGB channels and saturation

R 100 of 255 = 39%
G 74 of 255 = 29%
B 185 of 255 = 73%

100
74
185

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

Portions of RGB colors in percentages

R + G + B = 100 + 74 + 185 = 359 (100%)
R 100 of 359 ~ 27.86%
G 74 of 359 ~ 20.61%
B 185 of 359 ~ 51.53'%

%27.86
%20.61
%51.53

CMYK color model

#644AB9 color CMYK value is (46,60,0,27).

  • cyan value is 45.95%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (46,60,0,27)
C46M60Y0K27 (46%, 60%, 0%, 27%)
(0.46 / 0.60 / 0.00 / 0.27)

CMYK percentages

%45.95
%60
%0
%27.45

Codes

Color #644AB9 in popluar color models

64 4A B9
RGB 100 74 185
HSL 254° 44.22% 50.78%
HSB/HSV 254° 60.00% 72.55%
CMYK 45.95% 60.00% 0.00%
27.45%

Color #644AB9 in popluar number systems.

HEX 64 4A B9
Decimal 100 74 185
Binary 1100100 1001010 10111001
Octal 144 112 271

Shades and tints

Shades of #644AB9

#644AB9
(100,74,185)
#5B44A9
(91,68,169)
#523E99
(82,62,153)
#493889
(73,56,137)
#403279
(64,50,121)
#372C69
(55,44,105)
#2E2659
(46,38,89)
#252049
(37,32,73)
#1C1A39
(28,26,57)
#131429
(19,20,41)
#0A0E19
(10,14,25)
#000000
(0,0,0)

Tints of #644AB9

#644AB9
(100,74,185)
#725ABF
(114,90,191)
#806AC5
(128,106,197)
#8E7ACB
(142,122,203)
#9C8AD1
(156,138,209)
#AA9AD7
(170,154,215)
#B8AADD
(184,170,221)
#C6BAE3
(198,186,227)
#D4CAE9
(212,202,233)
#E2DAEF
(226,218,239)
#F0EAF5
(240,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #644AB9 color. Also use rgb(100,74,185) instead hex code.

Text Font Color

.myTextColor { color: #644AB9; }

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

This text font color is #644AB9.

Background Color

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

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

This div background color is #644AB9.

Border color

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

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

This div border color is #644AB9.

Opacity

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

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

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

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

This text has shadow with #644AB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #644AB9.

Preview

Color preview on black background

This text has color #644AB9 on black background.


Color preview on white background

This text has color #644AB9 on white background.


Black color preview on #644AB9 background

This text has black color on #644AB9 background.


White color preview on #644AB9 background

This text has white color on #644AB9 background.


Related colors

Complementary color

Complementary color for #hex is #9BB546.


I love getcolorcode.com

Triadic colors

1 #B9644A and #4AB964 with #644AB9 are triadic colors.

2 #B94A64 and #4A64B9 with #644AB9 are triadic colors.