COLOR #645585

HEX: #645585 RGB: (100,85,133)

Color info

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

RGB color model

#645585 color RGB value is (100,85,133).

RGB: (100,85,133) (39%, 33%, 52%)

RGB channels and saturation

R 100 of 255 = 39%
G 85 of 255 = 33%
B 133 of 255 = 52%

100
85
133

R + G + B ~ 41%. #645585 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 85 + 133 = 318 (100%)
R 100 of 318 ~ 31.45%
G 85 of 318 ~ 26.73%
B 133 of 318 ~ 41.82'%

%31.45
%26.73
%41.82

CMYK color model

#645585 color CMYK value is (25,36,0,48).

  • cyan value is 24.81%
  • magenta value is 36.09%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (25,36,0,48)
C25M36Y0K48 (25%, 36%, 0%, 48%)
(0.25 / 0.36 / 0.00 / 0.48)

CMYK percentages

%24.81
%36.09
%0
%47.84

Codes

Color #645585 in popluar color models

64 55 85
RGB 100 85 133
HSL 259° 22.02% 42.75%
HSB/HSV 259° 36.09% 52.16%
CMYK 24.81% 36.09% 0.00%
47.84%

Color #645585 in popluar number systems.

HEX 64 55 85
Decimal 100 85 133
Binary 1100100 1010101 10000101
Octal 144 125 205

Shades and tints

Shades of #645585

#645585
(100,85,133)
#5B4E79
(91,78,121)
#52476D
(82,71,109)
#494061
(73,64,97)
#403955
(64,57,85)
#373249
(55,50,73)
#2E2B3D
(46,43,61)
#252431
(37,36,49)
#1C1D25
(28,29,37)
#131619
(19,22,25)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #645585

#645585
(100,85,133)
#726490
(114,100,144)
#80739B
(128,115,155)
#8E82A6
(142,130,166)
#9C91B1
(156,145,177)
#AAA0BC
(170,160,188)
#B8AFC7
(184,175,199)
#C6BED2
(198,190,210)
#D4CDDD
(212,205,221)
#E2DCE8
(226,220,232)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #645585 color. Also use rgb(100,85,133) instead hex code.

Text Font Color

.myTextColor { color: #645585; }

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

This text font color is #645585.

Background Color

.myBgColor { background-color: #645585; }

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

This div background color is #645585.

Border color

.myBorderColor { border: 1px solid #645585; }

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

This div border color is #645585.

Opacity

.myOpacity80 { color: #645585; opacity: 0.8; }

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

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

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

This text has shadow with #645585 color.


.textShadow {text-shadow: 3px 3px 1px #645585', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #645585; -webkit-box-shadow: 1px 1px 3px 2px #645585; box-shadow:1px 1px 3px 2px #645585;">
Div content here
</div>

This div box has shadow with color #645585.

Preview

Color preview on black background

This text has color #645585 on black background.


Color preview on white background

This text has color #645585 on white background.


Black color preview on #645585 background

This text has black color on #645585 background.


White color preview on #645585 background

This text has white color on #645585 background.


Related colors

Complementary color

Complementary color for #hex is #9BAA7A.


I love getcolorcode.com

Triadic colors

1 #856455 and #558564 with #645585 are triadic colors.

2 #855564 and #556485 with #645585 are triadic colors.