COLOR #645D99

HEX: #645D99
RGB: (100,93,153)

Color info

#645D99 contains mainly red and blue colors. Web safe color of #645D99 is #666699 (or #669).

RGB color model

#645D99 color RGB value is (100,93,153).

  • red value is 100;
  • green value is 93;
  • blue value is 153.
RGB:
(100,93,153)
(39%,36%,60%)

RGB channels and saturation

R 100 of 255 = 39%
G 93 of 255 = 36%
B 153 of 255 = 60%

100
93
153

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

Portions of RGB colors in percentages

R + G + B =
100 + 93 + 153 = 346 (100%)
R 100 of 346 ~ 28.9%
G 93 of 346 ~ 26.88%
B 153 of 346 ~ 44.22%

%28.9
%26.88
%44.22

CMYK color model

#645D99 color CMYK value is (35,39,0,40).

  • cyan value is 34.64%
  • magenta value is 39.22%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(35,39,0,40)
C35M39Y0K40 
(35%,39%,0%,40%)
(0.35/0.39/0.00/0.40)	

CMYK percentages

%34.64
%39.22
%0
%40

Codes

Color #645D99 in popluar color models

645D99
RGB10093153
HSL247°24.39%48.24%
HSB/HSV247°39.22%60.00%
CMYK34.64%39.22%0.00%
40.00%

Color #645D99 in popluar number systems.

HEX645D99
Decimal10093153
Binary1100100101110110011001
Octal144135231

Shades and tints

Shades of #645D99

#645D99
(100,93,153)
#5B558C
(91,85,140)
#524D7F
(82,77,127)
#494572
(73,69,114)
#403D65
(64,61,101)
#373558
(55,53,88)
#2E2D4B
(46,45,75)
#25253E
(37,37,62)
#1C1D31
(28,29,49)
#131524
(19,21,36)
#0A0D17
(10,13,23)
#000000
(0,0,0)

Tints of #645D99

#645D99
(100,93,153)
#726BA2
(114,107,162)
#8079AB
(128,121,171)
#8E87B4
(142,135,180)
#9C95BD
(156,149,189)
#AAA3C6
(170,163,198)
#B8B1CF
(184,177,207)
#C6BFD8
(198,191,216)
#D4CDE1
(212,205,225)
#E2DBEA
(226,219,234)
#F0E9F3
(240,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #645D99 color. Also use rgb(100,93,153) instead hex code.

Text Font Color

.myTextColor { color: #645D99; }

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

This text font color is #645D99.


Background Color

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

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

This div background color is #645D99.


Border color

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

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

This div border color is #645D99.


Opacity

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

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

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

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

This text has shadow with #645D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645D99 on black background.


Color preview on white background

This text has color #645D99 on white background.



Black color preview on #645D99 background

This text has black color on #645D99 background.


White color preview on #645D99 background

This text has white color on #645D99 background.