COLOR #63487E

HEX: #63487E
RGB: (99,72,126)

Color info

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

RGB color model

#63487E color RGB value is (99,72,126).

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

RGB channels and saturation

R 99 of 255 = 39%
G 72 of 255 = 28%
B 126 of 255 = 49%

99
72
126

R + G + B ~ 39%. #63487E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 72 + 126 = 297 (100%)
R 99 of 297 ~ 33.33%
G 72 of 297 ~ 24.24%
B 126 of 297 ~ 42.42%

%33.33
%24.24
%42.42

CMYK color model

#63487E color CMYK value is (21,43,0,51).

  • cyan value is 21.43%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(21,43,0,51)
C21M43Y0K51 
(21%,43%,0%,51%)
(0.21/0.43/0.00/0.51)	

CMYK percentages

%21.43
%42.86
%0
%50.59

Codes

Color #63487E in popluar color models

63487E
RGB9972126
HSL270°27.27%38.82%
HSB/HSV270°42.86%49.41%
CMYK21.43%42.86%0.00%
50.59%

Color #63487E in popluar number systems.

HEX63487E
Decimal9972126
Binary110001110010001111110
Octal143110176

Shades and tints

Shades of #63487E

#63487E
(99,72,126)
#5A4273
(90,66,115)
#513C68
(81,60,104)
#48365D
(72,54,93)
#3F3052
(63,48,82)
#362A47
(54,42,71)
#2D243C
(45,36,60)
#241E31
(36,30,49)
#1B1826
(27,24,38)
#12121B
(18,18,27)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #63487E

#63487E
(99,72,126)
#715889
(113,88,137)
#7F6894
(127,104,148)
#8D789F
(141,120,159)
#9B88AA
(155,136,170)
#A998B5
(169,152,181)
#B7A8C0
(183,168,192)
#C5B8CB
(197,184,203)
#D3C8D6
(211,200,214)
#E1D8E1
(225,216,225)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63487E color. Also use rgb(99,72,126) instead hex code.

Text Font Color

.myTextColor { color: #63487E; }

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

This text font color is #63487E.


Background Color

.myBgColor { background-color: #63487E; }

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

This div background color is #63487E.


Border color

.myBorderColor { border: 1px solid #63487E; }

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

This div border color is #63487E.


Opacity

.myOpacity80 { color: #63487E; opacity: 0.8; }

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

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

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

This text has shadow with #63487E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63487E on black background.


Color preview on white background

This text has color #63487E on white background.



Black color preview on #63487E background

This text has black color on #63487E background.


White color preview on #63487E background

This text has white color on #63487E background.