COLOR #63557C

HEX: #63557C
RGB: (99,85,124)

Color info

#63557C contains red, green and blue colors in about the same proportion. Web safe color of #63557C is #666666 (or #666).

RGB color model

#63557C color RGB value is (99,85,124).

  • red value is 99;
  • green value is 85;
  • blue value is 124.
RGB:
(99,85,124)
(39%,33%,49%)

RGB channels and saturation

R 99 of 255 = 39%
G 85 of 255 = 33%
B 124 of 255 = 49%

99
85
124

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

Portions of RGB colors in percentages

R + G + B =
99 + 85 + 124 = 308 (100%)
R 99 of 308 ~ 32.14%
G 85 of 308 ~ 27.6%
B 124 of 308 ~ 40.26%

%32.14
%27.6
%40.26

CMYK color model

#63557C color CMYK value is (20,31,0,51).

  • cyan value is 20.16%
  • magenta value is 31.45%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(20,31,0,51)
C20M31Y0K51 
(20%,31%,0%,51%)
(0.20/0.31/0.00/0.51)	

CMYK percentages

%20.16
%31.45
%0
%51.37

Codes

Color #63557C in popluar color models

63557C
RGB9985124
HSL262°18.66%40.98%
HSB/HSV262°31.45%48.63%
CMYK20.16%31.45%0.00%
51.37%

Color #63557C in popluar number systems.

HEX63557C
Decimal9985124
Binary110001110101011111100
Octal143125174

Shades and tints

Shades of #63557C

#63557C
(99,85,124)
#5A4E71
(90,78,113)
#514766
(81,71,102)
#48405B
(72,64,91)
#3F3950
(63,57,80)
#363245
(54,50,69)
#2D2B3A
(45,43,58)
#24242F
(36,36,47)
#1B1D24
(27,29,36)
#121619
(18,22,25)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #63557C

#63557C
(99,85,124)
#716487
(113,100,135)
#7F7392
(127,115,146)
#8D829D
(141,130,157)
#9B91A8
(155,145,168)
#A9A0B3
(169,160,179)
#B7AFBE
(183,175,190)
#C5BEC9
(197,190,201)
#D3CDD4
(211,205,212)
#E1DCDF
(225,220,223)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63557C color. Also use rgb(99,85,124) instead hex code.

Text Font Color

.myTextColor { color: #63557C; }

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

This text font color is #63557C.


Background Color

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

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

This div background color is #63557C.


Border color

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

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

This div border color is #63557C.


Opacity

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

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

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

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

This text has shadow with #63557C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63557C on black background.


Color preview on white background

This text has color #63557C on white background.



Black color preview on #63557C background

This text has black color on #63557C background.


White color preview on #63557C background

This text has white color on #63557C background.