COLOR #63567E

HEX: #63567E RGB: (99,86,126)

Color info

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

RGB color model

#63567E color RGB value is (99,86,126).

RGB: (99,86,126) (39%, 34%, 49%)

RGB channels and saturation

R 99 of 255 = 39%
G 86 of 255 = 34%
B 126 of 255 = 49%

99
86
126

R + G + B ~ 41%. #63567E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 99 + 86 + 126 = 311 (100%)
R 99 of 311 ~ 31.83%
G 86 of 311 ~ 27.65%
B 126 of 311 ~ 40.51'%

%31.83
%27.65
%40.51

CMYK color model

#63567E color CMYK value is (21,32,0,51).

  • cyan value is 21.43%
  • magenta value is 31.75%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (21,32,0,51)
C21M32Y0K51 (21%, 32%, 0%, 51%)
(0.21 / 0.32 / 0.00 / 0.51)

CMYK percentages

%21.43
%31.75
%0
%50.59

Codes

Color #63567E in popluar color models

63 56 7E
RGB 99 86 126
HSL 260° 18.87% 41.57%
HSB/HSV 260° 31.75% 49.41%
CMYK 21.43% 31.75% 0.00%
50.59%

Color #63567E in popluar number systems.

HEX 63 56 7E
Decimal 99 86 126
Binary 1100011 1010110 1111110
Octal 143 126 176

Shades and tints

Shades of #63567E

#63567E
(99,86,126)
#5A4F73
(90,79,115)
#514868
(81,72,104)
#48415D
(72,65,93)
#3F3A52
(63,58,82)
#363347
(54,51,71)
#2D2C3C
(45,44,60)
#242531
(36,37,49)
#1B1E26
(27,30,38)
#12171B
(18,23,27)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #63567E

#63567E
(99,86,126)
#716589
(113,101,137)
#7F7494
(127,116,148)
#8D839F
(141,131,159)
#9B92AA
(155,146,170)
#A9A1B5
(169,161,181)
#B7B0C0
(183,176,192)
#C5BFCB
(197,191,203)
#D3CED6
(211,206,214)
#E1DDE1
(225,221,225)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63567E color. Also use rgb(99,86,126) instead hex code.

Text Font Color

.myTextColor { color: #63567E; }

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

This text font color is #63567E.

Background Color

.myBgColor { background-color: #63567E; }

<div style="background-color:#63567E">Inner text</div>

This div background color is #63567E.

Border color

.myBorderColor { border: 1px solid #63567E; }

<div style="border:3px solid #63567E">Div</div>

This div border color is #63567E.

Opacity

.myOpacity80 { color: #63567E; opacity: 0.8; }

<p style="color:#63567E;opacity:0.8;">80%</p>

Text with #63567E 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 #63567E;}

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

This text has shadow with #63567E color.


.textShadow {text-shadow: 3px 3px 1px #63567E', 3px 3px 1px red;}

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

This text has shadow with #63567E primary color and red secondary color.


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

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

This text has shadow with #63567E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63567E; -webkit-box-shadow: 1px 1px 3px 2px #63567E; box-shadow:1px 1px 3px 2px #63567E;">
Div content here
</div>

This div box has shadow with color #63567E.

Preview

Color preview on black background

This text has color #63567E on black background.


Color preview on white background

This text has color #63567E on white background.


Black color preview on #63567E background

This text has black color on #63567E background.


White color preview on #63567E background

This text has white color on #63567E background.


Related colors

Complementary color

Complementary color for #hex is #9CA981.


I love getcolorcode.com

Triadic colors

1 #7E6356 and #567E63 with #63567E are triadic colors.

2 #7E5663 and #56637E with #63567E are triadic colors.