COLOR #637893

HEX: #637893
RGB: (99,120,147)

Color info

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

RGB color model

#637893 color RGB value is (99,120,147).

  • red value is 99;
  • green value is 120;
  • blue value is 147.
RGB:
(99,120,147)
(39%,47%,58%)

RGB channels and saturation

R 99 of 255 = 39%
G 120 of 255 = 47%
B 147 of 255 = 58%

99
120
147

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

Portions of RGB colors in percentages

R + G + B =
99 + 120 + 147 = 366 (100%)
R 99 of 366 ~ 27.05%
G 120 of 366 ~ 32.79%
B 147 of 366 ~ 40.16%

%27.05
%32.79
%40.16

CMYK color model

#637893 color CMYK value is (33,18,0,42).

  • cyan value is 32.65%
  • magenta value is 18.37%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(33,18,0,42)
C33M18Y0K42 
(33%,18%,0%,42%)
(0.33/0.18/0.00/0.42)	

CMYK percentages

%32.65
%18.37
%0
%42.35

Codes

Color #637893 in popluar color models

637893
RGB99120147
HSL214°19.51%48.24%
HSB/HSV214°32.65%57.65%
CMYK32.65%18.37%0.00%
42.35%

Color #637893 in popluar number systems.

HEX637893
Decimal99120147
Binary1100011111100010010011
Octal143170223

Shades and tints

Shades of #637893

#637893
(99,120,147)
#5A6E86
(90,110,134)
#516479
(81,100,121)
#485A6C
(72,90,108)
#3F505F
(63,80,95)
#364652
(54,70,82)
#2D3C45
(45,60,69)
#243238
(36,50,56)
#1B282B
(27,40,43)
#121E1E
(18,30,30)
#091411
(9,20,17)
#000000
(0,0,0)

Tints of #637893

#637893
(99,120,147)
#71849C
(113,132,156)
#7F90A5
(127,144,165)
#8D9CAE
(141,156,174)
#9BA8B7
(155,168,183)
#A9B4C0
(169,180,192)
#B7C0C9
(183,192,201)
#C5CCD2
(197,204,210)
#D3D8DB
(211,216,219)
#E1E4E4
(225,228,228)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #637893 color. Also use rgb(99,120,147) instead hex code.

Text Font Color

.myTextColor { color: #637893; }

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

This text font color is #637893.


Background Color

.myBgColor { background-color: #637893; }

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

This div background color is #637893.


Border color

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

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

This div border color is #637893.


Opacity

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

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

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

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

This text has shadow with #637893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637893 on black background.


Color preview on white background

This text has color #637893 on white background.



Black color preview on #637893 background

This text has black color on #637893 background.


White color preview on #637893 background

This text has white color on #637893 background.