COLOR #63549F

HEX: #63549F
RGB: (99,84,159)

Color info

#63549F contains mainly blue color. Web safe color of #63549F is #666699 (or #669).

RGB color model

#63549F color RGB value is (99,84,159).

  • red value is 99;
  • green value is 84;
  • blue value is 159.
RGB:
(99,84,159)
(39%,33%,62%)

RGB channels and saturation

R 99 of 255 = 39%
G 84 of 255 = 33%
B 159 of 255 = 62%

99
84
159

R + G + B ~ 45%. #63549F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 84 + 159 = 342 (100%)
R 99 of 342 ~ 28.95%
G 84 of 342 ~ 24.56%
B 159 of 342 ~ 46.49%

%28.95
%24.56
%46.49

CMYK color model

#63549F color CMYK value is (38,47,0,38).

  • cyan value is 37.74%
  • magenta value is 47.17%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(38,47,0,38)
C38M47Y0K38 
(38%,47%,0%,38%)
(0.38/0.47/0.00/0.38)	

CMYK percentages

%37.74
%47.17
%0
%37.65

Codes

Color #63549F in popluar color models

63549F
RGB9984159
HSL252°30.86%47.65%
HSB/HSV252°47.17%62.35%
CMYK37.74%47.17%0.00%
37.65%

Color #63549F in popluar number systems.

HEX63549F
Decimal9984159
Binary1100011101010010011111
Octal143124237

Shades and tints

Shades of #63549F

#63549F
(99,84,159)
#5A4D91
(90,77,145)
#514683
(81,70,131)
#483F75
(72,63,117)
#3F3867
(63,56,103)
#363159
(54,49,89)
#2D2A4B
(45,42,75)
#24233D
(36,35,61)
#1B1C2F
(27,28,47)
#121521
(18,21,33)
#090E13
(9,14,19)
#000000
(0,0,0)

Tints of #63549F

#63549F
(99,84,159)
#7163A7
(113,99,167)
#7F72AF
(127,114,175)
#8D81B7
(141,129,183)
#9B90BF
(155,144,191)
#A99FC7
(169,159,199)
#B7AECF
(183,174,207)
#C5BDD7
(197,189,215)
#D3CCDF
(211,204,223)
#E1DBE7
(225,219,231)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63549F color. Also use rgb(99,84,159) instead hex code.

Text Font Color

.myTextColor { color: #63549F; }

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

This text font color is #63549F.


Background Color

.myBgColor { background-color: #63549F; }

<div style="background-color:#63549F">Inner text</div>

This div background color is #63549F.


Border color

.myBorderColor { border: 1px solid #63549F; }

<div style="border:3px solid #63549F">Div</div>

This div border color is #63549F.


Opacity

.myOpacity80 { color: #63549F; opacity: 0.8; }

<p style="color:#63549F;opacity:0.8;">80%</p>

Text with #63549F 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 #63549F;}

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

This text has shadow with #63549F color.

.textShadow {text-shadow: 3px 3px 1px #63549F, 3px 3px 1px red;}

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

This text has shadow with #63549F primary color and red secondary color.


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

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

This text has shadow with #63549F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63549F on black background.


Color preview on white background

This text has color #63549F on white background.



Black color preview on #63549F background

This text has black color on #63549F background.


White color preview on #63549F background

This text has white color on #63549F background.