COLOR #645C86

HEX: #645C86
RGB: (100,92,134)

Color info

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

RGB color model

#645C86 color RGB value is (100,92,134).

  • red value is 100;
  • green value is 92;
  • blue value is 134.
RGB:
(100,92,134)
(39%,36%,53%)

RGB channels and saturation

R 100 of 255 = 39%
G 92 of 255 = 36%
B 134 of 255 = 53%

100
92
134

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

Portions of RGB colors in percentages

R + G + B =
100 + 92 + 134 = 326 (100%)
R 100 of 326 ~ 30.67%
G 92 of 326 ~ 28.22%
B 134 of 326 ~ 41.1%

%30.67
%28.22
%41.1

CMYK color model

#645C86 color CMYK value is (25,31,0,47).

  • cyan value is 25.37%
  • magenta value is 31.34%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(25,31,0,47)
C25M31Y0K47 
(25%,31%,0%,47%)
(0.25/0.31/0.00/0.47)	

CMYK percentages

%25.37
%31.34
%0
%47.45

Codes

Color #645C86 in popluar color models

645C86
RGB10092134
HSL251°18.58%44.31%
HSB/HSV251°31.34%52.55%
CMYK25.37%31.34%0.00%
47.45%

Color #645C86 in popluar number systems.

HEX645C86
Decimal10092134
Binary1100100101110010000110
Octal144134206

Shades and tints

Shades of #645C86

#645C86
(100,92,134)
#5B547A
(91,84,122)
#524C6E
(82,76,110)
#494462
(73,68,98)
#403C56
(64,60,86)
#37344A
(55,52,74)
#2E2C3E
(46,44,62)
#252432
(37,36,50)
#1C1C26
(28,28,38)
#13141A
(19,20,26)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #645C86

#645C86
(100,92,134)
#726A91
(114,106,145)
#80789C
(128,120,156)
#8E86A7
(142,134,167)
#9C94B2
(156,148,178)
#AAA2BD
(170,162,189)
#B8B0C8
(184,176,200)
#C6BED3
(198,190,211)
#D4CCDE
(212,204,222)
#E2DAE9
(226,218,233)
#F0E8F4
(240,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #645C86 color. Also use rgb(100,92,134) instead hex code.

Text Font Color

.myTextColor { color: #645C86; }

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

This text font color is #645C86.


Background Color

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

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

This div background color is #645C86.


Border color

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

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

This div border color is #645C86.


Opacity

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

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

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

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

This text has shadow with #645C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645C86 on black background.


Color preview on white background

This text has color #645C86 on white background.



Black color preview on #645C86 background

This text has black color on #645C86 background.


White color preview on #645C86 background

This text has white color on #645C86 background.