COLOR #63568D

HEX: #63568D
RGB: (99,86,141)

Color info

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

RGB color model

#63568D color RGB value is (99,86,141).

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

RGB channels and saturation

R 99 of 255 = 39%
G 86 of 255 = 34%
B 141 of 255 = 55%

99
86
141

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

Portions of RGB colors in percentages

R + G + B =
99 + 86 + 141 = 326 (100%)
R 99 of 326 ~ 30.37%
G 86 of 326 ~ 26.38%
B 141 of 326 ~ 43.25%

%30.37
%26.38
%43.25

CMYK color model

#63568D color CMYK value is (30,39,0,45).

  • cyan value is 29.79%
  • magenta value is 39.01%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(30,39,0,45)
C30M39Y0K45 
(30%,39%,0%,45%)
(0.30/0.39/0.00/0.45)	

CMYK percentages

%29.79
%39.01
%0
%44.71

Codes

Color #63568D in popluar color models

63568D
RGB9986141
HSL254°24.23%44.51%
HSB/HSV254°39.01%55.29%
CMYK29.79%39.01%0.00%
44.71%

Color #63568D in popluar number systems.

HEX63568D
Decimal9986141
Binary1100011101011010001101
Octal143126215

Shades and tints

Shades of #63568D

#63568D
(99,86,141)
#5A4F81
(90,79,129)
#514875
(81,72,117)
#484169
(72,65,105)
#3F3A5D
(63,58,93)
#363351
(54,51,81)
#2D2C45
(45,44,69)
#242539
(36,37,57)
#1B1E2D
(27,30,45)
#121721
(18,23,33)
#091015
(9,16,21)
#000000
(0,0,0)

Tints of #63568D

#63568D
(99,86,141)
#716597
(113,101,151)
#7F74A1
(127,116,161)
#8D83AB
(141,131,171)
#9B92B5
(155,146,181)
#A9A1BF
(169,161,191)
#B7B0C9
(183,176,201)
#C5BFD3
(197,191,211)
#D3CEDD
(211,206,221)
#E1DDE7
(225,221,231)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63568D; }

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

This text font color is #63568D.


Background Color

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

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

This div background color is #63568D.


Border color

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

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

This div border color is #63568D.


Opacity

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

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

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

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

This text has shadow with #63568D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63568D on black background.


Color preview on white background

This text has color #63568D on white background.



Black color preview on #63568D background

This text has black color on #63568D background.


White color preview on #63568D background

This text has white color on #63568D background.