COLOR #637699

HEX: #637699
RGB: (99,118,153)

Color info

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

RGB color model

#637699 color RGB value is (99,118,153).

  • red value is 99;
  • green value is 118;
  • blue value is 153.
RGB:
(99,118,153)
(39%,46%,60%)

RGB channels and saturation

R 99 of 255 = 39%
G 118 of 255 = 46%
B 153 of 255 = 60%

99
118
153

R + G + B ~ 48%. #637699 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 118 + 153 = 370 (100%)
R 99 of 370 ~ 26.76%
G 118 of 370 ~ 31.89%
B 153 of 370 ~ 41.35%

%26.76
%31.89
%41.35

CMYK color model

#637699 color CMYK value is (35,23,0,40).

  • cyan value is 35.29%
  • magenta value is 22.88%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(35,23,0,40)
C35M23Y0K40 
(35%,23%,0%,40%)
(0.35/0.23/0.00/0.40)	

CMYK percentages

%35.29
%22.88
%0
%40

Codes

Color #637699 in popluar color models

637699
RGB99118153
HSL219°21.43%49.41%
HSB/HSV219°35.29%60.00%
CMYK35.29%22.88%0.00%
40.00%

Color #637699 in popluar number systems.

HEX637699
Decimal99118153
Binary1100011111011010011001
Octal143166231

Shades and tints

Shades of #637699

#637699
(99,118,153)
#5A6C8C
(90,108,140)
#51627F
(81,98,127)
#485872
(72,88,114)
#3F4E65
(63,78,101)
#364458
(54,68,88)
#2D3A4B
(45,58,75)
#24303E
(36,48,62)
#1B2631
(27,38,49)
#121C24
(18,28,36)
#091217
(9,18,23)
#000000
(0,0,0)

Tints of #637699

#637699
(99,118,153)
#7182A2
(113,130,162)
#7F8EAB
(127,142,171)
#8D9AB4
(141,154,180)
#9BA6BD
(155,166,189)
#A9B2C6
(169,178,198)
#B7BECF
(183,190,207)
#C5CAD8
(197,202,216)
#D3D6E1
(211,214,225)
#E1E2EA
(225,226,234)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #637699 color. Also use rgb(99,118,153) instead hex code.

Text Font Color

.myTextColor { color: #637699; }

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

This text font color is #637699.


Background Color

.myBgColor { background-color: #637699; }

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

This div background color is #637699.


Border color

.myBorderColor { border: 1px solid #637699; }

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

This div border color is #637699.


Opacity

.myOpacity80 { color: #637699; opacity: 0.8; }

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

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

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

This text has shadow with #637699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637699 on black background.


Color preview on white background

This text has color #637699 on white background.



Black color preview on #637699 background

This text has black color on #637699 background.


White color preview on #637699 background

This text has white color on #637699 background.