COLOR #663564

HEX: #663564
RGB: (102,53,100)

Color info

#663564 contains red, green and blue colors in about the same proportion. Web safe color of #663564 is #663366 (or #636).

RGB color model

#663564 color RGB value is (102,53,100).

  • red value is 102;
  • green value is 53;
  • blue value is 100.
RGB:
(102,53,100)
(40%,21%,39%)

RGB channels and saturation

R 102 of 255 = 40%
G 53 of 255 = 21%
B 100 of 255 = 39%

102
53
100

R + G + B ~ 33%. #663564 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 53 + 100 = 255 (100%)
R 102 of 255 ~ 40%
G 53 of 255 ~ 20.78%
B 100 of 255 ~ 39.22%

%40
%20.78
%39.22

CMYK color model

#663564 color CMYK value is (0,48,2,60).

  • cyan value is 0.00%
  • magenta value is 48.04%
  • yellow value is 1.96%
  • key color value is 60.00%
CMYK:
(0,48,2,60)
C0M48Y2K60 
(0%,48%,2%,60%)
(0.00/0.48/0.02/0.60)	

CMYK percentages

%0
%48.04
%1.96
%60

Codes

Color #663564 in popluar color models

663564
RGB10253100
HSL302°31.61%30.39%
HSB/HSV302°48.04%40.00%
CMYK0.00%48.04%1.96%
60.00%

Color #663564 in popluar number systems.

HEX663564
Decimal10253100
Binary11001101101011100100
Octal14665144

Shades and tints

Shades of #663564

#663564
(102,53,100)
#5D315B
(93,49,91)
#542D52
(84,45,82)
#4B2949
(75,41,73)
#422540
(66,37,64)
#392137
(57,33,55)
#301D2E
(48,29,46)
#271925
(39,25,37)
#1E151C
(30,21,28)
#151113
(21,17,19)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #663564

#663564
(102,53,100)
#734772
(115,71,114)
#805980
(128,89,128)
#8D6B8E
(141,107,142)
#9A7D9C
(154,125,156)
#A78FAA
(167,143,170)
#B4A1B8
(180,161,184)
#C1B3C6
(193,179,198)
#CEC5D4
(206,197,212)
#DBD7E2
(219,215,226)
#E8E9F0
(232,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663564 color. Also use rgb(102,53,100) instead hex code.

Text Font Color

.myTextColor { color: #663564; }

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

This text font color is #663564.


Background Color

.myBgColor { background-color: #663564; }

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

This div background color is #663564.


Border color

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

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

This div border color is #663564.


Opacity

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

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

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

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

This text has shadow with #663564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663564 on black background.


Color preview on white background

This text has color #663564 on white background.



Black color preview on #663564 background

This text has black color on #663564 background.


White color preview on #663564 background

This text has white color on #663564 background.