COLOR #63607E

HEX: #63607E RGB: (99,96,126)

Color info

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

RGB color model

#63607E color RGB value is (99,96,126).

RGB: (99,96,126) (39%, 38%, 49%)

RGB channels and saturation

R 99 of 255 = 39%
G 96 of 255 = 38%
B 126 of 255 = 49%

99
96
126

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

Portions of RGB colors in percentages

R + G + B = 99 + 96 + 126 = 321 (100%)
R 99 of 321 ~ 30.84%
G 96 of 321 ~ 29.91%
B 126 of 321 ~ 39.25'%

%30.84
%29.91
%39.25

CMYK color model

#63607E color CMYK value is (21,24,0,51).

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

CMYK: (21,24,0,51)
C21M24Y0K51 (21%, 24%, 0%, 51%)
(0.21 / 0.24 / 0.00 / 0.51)

CMYK percentages

%21.43
%23.81
%0
%50.59

Codes

Color #63607E in popluar color models

63 60 7E
RGB 99 96 126
HSL 246° 13.51% 43.53%
HSB/HSV 246° 23.81% 49.41%
CMYK 21.43% 23.81% 0.00%
50.59%

Color #63607E in popluar number systems.

HEX 63 60 7E
Decimal 99 96 126
Binary 1100011 1100000 1111110
Octal 143 140 176

Shades and tints

Shades of #63607E

#63607E
(99,96,126)
#5A5873
(90,88,115)
#515068
(81,80,104)
#48485D
(72,72,93)
#3F4052
(63,64,82)
#363847
(54,56,71)
#2D303C
(45,48,60)
#242831
(36,40,49)
#1B2026
(27,32,38)
#12181B
(18,24,27)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #63607E

#63607E
(99,96,126)
#716E89
(113,110,137)
#7F7C94
(127,124,148)
#8D8A9F
(141,138,159)
#9B98AA
(155,152,170)
#A9A6B5
(169,166,181)
#B7B4C0
(183,180,192)
#C5C2CB
(197,194,203)
#D3D0D6
(211,208,214)
#E1DEE1
(225,222,225)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63607E; }

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

This text font color is #63607E.

Background Color

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

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

This div background color is #63607E.

Border color

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

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

This div border color is #63607E.

Opacity

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

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

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

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

This text has shadow with #63607E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63607E.

Preview

Color preview on black background

This text has color #63607E on black background.


Color preview on white background

This text has color #63607E on white background.


Black color preview on #63607E background

This text has black color on #63607E background.


White color preview on #63607E background

This text has white color on #63607E background.


Related colors

Complementary color

Complementary color for #hex is #9C9F81.


I love getcolorcode.com

Triadic colors

1 #7E6360 and #607E63 with #63607E are triadic colors.

2 #7E6063 and #60637E with #63607E are triadic colors.