COLOR #638E9D

HEX: #638E9D RGB: (99,142,157)

Color info

#638E9D contains red, green and blue colors in about the same proportion. Web safe color of #638E9D is #669999 (or #699).

RGB color model

#638E9D color RGB value is (99,142,157).

RGB: (99,142,157) (39%, 56%, 62%)

RGB channels and saturation

R 99 of 255 = 39%
G 142 of 255 = 56%
B 157 of 255 = 62%

99
142
157

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

Portions of RGB colors in percentages

R + G + B = 99 + 142 + 157 = 398 (100%)
R 99 of 398 ~ 24.87%
G 142 of 398 ~ 35.68%
B 157 of 398 ~ 39.45'%

%24.87
%35.68
%39.45

CMYK color model

#638E9D color CMYK value is (37,10,0,38).

  • cyan value is 36.94%
  • magenta value is 9.55%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (37,10,0,38)
C37M10Y0K38 (37%, 10%, 0%, 38%)
(0.37 / 0.10 / 0.00 / 0.38)

CMYK percentages

%36.94
%9.55
%0
%38.43

Codes

Color #638E9D in popluar color models

63 8E 9D
RGB 99 142 157
HSL 196° 22.83% 50.20%
HSB/HSV 196° 36.94% 61.57%
CMYK 36.94% 9.55% 0.00%
38.43%

Color #638E9D in popluar number systems.

HEX 63 8E 9D
Decimal 99 142 157
Binary 1100011 10001110 10011101
Octal 143 216 235

Shades and tints

Shades of #638E9D

#638E9D
(99,142,157)
#5A828F
(90,130,143)
#517681
(81,118,129)
#486A73
(72,106,115)
#3F5E65
(63,94,101)
#365257
(54,82,87)
#2D4649
(45,70,73)
#243A3B
(36,58,59)
#1B2E2D
(27,46,45)
#12221F
(18,34,31)
#091611
(9,22,17)
#000000
(0,0,0)

Tints of #638E9D

#638E9D
(99,142,157)
#7198A5
(113,152,165)
#7FA2AD
(127,162,173)
#8DACB5
(141,172,181)
#9BB6BD
(155,182,189)
#A9C0C5
(169,192,197)
#B7CACD
(183,202,205)
#C5D4D5
(197,212,213)
#D3DEDD
(211,222,221)
#E1E8E5
(225,232,229)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638E9D color. Also use rgb(99,142,157) instead hex code.

Text Font Color

.myTextColor { color: #638E9D; }

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

This text font color is #638E9D.

Background Color

.myBgColor { background-color: #638E9D; }

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

This div background color is #638E9D.

Border color

.myBorderColor { border: 1px solid #638E9D; }

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

This div border color is #638E9D.

Opacity

.myOpacity80 { color: #638E9D; opacity: 0.8; }

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

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

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

This text has shadow with #638E9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #638E9D.

Preview

Color preview on black background

This text has color #638E9D on black background.


Color preview on white background

This text has color #638E9D on white background.


Black color preview on #638E9D background

This text has black color on #638E9D background.


White color preview on #638E9D background

This text has white color on #638E9D background.


Related colors

Complementary color

Complementary color for #hex is #9C7162.


I love getcolorcode.com

Triadic colors

1 #9D638E and #8E9D63 with #638E9D are triadic colors.

2 #9D8E63 and #8E639D with #638E9D are triadic colors.