COLOR #637D9C

HEX: #637D9C
RGB: (99,125,156)

Color info

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

RGB color model

#637D9C color RGB value is (99,125,156).

  • red value is 99;
  • green value is 125;
  • blue value is 156.
RGB:
(99,125,156)
(39%,49%,61%)

RGB channels and saturation

R 99 of 255 = 39%
G 125 of 255 = 49%
B 156 of 255 = 61%

99
125
156

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

Portions of RGB colors in percentages

R + G + B =
99 + 125 + 156 = 380 (100%)
R 99 of 380 ~ 26.05%
G 125 of 380 ~ 32.89%
B 156 of 380 ~ 41.05%

%26.05
%32.89
%41.05

CMYK color model

#637D9C color CMYK value is (37,20,0,39).

  • cyan value is 36.54%
  • magenta value is 19.87%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(37,20,0,39)
C37M20Y0K39 
(37%,20%,0%,39%)
(0.37/0.20/0.00/0.39)	

CMYK percentages

%36.54
%19.87
%0
%38.82

Codes

Color #637D9C in popluar color models

637D9C
RGB99125156
HSL213°22.35%50.00%
HSB/HSV213°36.54%61.18%
CMYK36.54%19.87%0.00%
38.82%

Color #637D9C in popluar number systems.

HEX637D9C
Decimal99125156
Binary1100011111110110011100
Octal143175234

Shades and tints

Shades of #637D9C

#637D9C
(99,125,156)
#5A728E
(90,114,142)
#516780
(81,103,128)
#485C72
(72,92,114)
#3F5164
(63,81,100)
#364656
(54,70,86)
#2D3B48
(45,59,72)
#24303A
(36,48,58)
#1B252C
(27,37,44)
#121A1E
(18,26,30)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #637D9C

#637D9C
(99,125,156)
#7188A5
(113,136,165)
#7F93AE
(127,147,174)
#8D9EB7
(141,158,183)
#9BA9C0
(155,169,192)
#A9B4C9
(169,180,201)
#B7BFD2
(183,191,210)
#C5CADB
(197,202,219)
#D3D5E4
(211,213,228)
#E1E0ED
(225,224,237)
#EFEBF6
(239,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #637D9C color. Also use rgb(99,125,156) instead hex code.

Text Font Color

.myTextColor { color: #637D9C; }

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

This text font color is #637D9C.


Background Color

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

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

This div background color is #637D9C.


Border color

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

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

This div border color is #637D9C.


Opacity

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

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

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

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

This text has shadow with #637D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637D9C on black background.


Color preview on white background

This text has color #637D9C on white background.



Black color preview on #637D9C background

This text has black color on #637D9C background.


White color preview on #637D9C background

This text has white color on #637D9C background.