COLOR #63699C

HEX: #63699C
RGB: (99,105,156)

Color info

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

RGB color model

#63699C color RGB value is (99,105,156).

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

RGB channels and saturation

R 99 of 255 = 39%
G 105 of 255 = 41%
B 156 of 255 = 61%

99
105
156

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

Portions of RGB colors in percentages

R + G + B =
99 + 105 + 156 = 360 (100%)
R 99 of 360 ~ 27.5%
G 105 of 360 ~ 29.17%
B 156 of 360 ~ 43.33%

%27.5
%29.17
%43.33

CMYK color model

#63699C color CMYK value is (37,33,0,39).

  • cyan value is 36.54%
  • magenta value is 32.69%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(37,33,0,39)
C37M33Y0K39 
(37%,33%,0%,39%)
(0.37/0.33/0.00/0.39)	

CMYK percentages

%36.54
%32.69
%0
%38.82

Codes

Color #63699C in popluar color models

63699C
RGB99105156
HSL234°22.35%50.00%
HSB/HSV234°36.54%61.18%
CMYK36.54%32.69%0.00%
38.82%

Color #63699C in popluar number systems.

HEX63699C
Decimal99105156
Binary1100011110100110011100
Octal143151234

Shades and tints

Shades of #63699C

#63699C
(99,105,156)
#5A608E
(90,96,142)
#515780
(81,87,128)
#484E72
(72,78,114)
#3F4564
(63,69,100)
#363C56
(54,60,86)
#2D3348
(45,51,72)
#242A3A
(36,42,58)
#1B212C
(27,33,44)
#12181E
(18,24,30)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #63699C

#63699C
(99,105,156)
#7176A5
(113,118,165)
#7F83AE
(127,131,174)
#8D90B7
(141,144,183)
#9B9DC0
(155,157,192)
#A9AAC9
(169,170,201)
#B7B7D2
(183,183,210)
#C5C4DB
(197,196,219)
#D3D1E4
(211,209,228)
#E1DEED
(225,222,237)
#EFEBF6
(239,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63699C color. Also use rgb(99,105,156) instead hex code.

Text Font Color

.myTextColor { color: #63699C; }

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

This text font color is #63699C.


Background Color

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

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

This div background color is #63699C.


Border color

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

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

This div border color is #63699C.


Opacity

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

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

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

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

This text has shadow with #63699C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63699C on black background.


Color preview on white background

This text has color #63699C on white background.



Black color preview on #63699C background

This text has black color on #63699C background.


White color preview on #63699C background

This text has white color on #63699C background.