COLOR #663064

HEX: #663064
RGB: (102,48,100)

Color info

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

RGB color model

#663064 color RGB value is (102,48,100).

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

RGB channels and saturation

R 102 of 255 = 40%
G 48 of 255 = 19%
B 100 of 255 = 39%

102
48
100

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

Portions of RGB colors in percentages

R + G + B =
102 + 48 + 100 = 250 (100%)
R 102 of 250 ~ 40.8%
G 48 of 250 ~ 19.2%
B 100 of 250 ~ 40%

%40.8
%19.2
%40

CMYK color model

#663064 color CMYK value is (0,53,2,60).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 1.96%
  • key color value is 60.00%
CMYK:
(0,53,2,60)
C0M53Y2K60 
(0%,53%,2%,60%)
(0.00/0.53/0.02/0.60)	

CMYK percentages

%0
%52.94
%1.96
%60

Codes

Color #663064 in popluar color models

663064
RGB10248100
HSL302°36.00%29.41%
HSB/HSV302°52.94%40.00%
CMYK0.00%52.94%1.96%
60.00%

Color #663064 in popluar number systems.

HEX663064
Decimal10248100
Binary11001101100001100100
Octal14660144

Shades and tints

Shades of #663064

#663064
(102,48,100)
#5D2C5B
(93,44,91)
#542852
(84,40,82)
#4B2449
(75,36,73)
#422040
(66,32,64)
#391C37
(57,28,55)
#30182E
(48,24,46)
#271425
(39,20,37)
#1E101C
(30,16,28)
#150C13
(21,12,19)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #663064

#663064
(102,48,100)
#734272
(115,66,114)
#805480
(128,84,128)
#8D668E
(141,102,142)
#9A789C
(154,120,156)
#A78AAA
(167,138,170)
#B49CB8
(180,156,184)
#C1AEC6
(193,174,198)
#CEC0D4
(206,192,212)
#DBD2E2
(219,210,226)
#E8E4F0
(232,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663064; }

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

This text font color is #663064.


Background Color

.myBgColor { background-color: #663064; }

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

This div background color is #663064.


Border color

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

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

This div border color is #663064.


Opacity

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

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

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

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

This text has shadow with #663064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663064 on black background.


Color preview on white background

This text has color #663064 on white background.



Black color preview on #663064 background

This text has black color on #663064 background.


White color preview on #663064 background

This text has white color on #663064 background.