COLOR #63489A

HEX: #63489A
RGB: (99,72,154)

Color info

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

RGB color model

#63489A color RGB value is (99,72,154).

  • red value is 99;
  • green value is 72;
  • blue value is 154.
RGB:
(99,72,154)
(39%,28%,60%)

RGB channels and saturation

R 99 of 255 = 39%
G 72 of 255 = 28%
B 154 of 255 = 60%

99
72
154

R + G + B ~ 42%. #63489A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 72 + 154 = 325 (100%)
R 99 of 325 ~ 30.46%
G 72 of 325 ~ 22.15%
B 154 of 325 ~ 47.38%

%30.46
%22.15
%47.38

CMYK color model

#63489A color CMYK value is (36,53,0,40).

  • cyan value is 35.71%
  • magenta value is 53.25%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(36,53,0,40)
C36M53Y0K40 
(36%,53%,0%,40%)
(0.36/0.53/0.00/0.40)	

CMYK percentages

%35.71
%53.25
%0
%39.61

Codes

Color #63489A in popluar color models

63489A
RGB9972154
HSL260°36.28%44.31%
HSB/HSV260°53.25%60.39%
CMYK35.71%53.25%0.00%
39.61%

Color #63489A in popluar number systems.

HEX63489A
Decimal9972154
Binary1100011100100010011010
Octal143110232

Shades and tints

Shades of #63489A

#63489A
(99,72,154)
#5A428C
(90,66,140)
#513C7E
(81,60,126)
#483670
(72,54,112)
#3F3062
(63,48,98)
#362A54
(54,42,84)
#2D2446
(45,36,70)
#241E38
(36,30,56)
#1B182A
(27,24,42)
#12121C
(18,18,28)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #63489A

#63489A
(99,72,154)
#7158A3
(113,88,163)
#7F68AC
(127,104,172)
#8D78B5
(141,120,181)
#9B88BE
(155,136,190)
#A998C7
(169,152,199)
#B7A8D0
(183,168,208)
#C5B8D9
(197,184,217)
#D3C8E2
(211,200,226)
#E1D8EB
(225,216,235)
#EFE8F4
(239,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63489A color. Also use rgb(99,72,154) instead hex code.

Text Font Color

.myTextColor { color: #63489A; }

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

This text font color is #63489A.


Background Color

.myBgColor { background-color: #63489A; }

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

This div background color is #63489A.


Border color

.myBorderColor { border: 1px solid #63489A; }

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

This div border color is #63489A.


Opacity

.myOpacity80 { color: #63489A; opacity: 0.8; }

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

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

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

This text has shadow with #63489A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63489A on black background.


Color preview on white background

This text has color #63489A on white background.



Black color preview on #63489A background

This text has black color on #63489A background.


White color preview on #63489A background

This text has white color on #63489A background.