COLOR #63459C

HEX: #63459C
RGB: (99,69,156)

Color info

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

RGB color model

#63459C color RGB value is (99,69,156).

  • red value is 99;
  • green value is 69;
  • blue value is 156.
RGB:
(99,69,156)
(39%,27%,61%)

RGB channels and saturation

R 99 of 255 = 39%
G 69 of 255 = 27%
B 156 of 255 = 61%

99
69
156

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

Portions of RGB colors in percentages

R + G + B =
99 + 69 + 156 = 324 (100%)
R 99 of 324 ~ 30.56%
G 69 of 324 ~ 21.3%
B 156 of 324 ~ 48.15%

%30.56
%21.3
%48.15

CMYK color model

#63459C color CMYK value is (37,56,0,39).

  • cyan value is 36.54%
  • magenta value is 55.77%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(37,56,0,39)
C37M56Y0K39 
(37%,56%,0%,39%)
(0.37/0.56/0.00/0.39)	

CMYK percentages

%36.54
%55.77
%0
%38.82

Codes

Color #63459C in popluar color models

63459C
RGB9969156
HSL261°38.67%44.12%
HSB/HSV261°55.77%61.18%
CMYK36.54%55.77%0.00%
38.82%

Color #63459C in popluar number systems.

HEX63459C
Decimal9969156
Binary1100011100010110011100
Octal143105234

Shades and tints

Shades of #63459C

#63459C
(99,69,156)
#5A3F8E
(90,63,142)
#513980
(81,57,128)
#483372
(72,51,114)
#3F2D64
(63,45,100)
#362756
(54,39,86)
#2D2148
(45,33,72)
#241B3A
(36,27,58)
#1B152C
(27,21,44)
#120F1E
(18,15,30)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #63459C

#63459C
(99,69,156)
#7155A5
(113,85,165)
#7F65AE
(127,101,174)
#8D75B7
(141,117,183)
#9B85C0
(155,133,192)
#A995C9
(169,149,201)
#B7A5D2
(183,165,210)
#C5B5DB
(197,181,219)
#D3C5E4
(211,197,228)
#E1D5ED
(225,213,237)
#EFE5F6
(239,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63459C color. Also use rgb(99,69,156) instead hex code.

Text Font Color

.myTextColor { color: #63459C; }

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

This text font color is #63459C.


Background Color

.myBgColor { background-color: #63459C; }

<div style="background-color:#63459C">Inner text</div>

This div background color is #63459C.


Border color

.myBorderColor { border: 1px solid #63459C; }

<div style="border:3px solid #63459C">Div</div>

This div border color is #63459C.


Opacity

.myOpacity80 { color: #63459C; opacity: 0.8; }

<p style="color:#63459C;opacity:0.8;">80%</p>

Text with #63459C 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 #63459C;}

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

This text has shadow with #63459C color.

.textShadow {text-shadow: 3px 3px 1px #63459C, 3px 3px 1px red;}

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

This text has shadow with #63459C primary color and red secondary color.


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

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

This text has shadow with #63459C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63459C on black background.


Color preview on white background

This text has color #63459C on white background.



Black color preview on #63459C background

This text has black color on #63459C background.


White color preview on #63459C background

This text has white color on #63459C background.