COLOR #63689C

HEX: #63689C
RGB: (99,104,156)

Color info

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

RGB color model

#63689C color RGB value is (99,104,156).

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

RGB channels and saturation

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

99
104
156

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

Portions of RGB colors in percentages

R + G + B =
99 + 104 + 156 = 359 (100%)
R 99 of 359 ~ 27.58%
G 104 of 359 ~ 28.97%
B 156 of 359 ~ 43.45%

%27.58
%28.97
%43.45

CMYK color model

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

  • cyan value is 36.54%
  • magenta value is 33.33%
  • 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
%33.33
%0
%38.82

Codes

Color #63689C in popluar color models

63689C
RGB99104156
HSL235°22.35%50.00%
HSB/HSV235°36.54%61.18%
CMYK36.54%33.33%0.00%
38.82%

Color #63689C in popluar number systems.

HEX63689C
Decimal99104156
Binary1100011110100010011100
Octal143150234

Shades and tints

Shades of #63689C

#63689C
(99,104,156)
#5A5F8E
(90,95,142)
#515680
(81,86,128)
#484D72
(72,77,114)
#3F4464
(63,68,100)
#363B56
(54,59,86)
#2D3248
(45,50,72)
#24293A
(36,41,58)
#1B202C
(27,32,44)
#12171E
(18,23,30)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #63689C

#63689C
(99,104,156)
#7175A5
(113,117,165)
#7F82AE
(127,130,174)
#8D8FB7
(141,143,183)
#9B9CC0
(155,156,192)
#A9A9C9
(169,169,201)
#B7B6D2
(183,182,210)
#C5C3DB
(197,195,219)
#D3D0E4
(211,208,228)
#E1DDED
(225,221,237)
#EFEAF6
(239,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63689C; }

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

This text font color is #63689C.


Background Color

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

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

This div background color is #63689C.


Border color

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

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

This div border color is #63689C.


Opacity

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

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

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

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

This text has shadow with #63689C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63689C on black background.


Color preview on white background

This text has color #63689C on white background.



Black color preview on #63689C background

This text has black color on #63689C background.


White color preview on #63689C background

This text has white color on #63689C background.