COLOR #663EAD

HEX: #663EAD
RGB: (102,62,173)

Color info

#663EAD contains mainly blue color. Web safe color of #663EAD is #663399 (or #639).

RGB color model

#663EAD color RGB value is (102,62,173).

  • red value is 102;
  • green value is 62;
  • blue value is 173.
RGB:
(102,62,173)
(40%,24%,68%)

RGB channels and saturation

R 102 of 255 = 40%
G 62 of 255 = 24%
B 173 of 255 = 68%

102
62
173

R + G + B ~ 44%. #663EAD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 62 + 173 = 337 (100%)
R 102 of 337 ~ 30.27%
G 62 of 337 ~ 18.4%
B 173 of 337 ~ 51.34%

%30.27
%18.4
%51.34

CMYK color model

#663EAD color CMYK value is (41,64,0,32).

  • cyan value is 41.04%
  • magenta value is 64.16%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(41,64,0,32)
C41M64Y0K32 
(41%,64%,0%,32%)
(0.41/0.64/0.00/0.32)	

CMYK percentages

%41.04
%64.16
%0
%32.16

Codes

Color #663EAD in popluar color models

663EAD
RGB10262173
HSL262°47.23%46.08%
HSB/HSV262°64.16%67.84%
CMYK41.04%64.16%0.00%
32.16%

Color #663EAD in popluar number systems.

HEX663EAD
Decimal10262173
Binary110011011111010101101
Octal14676255

Shades and tints

Shades of #663EAD

#663EAD
(102,62,173)
#5D399E
(93,57,158)
#54348F
(84,52,143)
#4B2F80
(75,47,128)
#422A71
(66,42,113)
#392562
(57,37,98)
#302053
(48,32,83)
#271B44
(39,27,68)
#1E1635
(30,22,53)
#151126
(21,17,38)
#0C0C17
(12,12,23)
#000000
(0,0,0)

Tints of #663EAD

#663EAD
(102,62,173)
#734FB4
(115,79,180)
#8060BB
(128,96,187)
#8D71C2
(141,113,194)
#9A82C9
(154,130,201)
#A793D0
(167,147,208)
#B4A4D7
(180,164,215)
#C1B5DE
(193,181,222)
#CEC6E5
(206,198,229)
#DBD7EC
(219,215,236)
#E8E8F3
(232,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663EAD color. Also use rgb(102,62,173) instead hex code.

Text Font Color

.myTextColor { color: #663EAD; }

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

This text font color is #663EAD.


Background Color

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

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

This div background color is #663EAD.


Border color

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

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

This div border color is #663EAD.


Opacity

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

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

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

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

This text has shadow with #663EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663EAD on black background.


Color preview on white background

This text has color #663EAD on white background.



Black color preview on #663EAD background

This text has black color on #663EAD background.


White color preview on #663EAD background

This text has white color on #663EAD background.