COLOR #645DB9

HEX: #645DB9
RGB: (100,93,185)

Color info

#645DB9 contains mainly blue color. Web safe color of #645DB9 is #6666CC (or #66C).

RGB color model

#645DB9 color RGB value is (100,93,185).

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

RGB channels and saturation

R 100 of 255 = 39%
G 93 of 255 = 36%
B 185 of 255 = 73%

100
93
185

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

Portions of RGB colors in percentages

R + G + B =
100 + 93 + 185 = 378 (100%)
R 100 of 378 ~ 26.46%
G 93 of 378 ~ 24.6%
B 185 of 378 ~ 48.94%

%26.46
%24.6
%48.94

CMYK color model

#645DB9 color CMYK value is (46,50,0,27).

  • cyan value is 45.95%
  • magenta value is 49.73%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(46,50,0,27)
C46M50Y0K27 
(46%,50%,0%,27%)
(0.46/0.50/0.00/0.27)	

CMYK percentages

%45.95
%49.73
%0
%27.45

Codes

Color #645DB9 in popluar color models

645DB9
RGB10093185
HSL245°39.66%54.51%
HSB/HSV245°49.73%72.55%
CMYK45.95%49.73%0.00%
27.45%

Color #645DB9 in popluar number systems.

HEX645DB9
Decimal10093185
Binary1100100101110110111001
Octal144135271

Shades and tints

Shades of #645DB9

#645DB9
(100,93,185)
#5B55A9
(91,85,169)
#524D99
(82,77,153)
#494589
(73,69,137)
#403D79
(64,61,121)
#373569
(55,53,105)
#2E2D59
(46,45,89)
#252549
(37,37,73)
#1C1D39
(28,29,57)
#131529
(19,21,41)
#0A0D19
(10,13,25)
#000000
(0,0,0)

Tints of #645DB9

#645DB9
(100,93,185)
#726BBF
(114,107,191)
#8079C5
(128,121,197)
#8E87CB
(142,135,203)
#9C95D1
(156,149,209)
#AAA3D7
(170,163,215)
#B8B1DD
(184,177,221)
#C6BFE3
(198,191,227)
#D4CDE9
(212,205,233)
#E2DBEF
(226,219,239)
#F0E9F5
(240,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645DB9; }

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

This text font color is #645DB9.


Background Color

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

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

This div background color is #645DB9.


Border color

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

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

This div border color is #645DB9.


Opacity

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

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

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

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

This text has shadow with #645DB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645DB9 on black background.


Color preview on white background

This text has color #645DB9 on white background.



Black color preview on #645DB9 background

This text has black color on #645DB9 background.


White color preview on #645DB9 background

This text has white color on #645DB9 background.