COLOR #637394

HEX: #637394
RGB: (99,115,148)

Color info

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

RGB color model

#637394 color RGB value is (99,115,148).

  • red value is 99;
  • green value is 115;
  • blue value is 148.
RGB:
(99,115,148)
(39%,45%,58%)

RGB channels and saturation

R 99 of 255 = 39%
G 115 of 255 = 45%
B 148 of 255 = 58%

99
115
148

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

Portions of RGB colors in percentages

R + G + B =
99 + 115 + 148 = 362 (100%)
R 99 of 362 ~ 27.35%
G 115 of 362 ~ 31.77%
B 148 of 362 ~ 40.88%

%27.35
%31.77
%40.88

CMYK color model

#637394 color CMYK value is (33,22,0,42).

  • cyan value is 33.11%
  • magenta value is 22.30%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(33,22,0,42)
C33M22Y0K42 
(33%,22%,0%,42%)
(0.33/0.22/0.00/0.42)	

CMYK percentages

%33.11
%22.3
%0
%41.96

Codes

Color #637394 in popluar color models

637394
RGB99115148
HSL220°19.84%48.43%
HSB/HSV220°33.11%58.04%
CMYK33.11%22.30%0.00%
41.96%

Color #637394 in popluar number systems.

HEX637394
Decimal99115148
Binary1100011111001110010100
Octal143163224

Shades and tints

Shades of #637394

#637394
(99,115,148)
#5A6987
(90,105,135)
#515F7A
(81,95,122)
#48556D
(72,85,109)
#3F4B60
(63,75,96)
#364153
(54,65,83)
#2D3746
(45,55,70)
#242D39
(36,45,57)
#1B232C
(27,35,44)
#12191F
(18,25,31)
#090F12
(9,15,18)
#000000
(0,0,0)

Tints of #637394

#637394
(99,115,148)
#717F9D
(113,127,157)
#7F8BA6
(127,139,166)
#8D97AF
(141,151,175)
#9BA3B8
(155,163,184)
#A9AFC1
(169,175,193)
#B7BBCA
(183,187,202)
#C5C7D3
(197,199,211)
#D3D3DC
(211,211,220)
#E1DFE5
(225,223,229)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #637394 color. Also use rgb(99,115,148) instead hex code.

Text Font Color

.myTextColor { color: #637394; }

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

This text font color is #637394.


Background Color

.myBgColor { background-color: #637394; }

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

This div background color is #637394.


Border color

.myBorderColor { border: 1px solid #637394; }

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

This div border color is #637394.


Opacity

.myOpacity80 { color: #637394; opacity: 0.8; }

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

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

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

This text has shadow with #637394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637394 on black background.


Color preview on white background

This text has color #637394 on white background.



Black color preview on #637394 background

This text has black color on #637394 background.


White color preview on #637394 background

This text has white color on #637394 background.