COLOR #63408B

HEX: #63408B
RGB: (99,64,139)

Color info

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

RGB color model

#63408B color RGB value is (99,64,139).

  • red value is 99;
  • green value is 64;
  • blue value is 139.
RGB:
(99,64,139)
(39%,25%,55%)

RGB channels and saturation

R 99 of 255 = 39%
G 64 of 255 = 25%
B 139 of 255 = 55%

99
64
139

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

Portions of RGB colors in percentages

R + G + B =
99 + 64 + 139 = 302 (100%)
R 99 of 302 ~ 32.78%
G 64 of 302 ~ 21.19%
B 139 of 302 ~ 46.03%

%32.78
%21.19
%46.03

CMYK color model

#63408B color CMYK value is (29,54,0,45).

  • cyan value is 28.78%
  • magenta value is 53.96%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(29,54,0,45)
C29M54Y0K45 
(29%,54%,0%,45%)
(0.29/0.54/0.00/0.45)	

CMYK percentages

%28.78
%53.96
%0
%45.49

Codes

Color #63408B in popluar color models

63408B
RGB9964139
HSL268°36.95%39.80%
HSB/HSV268°53.96%54.51%
CMYK28.78%53.96%0.00%
45.49%

Color #63408B in popluar number systems.

HEX63408B
Decimal9964139
Binary1100011100000010001011
Octal143100213

Shades and tints

Shades of #63408B

#63408B
(99,64,139)
#5A3B7F
(90,59,127)
#513673
(81,54,115)
#483167
(72,49,103)
#3F2C5B
(63,44,91)
#36274F
(54,39,79)
#2D2243
(45,34,67)
#241D37
(36,29,55)
#1B182B
(27,24,43)
#12131F
(18,19,31)
#090E13
(9,14,19)
#000000
(0,0,0)

Tints of #63408B

#63408B
(99,64,139)
#715195
(113,81,149)
#7F629F
(127,98,159)
#8D73A9
(141,115,169)
#9B84B3
(155,132,179)
#A995BD
(169,149,189)
#B7A6C7
(183,166,199)
#C5B7D1
(197,183,209)
#D3C8DB
(211,200,219)
#E1D9E5
(225,217,229)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63408B color. Also use rgb(99,64,139) instead hex code.

Text Font Color

.myTextColor { color: #63408B; }

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

This text font color is #63408B.


Background Color

.myBgColor { background-color: #63408B; }

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

This div background color is #63408B.


Border color

.myBorderColor { border: 1px solid #63408B; }

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

This div border color is #63408B.


Opacity

.myOpacity80 { color: #63408B; opacity: 0.8; }

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

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

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

This text has shadow with #63408B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63408B on black background.


Color preview on white background

This text has color #63408B on white background.



Black color preview on #63408B background

This text has black color on #63408B background.


White color preview on #63408B background

This text has white color on #63408B background.