COLOR #645C89

HEX: #645C89
RGB: (100,92,137)

Color info

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

RGB color model

#645C89 color RGB value is (100,92,137).

  • red value is 100;
  • green value is 92;
  • blue value is 137.
RGB:
(100,92,137)
(39%,36%,54%)

RGB channels and saturation

R 100 of 255 = 39%
G 92 of 255 = 36%
B 137 of 255 = 54%

100
92
137

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

Portions of RGB colors in percentages

R + G + B =
100 + 92 + 137 = 329 (100%)
R 100 of 329 ~ 30.4%
G 92 of 329 ~ 27.96%
B 137 of 329 ~ 41.64%

%30.4
%27.96
%41.64

CMYK color model

#645C89 color CMYK value is (27,33,0,46).

  • cyan value is 27.01%
  • magenta value is 32.85%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(27,33,0,46)
C27M33Y0K46 
(27%,33%,0%,46%)
(0.27/0.33/0.00/0.46)	

CMYK percentages

%27.01
%32.85
%0
%46.27

Codes

Color #645C89 in popluar color models

645C89
RGB10092137
HSL251°19.65%44.90%
HSB/HSV251°32.85%53.73%
CMYK27.01%32.85%0.00%
46.27%

Color #645C89 in popluar number systems.

HEX645C89
Decimal10092137
Binary1100100101110010001001
Octal144134211

Shades and tints

Shades of #645C89

#645C89
(100,92,137)
#5B547D
(91,84,125)
#524C71
(82,76,113)
#494465
(73,68,101)
#403C59
(64,60,89)
#37344D
(55,52,77)
#2E2C41
(46,44,65)
#252435
(37,36,53)
#1C1C29
(28,28,41)
#13141D
(19,20,29)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #645C89

#645C89
(100,92,137)
#726A93
(114,106,147)
#80789D
(128,120,157)
#8E86A7
(142,134,167)
#9C94B1
(156,148,177)
#AAA2BB
(170,162,187)
#B8B0C5
(184,176,197)
#C6BECF
(198,190,207)
#D4CCD9
(212,204,217)
#E2DAE3
(226,218,227)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #645C89 color. Also use rgb(100,92,137) instead hex code.

Text Font Color

.myTextColor { color: #645C89; }

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

This text font color is #645C89.


Background Color

.myBgColor { background-color: #645C89; }

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

This div background color is #645C89.


Border color

.myBorderColor { border: 1px solid #645C89; }

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

This div border color is #645C89.


Opacity

.myOpacity80 { color: #645C89; opacity: 0.8; }

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

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

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

This text has shadow with #645C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645C89 on black background.


Color preview on white background

This text has color #645C89 on white background.



Black color preview on #645C89 background

This text has black color on #645C89 background.


White color preview on #645C89 background

This text has white color on #645C89 background.