COLOR #63698E

HEX: #63698E
RGB: (99,105,142)

Color info

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

RGB color model

#63698E color RGB value is (99,105,142).

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

RGB channels and saturation

R 99 of 255 = 39%
G 105 of 255 = 41%
B 142 of 255 = 56%

99
105
142

R + G + B ~ 45%. #63698E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 105 + 142 = 346 (100%)
R 99 of 346 ~ 28.61%
G 105 of 346 ~ 30.35%
B 142 of 346 ~ 41.04%

%28.61
%30.35
%41.04

CMYK color model

#63698E color CMYK value is (30,26,0,44).

  • cyan value is 30.28%
  • magenta value is 26.06%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(30,26,0,44)
C30M26Y0K44 
(30%,26%,0%,44%)
(0.30/0.26/0.00/0.44)	

CMYK percentages

%30.28
%26.06
%0
%44.31

Codes

Color #63698E in popluar color models

63698E
RGB99105142
HSL232°17.84%47.25%
HSB/HSV232°30.28%55.69%
CMYK30.28%26.06%0.00%
44.31%

Color #63698E in popluar number systems.

HEX63698E
Decimal99105142
Binary1100011110100110001110
Octal143151216

Shades and tints

Shades of #63698E

#63698E
(99,105,142)
#5A6082
(90,96,130)
#515776
(81,87,118)
#484E6A
(72,78,106)
#3F455E
(63,69,94)
#363C52
(54,60,82)
#2D3346
(45,51,70)
#242A3A
(36,42,58)
#1B212E
(27,33,46)
#121822
(18,24,34)
#090F16
(9,15,22)
#000000
(0,0,0)

Tints of #63698E

#63698E
(99,105,142)
#717698
(113,118,152)
#7F83A2
(127,131,162)
#8D90AC
(141,144,172)
#9B9DB6
(155,157,182)
#A9AAC0
(169,170,192)
#B7B7CA
(183,183,202)
#C5C4D4
(197,196,212)
#D3D1DE
(211,209,222)
#E1DEE8
(225,222,232)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63698E color. Also use rgb(99,105,142) instead hex code.

Text Font Color

.myTextColor { color: #63698E; }

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

This text font color is #63698E.


Background Color

.myBgColor { background-color: #63698E; }

<div style="background-color:#63698E">Inner text</div>

This div background color is #63698E.


Border color

.myBorderColor { border: 1px solid #63698E; }

<div style="border:3px solid #63698E">Div</div>

This div border color is #63698E.


Opacity

.myOpacity80 { color: #63698E; opacity: 0.8; }

<p style="color:#63698E;opacity:0.8;">80%</p>

Text with #63698E 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 #63698E;}

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

This text has shadow with #63698E color.

.textShadow {text-shadow: 3px 3px 1px #63698E, 3px 3px 1px red;}

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

This text has shadow with #63698E primary color and red secondary color.


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

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

This text has shadow with #63698E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63698E on black background.


Color preview on white background

This text has color #63698E on white background.



Black color preview on #63698E background

This text has black color on #63698E background.


White color preview on #63698E background

This text has white color on #63698E background.