COLOR #63629A

HEX: #63629A
RGB: (99,98,154)

Color info

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

RGB color model

#63629A color RGB value is (99,98,154).

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

RGB channels and saturation

R 99 of 255 = 39%
G 98 of 255 = 38%
B 154 of 255 = 60%

99
98
154

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

Portions of RGB colors in percentages

R + G + B =
99 + 98 + 154 = 351 (100%)
R 99 of 351 ~ 28.21%
G 98 of 351 ~ 27.92%
B 154 of 351 ~ 43.87%

%28.21
%27.92
%43.87

CMYK color model

#63629A color CMYK value is (36,36,0,40).

  • cyan value is 35.71%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(36,36,0,40)
C36M36Y0K40 
(36%,36%,0%,40%)
(0.36/0.36/0.00/0.40)	

CMYK percentages

%35.71
%36.36
%0
%39.61

Codes

Color #63629A in popluar color models

63629A
RGB9998154
HSL241°22.22%49.41%
HSB/HSV241°36.36%60.39%
CMYK35.71%36.36%0.00%
39.61%

Color #63629A in popluar number systems.

HEX63629A
Decimal9998154
Binary1100011110001010011010
Octal143142232

Shades and tints

Shades of #63629A

#63629A
(99,98,154)
#5A5A8C
(90,90,140)
#51527E
(81,82,126)
#484A70
(72,74,112)
#3F4262
(63,66,98)
#363A54
(54,58,84)
#2D3246
(45,50,70)
#242A38
(36,42,56)
#1B222A
(27,34,42)
#121A1C
(18,26,28)
#09120E
(9,18,14)
#000000
(0,0,0)

Tints of #63629A

#63629A
(99,98,154)
#7170A3
(113,112,163)
#7F7EAC
(127,126,172)
#8D8CB5
(141,140,181)
#9B9ABE
(155,154,190)
#A9A8C7
(169,168,199)
#B7B6D0
(183,182,208)
#C5C4D9
(197,196,217)
#D3D2E2
(211,210,226)
#E1E0EB
(225,224,235)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63629A color. Also use rgb(99,98,154) instead hex code.

Text Font Color

.myTextColor { color: #63629A; }

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

This text font color is #63629A.


Background Color

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

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

This div background color is #63629A.


Border color

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

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

This div border color is #63629A.


Opacity

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

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

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

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

This text has shadow with #63629A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63629A on black background.


Color preview on white background

This text has color #63629A on white background.



Black color preview on #63629A background

This text has black color on #63629A background.


White color preview on #63629A background

This text has white color on #63629A background.