COLOR #645D8C

HEX: #645D8C
RGB: (100,93,140)

Color info

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

RGB color model

#645D8C color RGB value is (100,93,140).

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

RGB channels and saturation

R 100 of 255 = 39%
G 93 of 255 = 36%
B 140 of 255 = 55%

100
93
140

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

Portions of RGB colors in percentages

R + G + B =
100 + 93 + 140 = 333 (100%)
R 100 of 333 ~ 30.03%
G 93 of 333 ~ 27.93%
B 140 of 333 ~ 42.04%

%30.03
%27.93
%42.04

CMYK color model

#645D8C color CMYK value is (29,34,0,45).

  • cyan value is 28.57%
  • magenta value is 33.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(29,34,0,45)
C29M34Y0K45 
(29%,34%,0%,45%)
(0.29/0.34/0.00/0.45)	

CMYK percentages

%28.57
%33.57
%0
%45.1

Codes

Color #645D8C in popluar color models

645D8C
RGB10093140
HSL249°20.17%45.69%
HSB/HSV249°33.57%54.90%
CMYK28.57%33.57%0.00%
45.10%

Color #645D8C in popluar number systems.

HEX645D8C
Decimal10093140
Binary1100100101110110001100
Octal144135214

Shades and tints

Shades of #645D8C

#645D8C
(100,93,140)
#5B5580
(91,85,128)
#524D74
(82,77,116)
#494568
(73,69,104)
#403D5C
(64,61,92)
#373550
(55,53,80)
#2E2D44
(46,45,68)
#252538
(37,37,56)
#1C1D2C
(28,29,44)
#131520
(19,21,32)
#0A0D14
(10,13,20)
#000000
(0,0,0)

Tints of #645D8C

#645D8C
(100,93,140)
#726B96
(114,107,150)
#8079A0
(128,121,160)
#8E87AA
(142,135,170)
#9C95B4
(156,149,180)
#AAA3BE
(170,163,190)
#B8B1C8
(184,177,200)
#C6BFD2
(198,191,210)
#D4CDDC
(212,205,220)
#E2DBE6
(226,219,230)
#F0E9F0
(240,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645D8C; }

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

This text font color is #645D8C.


Background Color

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

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

This div background color is #645D8C.


Border color

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

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

This div border color is #645D8C.


Opacity

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

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

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

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

This text has shadow with #645D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645D8C on black background.


Color preview on white background

This text has color #645D8C on white background.



Black color preview on #645D8C background

This text has black color on #645D8C background.


White color preview on #645D8C background

This text has white color on #645D8C background.