COLOR #63627F

HEX: #63627F
RGB: (99,98,127)

Color info

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

RGB color model

#63627F color RGB value is (99,98,127).

  • red value is 99;
  • green value is 98;
  • blue value is 127.
RGB:
(99,98,127)
(39%,38%,50%)

RGB channels and saturation

R 99 of 255 = 39%
G 98 of 255 = 38%
B 127 of 255 = 50%

99
98
127

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

Portions of RGB colors in percentages

R + G + B =
99 + 98 + 127 = 324 (100%)
R 99 of 324 ~ 30.56%
G 98 of 324 ~ 30.25%
B 127 of 324 ~ 39.2%

%30.56
%30.25
%39.2

CMYK color model

#63627F color CMYK value is (22,23,0,50).

  • cyan value is 22.05%
  • magenta value is 22.83%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(22,23,0,50)
C22M23Y0K50 
(22%,23%,0%,50%)
(0.22/0.23/0.00/0.50)	

CMYK percentages

%22.05
%22.83
%0
%50.2

Codes

Color #63627F in popluar color models

63627F
RGB9998127
HSL242°12.89%44.12%
HSB/HSV242°22.83%49.80%
CMYK22.05%22.83%0.00%
50.20%

Color #63627F in popluar number systems.

HEX63627F
Decimal9998127
Binary110001111000101111111
Octal143142177

Shades and tints

Shades of #63627F

#63627F
(99,98,127)
#5A5A74
(90,90,116)
#515269
(81,82,105)
#484A5E
(72,74,94)
#3F4253
(63,66,83)
#363A48
(54,58,72)
#2D323D
(45,50,61)
#242A32
(36,42,50)
#1B2227
(27,34,39)
#121A1C
(18,26,28)
#091211
(9,18,17)
#000000
(0,0,0)

Tints of #63627F

#63627F
(99,98,127)
#71708A
(113,112,138)
#7F7E95
(127,126,149)
#8D8CA0
(141,140,160)
#9B9AAB
(155,154,171)
#A9A8B6
(169,168,182)
#B7B6C1
(183,182,193)
#C5C4CC
(197,196,204)
#D3D2D7
(211,210,215)
#E1E0E2
(225,224,226)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63627F color. Also use rgb(99,98,127) instead hex code.

Text Font Color

.myTextColor { color: #63627F; }

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

This text font color is #63627F.


Background Color

.myBgColor { background-color: #63627F; }

<div style="background-color:#63627F">Inner text</div>

This div background color is #63627F.


Border color

.myBorderColor { border: 1px solid #63627F; }

<div style="border:3px solid #63627F">Div</div>

This div border color is #63627F.


Opacity

.myOpacity80 { color: #63627F; opacity: 0.8; }

<p style="color:#63627F;opacity:0.8;">80%</p>

Text with #63627F 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 #63627F;}

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

This text has shadow with #63627F color.

.textShadow {text-shadow: 3px 3px 1px #63627F, 3px 3px 1px red;}

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

This text has shadow with #63627F primary color and red secondary color.


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

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

This text has shadow with #63627F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63627F on black background.


Color preview on white background

This text has color #63627F on white background.



Black color preview on #63627F background

This text has black color on #63627F background.


White color preview on #63627F background

This text has white color on #63627F background.