COLOR #663C81

HEX: #663C81
RGB: (102,60,129)

Color info

#663C81 contains mainly red and blue colors. Web safe color of #663C81 is #663399 (or #639).

RGB color model

#663C81 color RGB value is (102,60,129).

  • red value is 102;
  • green value is 60;
  • blue value is 129.
RGB:
(102,60,129)
(40%,24%,51%)

RGB channels and saturation

R 102 of 255 = 40%
G 60 of 255 = 24%
B 129 of 255 = 51%

102
60
129

R + G + B ~ 38%. #663C81 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 60 + 129 = 291 (100%)
R 102 of 291 ~ 35.05%
G 60 of 291 ~ 20.62%
B 129 of 291 ~ 44.33%

%35.05
%20.62
%44.33

CMYK color model

#663C81 color CMYK value is (21,53,0,49).

  • cyan value is 20.93%
  • magenta value is 53.49%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(21,53,0,49)
C21M53Y0K49 
(21%,53%,0%,49%)
(0.21/0.53/0.00/0.49)	

CMYK percentages

%20.93
%53.49
%0
%49.41

Codes

Color #663C81 in popluar color models

663C81
RGB10260129
HSL277°36.51%37.06%
HSB/HSV277°53.49%50.59%
CMYK20.93%53.49%0.00%
49.41%

Color #663C81 in popluar number systems.

HEX663C81
Decimal10260129
Binary110011011110010000001
Octal14674201

Shades and tints

Shades of #663C81

#663C81
(102,60,129)
#5D3776
(93,55,118)
#54326B
(84,50,107)
#4B2D60
(75,45,96)
#422855
(66,40,85)
#39234A
(57,35,74)
#301E3F
(48,30,63)
#271934
(39,25,52)
#1E1429
(30,20,41)
#150F1E
(21,15,30)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #663C81

#663C81
(102,60,129)
#734D8C
(115,77,140)
#805E97
(128,94,151)
#8D6FA2
(141,111,162)
#9A80AD
(154,128,173)
#A791B8
(167,145,184)
#B4A2C3
(180,162,195)
#C1B3CE
(193,179,206)
#CEC4D9
(206,196,217)
#DBD5E4
(219,213,228)
#E8E6EF
(232,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663C81 color. Also use rgb(102,60,129) instead hex code.

Text Font Color

.myTextColor { color: #663C81; }

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

This text font color is #663C81.


Background Color

.myBgColor { background-color: #663C81; }

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

This div background color is #663C81.


Border color

.myBorderColor { border: 1px solid #663C81; }

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

This div border color is #663C81.


Opacity

.myOpacity80 { color: #663C81; opacity: 0.8; }

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

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

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

This text has shadow with #663C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663C81 on black background.


Color preview on white background

This text has color #663C81 on white background.



Black color preview on #663C81 background

This text has black color on #663C81 background.


White color preview on #663C81 background

This text has white color on #663C81 background.