COLOR #63648C

HEX: #63648C
RGB: (99,100,140)

Color info

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

RGB color model

#63648C color RGB value is (99,100,140).

  • red value is 99;
  • green value is 100;
  • blue value is 140.
RGB:
(99,100,140)
(39%,39%,55%)

RGB channels and saturation

R 99 of 255 = 39%
G 100 of 255 = 39%
B 140 of 255 = 55%

99
100
140

R + G + B ~ 44%. #63648C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 100 + 140 = 339 (100%)
R 99 of 339 ~ 29.2%
G 100 of 339 ~ 29.5%
B 140 of 339 ~ 41.3%

%29.2
%29.5
%41.3

CMYK color model

#63648C color CMYK value is (29,29,0,45).

  • cyan value is 29.29%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(29,29,0,45)
C29M29Y0K45 
(29%,29%,0%,45%)
(0.29/0.29/0.00/0.45)	

CMYK percentages

%29.29
%28.57
%0
%45.1

Codes

Color #63648C in popluar color models

63648C
RGB99100140
HSL239°17.15%46.86%
HSB/HSV239°29.29%54.90%
CMYK29.29%28.57%0.00%
45.10%

Color #63648C in popluar number systems.

HEX63648C
Decimal99100140
Binary1100011110010010001100
Octal143144214

Shades and tints

Shades of #63648C

#63648C
(99,100,140)
#5A5B80
(90,91,128)
#515274
(81,82,116)
#484968
(72,73,104)
#3F405C
(63,64,92)
#363750
(54,55,80)
#2D2E44
(45,46,68)
#242538
(36,37,56)
#1B1C2C
(27,28,44)
#121320
(18,19,32)
#090A14
(9,10,20)
#000000
(0,0,0)

Tints of #63648C

#63648C
(99,100,140)
#717296
(113,114,150)
#7F80A0
(127,128,160)
#8D8EAA
(141,142,170)
#9B9CB4
(155,156,180)
#A9AABE
(169,170,190)
#B7B8C8
(183,184,200)
#C5C6D2
(197,198,210)
#D3D4DC
(211,212,220)
#E1E2E6
(225,226,230)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63648C color. Also use rgb(99,100,140) instead hex code.

Text Font Color

.myTextColor { color: #63648C; }

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

This text font color is #63648C.


Background Color

.myBgColor { background-color: #63648C; }

<div style="background-color:#63648C">Inner text</div>

This div background color is #63648C.


Border color

.myBorderColor { border: 1px solid #63648C; }

<div style="border:3px solid #63648C">Div</div>

This div border color is #63648C.


Opacity

.myOpacity80 { color: #63648C; opacity: 0.8; }

<p style="color:#63648C;opacity:0.8;">80%</p>

Text with #63648C 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 #63648C;}

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

This text has shadow with #63648C color.

.textShadow {text-shadow: 3px 3px 1px #63648C, 3px 3px 1px red;}

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

This text has shadow with #63648C primary color and red secondary color.


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

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

This text has shadow with #63648C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63648C on black background.


Color preview on white background

This text has color #63648C on white background.



Black color preview on #63648C background

This text has black color on #63648C background.


White color preview on #63648C background

This text has white color on #63648C background.