COLOR #637594

HEX: #637594
RGB: (99,117,148)

Color info

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

RGB color model

#637594 color RGB value is (99,117,148).

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

RGB channels and saturation

R 99 of 255 = 39%
G 117 of 255 = 46%
B 148 of 255 = 58%

99
117
148

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

Portions of RGB colors in percentages

R + G + B =
99 + 117 + 148 = 364 (100%)
R 99 of 364 ~ 27.2%
G 117 of 364 ~ 32.14%
B 148 of 364 ~ 40.66%

%27.2
%32.14
%40.66

CMYK color model

#637594 color CMYK value is (33,21,0,42).

  • cyan value is 33.11%
  • magenta value is 20.95%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(33,21,0,42)
C33M21Y0K42 
(33%,21%,0%,42%)
(0.33/0.21/0.00/0.42)	

CMYK percentages

%33.11
%20.95
%0
%41.96

Codes

Color #637594 in popluar color models

637594
RGB99117148
HSL218°19.84%48.43%
HSB/HSV218°33.11%58.04%
CMYK33.11%20.95%0.00%
41.96%

Color #637594 in popluar number systems.

HEX637594
Decimal99117148
Binary1100011111010110010100
Octal143165224

Shades and tints

Shades of #637594

#637594
(99,117,148)
#5A6B87
(90,107,135)
#51617A
(81,97,122)
#48576D
(72,87,109)
#3F4D60
(63,77,96)
#364353
(54,67,83)
#2D3946
(45,57,70)
#242F39
(36,47,57)
#1B252C
(27,37,44)
#121B1F
(18,27,31)
#091112
(9,17,18)
#000000
(0,0,0)

Tints of #637594

#637594
(99,117,148)
#71819D
(113,129,157)
#7F8DA6
(127,141,166)
#8D99AF
(141,153,175)
#9BA5B8
(155,165,184)
#A9B1C1
(169,177,193)
#B7BDCA
(183,189,202)
#C5C9D3
(197,201,211)
#D3D5DC
(211,213,220)
#E1E1E5
(225,225,229)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #637594; }

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

This text font color is #637594.


Background Color

.myBgColor { background-color: #637594; }

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

This div background color is #637594.


Border color

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

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

This div border color is #637594.


Opacity

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

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

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

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

This text has shadow with #637594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637594 on black background.


Color preview on white background

This text has color #637594 on white background.



Black color preview on #637594 background

This text has black color on #637594 background.


White color preview on #637594 background

This text has white color on #637594 background.