COLOR #63639B

HEX: #63639B
RGB: (99,99,155)

Color info

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

RGB color model

#63639B color RGB value is (99,99,155).

  • red value is 99;
  • green value is 99;
  • blue value is 155.
RGB:
(99,99,155)
(39%,39%,61%)

RGB channels and saturation

R 99 of 255 = 39%
G 99 of 255 = 39%
B 155 of 255 = 61%

99
99
155

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

Portions of RGB colors in percentages

R + G + B =
99 + 99 + 155 = 353 (100%)
R 99 of 353 ~ 28.05%
G 99 of 353 ~ 28.05%
B 155 of 353 ~ 43.91%

%28.05
%28.05
%43.91

CMYK color model

#63639B color CMYK value is (36,36,0,39).

  • cyan value is 36.13%
  • magenta value is 36.13%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(36,36,0,39)
C36M36Y0K39 
(36%,36%,0%,39%)
(0.36/0.36/0.00/0.39)	

CMYK percentages

%36.13
%36.13
%0
%39.22

Codes

Color #63639B in popluar color models

63639B
RGB9999155
HSL240°22.05%49.80%
HSB/HSV240°36.13%60.78%
CMYK36.13%36.13%0.00%
39.22%

Color #63639B in popluar number systems.

HEX63639B
Decimal9999155
Binary1100011110001110011011
Octal143143233

Shades and tints

Shades of #63639B

#63639B
(99,99,155)
#5A5A8D
(90,90,141)
#51517F
(81,81,127)
#484871
(72,72,113)
#3F3F63
(63,63,99)
#363655
(54,54,85)
#2D2D47
(45,45,71)
#242439
(36,36,57)
#1B1B2B
(27,27,43)
#12121D
(18,18,29)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #63639B

#63639B
(99,99,155)
#7171A4
(113,113,164)
#7F7FAD
(127,127,173)
#8D8DB6
(141,141,182)
#9B9BBF
(155,155,191)
#A9A9C8
(169,169,200)
#B7B7D1
(183,183,209)
#C5C5DA
(197,197,218)
#D3D3E3
(211,211,227)
#E1E1EC
(225,225,236)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63639B color. Also use rgb(99,99,155) instead hex code.

Text Font Color

.myTextColor { color: #63639B; }

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

This text font color is #63639B.


Background Color

.myBgColor { background-color: #63639B; }

<div style="background-color:#63639B">Inner text</div>

This div background color is #63639B.


Border color

.myBorderColor { border: 1px solid #63639B; }

<div style="border:3px solid #63639B">Div</div>

This div border color is #63639B.


Opacity

.myOpacity80 { color: #63639B; opacity: 0.8; }

<p style="color:#63639B;opacity:0.8;">80%</p>

Text with #63639B 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 #63639B;}

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

This text has shadow with #63639B color.

.textShadow {text-shadow: 3px 3px 1px #63639B, 3px 3px 1px red;}

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

This text has shadow with #63639B primary color and red secondary color.


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

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

This text has shadow with #63639B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63639B on black background.


Color preview on white background

This text has color #63639B on white background.



Black color preview on #63639B background

This text has black color on #63639B background.


White color preview on #63639B background

This text has white color on #63639B background.