COLOR #63568A

HEX: #63568A
RGB: (99,86,138)

Color info

#63568A contains red, green and blue colors in about the same proportion. Web safe color of #63568A is #666699 (or #669).

RGB color model

#63568A color RGB value is (99,86,138).

  • red value is 99;
  • green value is 86;
  • blue value is 138.
RGB:
(99,86,138)
(39%,34%,54%)

RGB channels and saturation

R 99 of 255 = 39%
G 86 of 255 = 34%
B 138 of 255 = 54%

99
86
138

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

Portions of RGB colors in percentages

R + G + B =
99 + 86 + 138 = 323 (100%)
R 99 of 323 ~ 30.65%
G 86 of 323 ~ 26.63%
B 138 of 323 ~ 42.72%

%30.65
%26.63
%42.72

CMYK color model

#63568A color CMYK value is (28,38,0,46).

  • cyan value is 28.26%
  • magenta value is 37.68%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(28,38,0,46)
C28M38Y0K46 
(28%,38%,0%,46%)
(0.28/0.38/0.00/0.46)	

CMYK percentages

%28.26
%37.68
%0
%45.88

Codes

Color #63568A in popluar color models

63568A
RGB9986138
HSL255°23.21%43.92%
HSB/HSV255°37.68%54.12%
CMYK28.26%37.68%0.00%
45.88%

Color #63568A in popluar number systems.

HEX63568A
Decimal9986138
Binary1100011101011010001010
Octal143126212

Shades and tints

Shades of #63568A

#63568A
(99,86,138)
#5A4F7E
(90,79,126)
#514872
(81,72,114)
#484166
(72,65,102)
#3F3A5A
(63,58,90)
#36334E
(54,51,78)
#2D2C42
(45,44,66)
#242536
(36,37,54)
#1B1E2A
(27,30,42)
#12171E
(18,23,30)
#091012
(9,16,18)
#000000
(0,0,0)

Tints of #63568A

#63568A
(99,86,138)
#716594
(113,101,148)
#7F749E
(127,116,158)
#8D83A8
(141,131,168)
#9B92B2
(155,146,178)
#A9A1BC
(169,161,188)
#B7B0C6
(183,176,198)
#C5BFD0
(197,191,208)
#D3CEDA
(211,206,218)
#E1DDE4
(225,221,228)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63568A color. Also use rgb(99,86,138) instead hex code.

Text Font Color

.myTextColor { color: #63568A; }

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

This text font color is #63568A.


Background Color

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

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

This div background color is #63568A.


Border color

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

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

This div border color is #63568A.


Opacity

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

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

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

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

This text has shadow with #63568A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63568A on black background.


Color preview on white background

This text has color #63568A on white background.



Black color preview on #63568A background

This text has black color on #63568A background.


White color preview on #63568A background

This text has white color on #63568A background.