COLOR #637E9C

HEX: #637E9C RGB: (99,126,156)

Color info

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

RGB color model

#637E9C color RGB value is (99,126,156).

RGB: (99,126,156) (39%, 49%, 61%)

RGB channels and saturation

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

99
126
156

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

Portions of RGB colors in percentages

R + G + B = 99 + 126 + 156 = 381 (100%)
R 99 of 381 ~ 25.98%
G 126 of 381 ~ 33.07%
B 156 of 381 ~ 40.94'%

%25.98
%33.07
%40.94

CMYK color model

#637E9C color CMYK value is (37,19,0,39).

  • cyan value is 36.54%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (37,19,0,39)
C37M19Y0K39 (37%, 19%, 0%, 39%)
(0.37 / 0.19 / 0.00 / 0.39)

CMYK percentages

%36.54
%19.23
%0
%38.82

Codes

Color #637E9C in popluar color models

63 7E 9C
RGB 99 126 156
HSL 212° 22.35% 50.00%
HSB/HSV 212° 36.54% 61.18%
CMYK 36.54% 19.23% 0.00%
38.82%

Color #637E9C in popluar number systems.

HEX 63 7E 9C
Decimal 99 126 156
Binary 1100011 1111110 10011100
Octal 143 176 234

Shades and tints

Shades of #637E9C

#637E9C
(99,126,156)
#5A738E
(90,115,142)
#516880
(81,104,128)
#485D72
(72,93,114)
#3F5264
(63,82,100)
#364756
(54,71,86)
#2D3C48
(45,60,72)
#24313A
(36,49,58)
#1B262C
(27,38,44)
#121B1E
(18,27,30)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #637E9C

#637E9C
(99,126,156)
#7189A5
(113,137,165)
#7F94AE
(127,148,174)
#8D9FB7
(141,159,183)
#9BAAC0
(155,170,192)
#A9B5C9
(169,181,201)
#B7C0D2
(183,192,210)
#C5CBDB
(197,203,219)
#D3D6E4
(211,214,228)
#E1E1ED
(225,225,237)
#EFECF6
(239,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #637E9C; }

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

This text font color is #637E9C.

Background Color

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

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

This div background color is #637E9C.

Border color

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

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

This div border color is #637E9C.

Opacity

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

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

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

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

This text has shadow with #637E9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #637E9C.

Preview

Color preview on black background

This text has color #637E9C on black background.


Color preview on white background

This text has color #637E9C on white background.


Black color preview on #637E9C background

This text has black color on #637E9C background.


White color preview on #637E9C background

This text has white color on #637E9C background.


Related colors

Complementary color

Complementary color for #hex is #9C8163.


I love getcolorcode.com

Triadic colors

1 #9C637E and #7E9C63 with #637E9C are triadic colors.

2 #9C7E63 and #7E639C with #637E9C are triadic colors.