COLOR #645A78

HEX: #645A78
RGB: (100,90,120)

Color info

#645A78 contains red, green and blue colors in about the same proportion. Web safe color of #645A78 is #666666 (or #666).

RGB color model

#645A78 color RGB value is (100,90,120).

  • red value is 100;
  • green value is 90;
  • blue value is 120.
RGB:
(100,90,120)
(39%,35%,47%)

RGB channels and saturation

R 100 of 255 = 39%
G 90 of 255 = 35%
B 120 of 255 = 47%

100
90
120

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

Portions of RGB colors in percentages

R + G + B =
100 + 90 + 120 = 310 (100%)
R 100 of 310 ~ 32.26%
G 90 of 310 ~ 29.03%
B 120 of 310 ~ 38.71%

%32.26
%29.03
%38.71

CMYK color model

#645A78 color CMYK value is (17,25,0,53).

  • cyan value is 16.67%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(17,25,0,53)
C17M25Y0K53 
(17%,25%,0%,53%)
(0.17/0.25/0.00/0.53)	

CMYK percentages

%16.67
%25
%0
%52.94

Codes

Color #645A78 in popluar color models

645A78
RGB10090120
HSL260°14.29%41.18%
HSB/HSV260°25.00%47.06%
CMYK16.67%25.00%0.00%
52.94%

Color #645A78 in popluar number systems.

HEX645A78
Decimal10090120
Binary110010010110101111000
Octal144132170

Shades and tints

Shades of #645A78

#645A78
(100,90,120)
#5B526E
(91,82,110)
#524A64
(82,74,100)
#49425A
(73,66,90)
#403A50
(64,58,80)
#373246
(55,50,70)
#2E2A3C
(46,42,60)
#252232
(37,34,50)
#1C1A28
(28,26,40)
#13121E
(19,18,30)
#0A0A14
(10,10,20)
#000000
(0,0,0)

Tints of #645A78

#645A78
(100,90,120)
#726984
(114,105,132)
#807890
(128,120,144)
#8E879C
(142,135,156)
#9C96A8
(156,150,168)
#AAA5B4
(170,165,180)
#B8B4C0
(184,180,192)
#C6C3CC
(198,195,204)
#D4D2D8
(212,210,216)
#E2E1E4
(226,225,228)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #645A78 color. Also use rgb(100,90,120) instead hex code.

Text Font Color

.myTextColor { color: #645A78; }

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

This text font color is #645A78.


Background Color

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

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

This div background color is #645A78.


Border color

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

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

This div border color is #645A78.


Opacity

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

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

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

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

This text has shadow with #645A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645A78 on black background.


Color preview on white background

This text has color #645A78 on white background.



Black color preview on #645A78 background

This text has black color on #645A78 background.


White color preview on #645A78 background

This text has white color on #645A78 background.