COLOR #645F96

HEX: #645F96
RGB: (100,95,150)

Color info

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

RGB color model

#645F96 color RGB value is (100,95,150).

  • red value is 100;
  • green value is 95;
  • blue value is 150.
RGB:
(100,95,150)
(39%,37%,59%)

RGB channels and saturation

R 100 of 255 = 39%
G 95 of 255 = 37%
B 150 of 255 = 59%

100
95
150

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

Portions of RGB colors in percentages

R + G + B =
100 + 95 + 150 = 345 (100%)
R 100 of 345 ~ 28.99%
G 95 of 345 ~ 27.54%
B 150 of 345 ~ 43.48%

%28.99
%27.54
%43.48

CMYK color model

#645F96 color CMYK value is (33,37,0,41).

  • cyan value is 33.33%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(33,37,0,41)
C33M37Y0K41 
(33%,37%,0%,41%)
(0.33/0.37/0.00/0.41)	

CMYK percentages

%33.33
%36.67
%0
%41.18

Codes

Color #645F96 in popluar color models

645F96
RGB10095150
HSL245°22.45%48.04%
HSB/HSV245°36.67%58.82%
CMYK33.33%36.67%0.00%
41.18%

Color #645F96 in popluar number systems.

HEX645F96
Decimal10095150
Binary1100100101111110010110
Octal144137226

Shades and tints

Shades of #645F96

#645F96
(100,95,150)
#5B5789
(91,87,137)
#524F7C
(82,79,124)
#49476F
(73,71,111)
#403F62
(64,63,98)
#373755
(55,55,85)
#2E2F48
(46,47,72)
#25273B
(37,39,59)
#1C1F2E
(28,31,46)
#131721
(19,23,33)
#0A0F14
(10,15,20)
#000000
(0,0,0)

Tints of #645F96

#645F96
(100,95,150)
#726D9F
(114,109,159)
#807BA8
(128,123,168)
#8E89B1
(142,137,177)
#9C97BA
(156,151,186)
#AAA5C3
(170,165,195)
#B8B3CC
(184,179,204)
#C6C1D5
(198,193,213)
#D4CFDE
(212,207,222)
#E2DDE7
(226,221,231)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #645F96 color. Also use rgb(100,95,150) instead hex code.

Text Font Color

.myTextColor { color: #645F96; }

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

This text font color is #645F96.


Background Color

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

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

This div background color is #645F96.


Border color

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

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

This div border color is #645F96.


Opacity

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

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

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

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

This text has shadow with #645F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645F96 on black background.


Color preview on white background

This text has color #645F96 on white background.



Black color preview on #645F96 background

This text has black color on #645F96 background.


White color preview on #645F96 background

This text has white color on #645F96 background.