COLOR #645A93

HEX: #645A93
RGB: (100,90,147)

Color info

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

RGB color model

#645A93 color RGB value is (100,90,147).

  • red value is 100;
  • green value is 90;
  • blue value is 147.
RGB:
(100,90,147)
(39%,35%,58%)

RGB channels and saturation

R 100 of 255 = 39%
G 90 of 255 = 35%
B 147 of 255 = 58%

100
90
147

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

Portions of RGB colors in percentages

R + G + B =
100 + 90 + 147 = 337 (100%)
R 100 of 337 ~ 29.67%
G 90 of 337 ~ 26.71%
B 147 of 337 ~ 43.62%

%29.67
%26.71
%43.62

CMYK color model

#645A93 color CMYK value is (32,39,0,42).

  • cyan value is 31.97%
  • magenta value is 38.78%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(32,39,0,42)
C32M39Y0K42 
(32%,39%,0%,42%)
(0.32/0.39/0.00/0.42)	

CMYK percentages

%31.97
%38.78
%0
%42.35

Codes

Color #645A93 in popluar color models

645A93
RGB10090147
HSL251°24.05%46.47%
HSB/HSV251°38.78%57.65%
CMYK31.97%38.78%0.00%
42.35%

Color #645A93 in popluar number systems.

HEX645A93
Decimal10090147
Binary1100100101101010010011
Octal144132223

Shades and tints

Shades of #645A93

#645A93
(100,90,147)
#5B5286
(91,82,134)
#524A79
(82,74,121)
#49426C
(73,66,108)
#403A5F
(64,58,95)
#373252
(55,50,82)
#2E2A45
(46,42,69)
#252238
(37,34,56)
#1C1A2B
(28,26,43)
#13121E
(19,18,30)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #645A93

#645A93
(100,90,147)
#72699C
(114,105,156)
#8078A5
(128,120,165)
#8E87AE
(142,135,174)
#9C96B7
(156,150,183)
#AAA5C0
(170,165,192)
#B8B4C9
(184,180,201)
#C6C3D2
(198,195,210)
#D4D2DB
(212,210,219)
#E2E1E4
(226,225,228)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #645A93 color. Also use rgb(100,90,147) instead hex code.

Text Font Color

.myTextColor { color: #645A93; }

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

This text font color is #645A93.


Background Color

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

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

This div background color is #645A93.


Border color

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

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

This div border color is #645A93.


Opacity

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

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

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

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

This text has shadow with #645A93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645A93 on black background.


Color preview on white background

This text has color #645A93 on white background.



Black color preview on #645A93 background

This text has black color on #645A93 background.


White color preview on #645A93 background

This text has white color on #645A93 background.