COLOR #637FA0

HEX: #637FA0
RGB: (99,127,160)

Color info

#637FA0 contains mainly green and blue colors. Web safe color of #637FA0 is #666699 (or #669).

RGB color model

#637FA0 color RGB value is (99,127,160).

  • red value is 99;
  • green value is 127;
  • blue value is 160.
RGB:
(99,127,160)
(39%,50%,63%)

RGB channels and saturation

R 99 of 255 = 39%
G 127 of 255 = 50%
B 160 of 255 = 63%

99
127
160

R + G + B ~ 51%. #637FA0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 127 + 160 = 386 (100%)
R 99 of 386 ~ 25.65%
G 127 of 386 ~ 32.9%
B 160 of 386 ~ 41.45%

%25.65
%32.9
%41.45

CMYK color model

#637FA0 color CMYK value is (38,21,0,37).

  • cyan value is 38.13%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(38,21,0,37)
C38M21Y0K37 
(38%,21%,0%,37%)
(0.38/0.21/0.00/0.37)	

CMYK percentages

%38.13
%20.63
%0
%37.25

Codes

Color #637FA0 in popluar color models

637FA0
RGB99127160
HSL212°24.30%50.78%
HSB/HSV212°38.13%62.75%
CMYK38.13%20.63%0.00%
37.25%

Color #637FA0 in popluar number systems.

HEX637FA0
Decimal99127160
Binary1100011111111110100000
Octal143177240

Shades and tints

Shades of #637FA0

#637FA0
(99,127,160)
#5A7492
(90,116,146)
#516984
(81,105,132)
#485E76
(72,94,118)
#3F5368
(63,83,104)
#36485A
(54,72,90)
#2D3D4C
(45,61,76)
#24323E
(36,50,62)
#1B2730
(27,39,48)
#121C22
(18,28,34)
#091114
(9,17,20)
#000000
(0,0,0)

Tints of #637FA0

#637FA0
(99,127,160)
#718AA8
(113,138,168)
#7F95B0
(127,149,176)
#8DA0B8
(141,160,184)
#9BABC0
(155,171,192)
#A9B6C8
(169,182,200)
#B7C1D0
(183,193,208)
#C5CCD8
(197,204,216)
#D3D7E0
(211,215,224)
#E1E2E8
(225,226,232)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #637FA0 color. Also use rgb(99,127,160) instead hex code.

Text Font Color

.myTextColor { color: #637FA0; }

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

This text font color is #637FA0.


Background Color

.myBgColor { background-color: #637FA0; }

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

This div background color is #637FA0.


Border color

.myBorderColor { border: 1px solid #637FA0; }

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

This div border color is #637FA0.


Opacity

.myOpacity80 { color: #637FA0; opacity: 0.8; }

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

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

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

This text has shadow with #637FA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637FA0 on black background.


Color preview on white background

This text has color #637FA0 on white background.



Black color preview on #637FA0 background

This text has black color on #637FA0 background.


White color preview on #637FA0 background

This text has white color on #637FA0 background.