COLOR #63457A

HEX: #63457A
RGB: (99,69,122)

Color info

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

RGB color model

#63457A color RGB value is (99,69,122).

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

RGB channels and saturation

R 99 of 255 = 39%
G 69 of 255 = 27%
B 122 of 255 = 48%

99
69
122

R + G + B ~ 38%. #63457A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 69 + 122 = 290 (100%)
R 99 of 290 ~ 34.14%
G 69 of 290 ~ 23.79%
B 122 of 290 ~ 42.07%

%34.14
%23.79
%42.07

CMYK color model

#63457A color CMYK value is (19,43,0,52).

  • cyan value is 18.85%
  • magenta value is 43.44%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(19,43,0,52)
C19M43Y0K52 
(19%,43%,0%,52%)
(0.19/0.43/0.00/0.52)	

CMYK percentages

%18.85
%43.44
%0
%52.16

Codes

Color #63457A in popluar color models

63457A
RGB9969122
HSL274°27.75%37.45%
HSB/HSV274°43.44%47.84%
CMYK18.85%43.44%0.00%
52.16%

Color #63457A in popluar number systems.

HEX63457A
Decimal9969122
Binary110001110001011111010
Octal143105172

Shades and tints

Shades of #63457A

#63457A
(99,69,122)
#5A3F6F
(90,63,111)
#513964
(81,57,100)
#483359
(72,51,89)
#3F2D4E
(63,45,78)
#362743
(54,39,67)
#2D2138
(45,33,56)
#241B2D
(36,27,45)
#1B1522
(27,21,34)
#120F17
(18,15,23)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #63457A

#63457A
(99,69,122)
#715586
(113,85,134)
#7F6592
(127,101,146)
#8D759E
(141,117,158)
#9B85AA
(155,133,170)
#A995B6
(169,149,182)
#B7A5C2
(183,165,194)
#C5B5CE
(197,181,206)
#D3C5DA
(211,197,218)
#E1D5E6
(225,213,230)
#EFE5F2
(239,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63457A color. Also use rgb(99,69,122) instead hex code.

Text Font Color

.myTextColor { color: #63457A; }

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

This text font color is #63457A.


Background Color

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

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

This div background color is #63457A.


Border color

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

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

This div border color is #63457A.


Opacity

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

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

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

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

This text has shadow with #63457A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63457A on black background.


Color preview on white background

This text has color #63457A on white background.



Black color preview on #63457A background

This text has black color on #63457A background.


White color preview on #63457A background

This text has white color on #63457A background.