COLOR #637FA9

HEX: #637FA9 RGB: (99,127,169)

Color info

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

RGB color model

#637FA9 color RGB value is (99,127,169).

RGB: (99,127,169) (39%, 50%, 66%)

RGB channels and saturation

R 99 of 255 = 39%
G 127 of 255 = 50%
B 169 of 255 = 66%

99
127
169

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

Portions of RGB colors in percentages

R + G + B = 99 + 127 + 169 = 395 (100%)
R 99 of 395 ~ 25.06%
G 127 of 395 ~ 32.15%
B 169 of 395 ~ 42.78'%

%25.06
%32.15
%42.78

CMYK color model

#637FA9 color CMYK value is (41,25,0,34).

  • cyan value is 41.42%
  • magenta value is 24.85%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (41,25,0,34)
C41M25Y0K34 (41%, 25%, 0%, 34%)
(0.41 / 0.25 / 0.00 / 0.34)

CMYK percentages

%41.42
%24.85
%0
%33.73

Codes

Color #637FA9 in popluar color models

63 7F A9
RGB 99 127 169
HSL 216° 28.93% 52.55%
HSB/HSV 216° 41.42% 66.27%
CMYK 41.42% 24.85% 0.00%
33.73%

Color #637FA9 in popluar number systems.

HEX 63 7F A9
Decimal 99 127 169
Binary 1100011 1111111 10101001
Octal 143 177 251

Shades and tints

Shades of #637FA9

#637FA9
(99,127,169)
#5A749A
(90,116,154)
#51698B
(81,105,139)
#485E7C
(72,94,124)
#3F536D
(63,83,109)
#36485E
(54,72,94)
#2D3D4F
(45,61,79)
#243240
(36,50,64)
#1B2731
(27,39,49)
#121C22
(18,28,34)
#091113
(9,17,19)
#000000
(0,0,0)

Tints of #637FA9

#637FA9
(99,127,169)
#718AB0
(113,138,176)
#7F95B7
(127,149,183)
#8DA0BE
(141,160,190)
#9BABC5
(155,171,197)
#A9B6CC
(169,182,204)
#B7C1D3
(183,193,211)
#C5CCDA
(197,204,218)
#D3D7E1
(211,215,225)
#E1E2E8
(225,226,232)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #637FA9; }

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

This text font color is #637FA9.

Background Color

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

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

This div background color is #637FA9.

Border color

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

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

This div border color is #637FA9.

Opacity

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

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

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

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

This text has shadow with #637FA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #637FA9.

Preview

Color preview on black background

This text has color #637FA9 on black background.


Color preview on white background

This text has color #637FA9 on white background.


Black color preview on #637FA9 background

This text has black color on #637FA9 background.


White color preview on #637FA9 background

This text has white color on #637FA9 background.


Related colors

Complementary color

Complementary color for #hex is #9C8056.


I love getcolorcode.com

Triadic colors

1 #A9637F and #7FA963 with #637FA9 are triadic colors.

2 #A97F63 and #7F63A9 with #637FA9 are triadic colors.