COLOR #637D95

HEX: #637D95 RGB: (99,125,149)

Color info

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

RGB color model

#637D95 color RGB value is (99,125,149).

RGB: (99,125,149) (39%, 49%, 58%)

RGB channels and saturation

R 99 of 255 = 39%
G 125 of 255 = 49%
B 149 of 255 = 58%

99
125
149

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

Portions of RGB colors in percentages

R + G + B = 99 + 125 + 149 = 373 (100%)
R 99 of 373 ~ 26.54%
G 125 of 373 ~ 33.51%
B 149 of 373 ~ 39.95'%

%26.54
%33.51
%39.95

CMYK color model

#637D95 color CMYK value is (34,16,0,42).

  • cyan value is 33.56%
  • magenta value is 16.11%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (34,16,0,42)
C34M16Y0K42 (34%, 16%, 0%, 42%)
(0.34 / 0.16 / 0.00 / 0.42)

CMYK percentages

%33.56
%16.11
%0
%41.57

Codes

Color #637D95 in popluar color models

63 7D 95
RGB 99 125 149
HSL 209° 20.16% 48.63%
HSB/HSV 209° 33.56% 58.43%
CMYK 33.56% 16.11% 0.00%
41.57%

Color #637D95 in popluar number systems.

HEX 63 7D 95
Decimal 99 125 149
Binary 1100011 1111101 10010101
Octal 143 175 225

Shades and tints

Shades of #637D95

#637D95
(99,125,149)
#5A7288
(90,114,136)
#51677B
(81,103,123)
#485C6E
(72,92,110)
#3F5161
(63,81,97)
#364654
(54,70,84)
#2D3B47
(45,59,71)
#24303A
(36,48,58)
#1B252D
(27,37,45)
#121A20
(18,26,32)
#090F13
(9,15,19)
#000000
(0,0,0)

Tints of #637D95

#637D95
(99,125,149)
#71889E
(113,136,158)
#7F93A7
(127,147,167)
#8D9EB0
(141,158,176)
#9BA9B9
(155,169,185)
#A9B4C2
(169,180,194)
#B7BFCB
(183,191,203)
#C5CAD4
(197,202,212)
#D3D5DD
(211,213,221)
#E1E0E6
(225,224,230)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #637D95; }

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

This text font color is #637D95.

Background Color

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

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

This div background color is #637D95.

Border color

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

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

This div border color is #637D95.

Opacity

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

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

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

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

This text has shadow with #637D95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #637D95.

Preview

Color preview on black background

This text has color #637D95 on black background.


Color preview on white background

This text has color #637D95 on white background.


Black color preview on #637D95 background

This text has black color on #637D95 background.


White color preview on #637D95 background

This text has white color on #637D95 background.


Related colors

Complementary color

Complementary color for #hex is #9C826A.


I love getcolorcode.com

Triadic colors

1 #95637D and #7D9563 with #637D95 are triadic colors.

2 #957D63 and #7D6395 with #637D95 are triadic colors.