COLOR #645B82

HEX: #645B82
RGB: (100,91,130)

Color info

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

RGB color model

#645B82 color RGB value is (100,91,130).

  • red value is 100;
  • green value is 91;
  • blue value is 130.
RGB:
(100,91,130)
(39%,36%,51%)

RGB channels and saturation

R 100 of 255 = 39%
G 91 of 255 = 36%
B 130 of 255 = 51%

100
91
130

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

Portions of RGB colors in percentages

R + G + B =
100 + 91 + 130 = 321 (100%)
R 100 of 321 ~ 31.15%
G 91 of 321 ~ 28.35%
B 130 of 321 ~ 40.5%

%31.15
%28.35
%40.5

CMYK color model

#645B82 color CMYK value is (23,30,0,49).

  • cyan value is 23.08%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(23,30,0,49)
C23M30Y0K49 
(23%,30%,0%,49%)
(0.23/0.30/0.00/0.49)	

CMYK percentages

%23.08
%30
%0
%49.02

Codes

Color #645B82 in popluar color models

645B82
RGB10091130
HSL254°17.65%43.33%
HSB/HSV254°30.00%50.98%
CMYK23.08%30.00%0.00%
49.02%

Color #645B82 in popluar number systems.

HEX645B82
Decimal10091130
Binary1100100101101110000010
Octal144133202

Shades and tints

Shades of #645B82

#645B82
(100,91,130)
#5B5377
(91,83,119)
#524B6C
(82,75,108)
#494361
(73,67,97)
#403B56
(64,59,86)
#37334B
(55,51,75)
#2E2B40
(46,43,64)
#252335
(37,35,53)
#1C1B2A
(28,27,42)
#13131F
(19,19,31)
#0A0B14
(10,11,20)
#000000
(0,0,0)

Tints of #645B82

#645B82
(100,91,130)
#72698D
(114,105,141)
#807798
(128,119,152)
#8E85A3
(142,133,163)
#9C93AE
(156,147,174)
#AAA1B9
(170,161,185)
#B8AFC4
(184,175,196)
#C6BDCF
(198,189,207)
#D4CBDA
(212,203,218)
#E2D9E5
(226,217,229)
#F0E7F0
(240,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #645B82 color. Also use rgb(100,91,130) instead hex code.

Text Font Color

.myTextColor { color: #645B82; }

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

This text font color is #645B82.


Background Color

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

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

This div background color is #645B82.


Border color

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

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

This div border color is #645B82.


Opacity

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

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

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

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

This text has shadow with #645B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645B82 on black background.


Color preview on white background

This text has color #645B82 on white background.



Black color preview on #645B82 background

This text has black color on #645B82 background.


White color preview on #645B82 background

This text has white color on #645B82 background.