COLOR #644988

HEX: #644988
RGB: (100,73,136)

Color info

#644988 contains mainly red and blue colors. Web safe color of #644988 is #663399 (or #639).

RGB color model

#644988 color RGB value is (100,73,136).

  • red value is 100;
  • green value is 73;
  • blue value is 136.
RGB:
(100,73,136)
(39%,29%,53%)

RGB channels and saturation

R 100 of 255 = 39%
G 73 of 255 = 29%
B 136 of 255 = 53%

100
73
136

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

Portions of RGB colors in percentages

R + G + B =
100 + 73 + 136 = 309 (100%)
R 100 of 309 ~ 32.36%
G 73 of 309 ~ 23.62%
B 136 of 309 ~ 44.01%

%32.36
%23.62
%44.01

CMYK color model

#644988 color CMYK value is (26,46,0,47).

  • cyan value is 26.47%
  • magenta value is 46.32%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(26,46,0,47)
C26M46Y0K47 
(26%,46%,0%,47%)
(0.26/0.46/0.00/0.47)	

CMYK percentages

%26.47
%46.32
%0
%46.67

Codes

Color #644988 in popluar color models

644988
RGB10073136
HSL266°30.14%40.98%
HSB/HSV266°46.32%53.33%
CMYK26.47%46.32%0.00%
46.67%

Color #644988 in popluar number systems.

HEX644988
Decimal10073136
Binary1100100100100110001000
Octal144111210

Shades and tints

Shades of #644988

#644988
(100,73,136)
#5B437C
(91,67,124)
#523D70
(82,61,112)
#493764
(73,55,100)
#403158
(64,49,88)
#372B4C
(55,43,76)
#2E2540
(46,37,64)
#251F34
(37,31,52)
#1C1928
(28,25,40)
#13131C
(19,19,28)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #644988

#644988
(100,73,136)
#725992
(114,89,146)
#80699C
(128,105,156)
#8E79A6
(142,121,166)
#9C89B0
(156,137,176)
#AA99BA
(170,153,186)
#B8A9C4
(184,169,196)
#C6B9CE
(198,185,206)
#D4C9D8
(212,201,216)
#E2D9E2
(226,217,226)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #644988; }

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

This text font color is #644988.


Background Color

.myBgColor { background-color: #644988; }

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

This div background color is #644988.


Border color

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

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

This div border color is #644988.


Opacity

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

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

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

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

This text has shadow with #644988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #644988 on black background.


Color preview on white background

This text has color #644988 on white background.



Black color preview on #644988 background

This text has black color on #644988 background.


White color preview on #644988 background

This text has white color on #644988 background.