COLOR #638EA4

HEX: #638EA4 RGB: (99,142,164)

Color info

#638EA4 contains mainly green and blue colors. Web safe color of #638EA4 is #669999 (or #699).

RGB color model

#638EA4 color RGB value is (99,142,164).

RGB: (99,142,164) (39%, 56%, 64%)

RGB channels and saturation

R 99 of 255 = 39%
G 142 of 255 = 56%
B 164 of 255 = 64%

99
142
164

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

Portions of RGB colors in percentages

R + G + B = 99 + 142 + 164 = 405 (100%)
R 99 of 405 ~ 24.44%
G 142 of 405 ~ 35.06%
B 164 of 405 ~ 40.49'%

%24.44
%35.06
%40.49

CMYK color model

#638EA4 color CMYK value is (40,13,0,36).

  • cyan value is 39.63%
  • magenta value is 13.41%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (40,13,0,36)
C40M13Y0K36 (40%, 13%, 0%, 36%)
(0.40 / 0.13 / 0.00 / 0.36)

CMYK percentages

%39.63
%13.41
%0
%35.69

Codes

Color #638EA4 in popluar color models

63 8E A4
RGB 99 142 164
HSL 200° 26.32% 51.57%
HSB/HSV 200° 39.63% 64.31%
CMYK 39.63% 13.41% 0.00%
35.69%

Color #638EA4 in popluar number systems.

HEX 63 8E A4
Decimal 99 142 164
Binary 1100011 10001110 10100100
Octal 143 216 244

Shades and tints

Shades of #638EA4

#638EA4
(99,142,164)
#5A8296
(90,130,150)
#517688
(81,118,136)
#486A7A
(72,106,122)
#3F5E6C
(63,94,108)
#36525E
(54,82,94)
#2D4650
(45,70,80)
#243A42
(36,58,66)
#1B2E34
(27,46,52)
#122226
(18,34,38)
#091618
(9,22,24)
#000000
(0,0,0)

Tints of #638EA4

#638EA4
(99,142,164)
#7198AC
(113,152,172)
#7FA2B4
(127,162,180)
#8DACBC
(141,172,188)
#9BB6C4
(155,182,196)
#A9C0CC
(169,192,204)
#B7CAD4
(183,202,212)
#C5D4DC
(197,212,220)
#D3DEE4
(211,222,228)
#E1E8EC
(225,232,236)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638EA4; }

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

This text font color is #638EA4.

Background Color

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

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

This div background color is #638EA4.

Border color

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

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

This div border color is #638EA4.

Opacity

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

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

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

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

This text has shadow with #638EA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #638EA4.

Preview

Color preview on black background

This text has color #638EA4 on black background.


Color preview on white background

This text has color #638EA4 on white background.


Black color preview on #638EA4 background

This text has black color on #638EA4 background.


White color preview on #638EA4 background

This text has white color on #638EA4 background.


Related colors

Complementary color

Complementary color for #hex is #9C715B.


I love getcolorcode.com

Triadic colors

1 #A4638E and #8EA463 with #638EA4 are triadic colors.

2 #A48E63 and #8E63A4 with #638EA4 are triadic colors.