COLOR #638BA7

HEX: #638BA7 RGB: (99,139,167)

Color info

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

RGB color model

#638BA7 color RGB value is (99,139,167).

RGB: (99,139,167) (39%, 55%, 65%)

RGB channels and saturation

R 99 of 255 = 39%
G 139 of 255 = 55%
B 167 of 255 = 65%

99
139
167

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

Portions of RGB colors in percentages

R + G + B = 99 + 139 + 167 = 405 (100%)
R 99 of 405 ~ 24.44%
G 139 of 405 ~ 34.32%
B 167 of 405 ~ 41.23'%

%24.44
%34.32
%41.23

CMYK color model

#638BA7 color CMYK value is (41,17,0,35).

  • cyan value is 40.72%
  • magenta value is 16.77%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK: (41,17,0,35) C41M17Y0K35 (41%,17%,0%,35%) (0.41/0.17/0.00/0.35) 

CMYK percentages

%40.72
%16.77
%0
%34.51

Codes

Color #638BA7 in popluar color models

63 8B A7
RGB 99 139 167
HSL 205° 27.87% 52.16%
HSB/HSV 205° 40.72% 65.49%
CMYK 40.72% 16.77% 0.00%
34.51%

Color #638BA7 in popluar number systems.

HEX 63 8B A7
Decimal 99 139 167
Binary 1100011 10001011 10100111
Octal 143 213 247

Shades and tints

Shades of #638BA7

#638BA7
(99,139,167)
#5A7F98
(90,127,152)
#517389
(81,115,137)
#48677A
(72,103,122)
#3F5B6B
(63,91,107)
#364F5C
(54,79,92)
#2D434D
(45,67,77)
#24373E
(36,55,62)
#1B2B2F
(27,43,47)
#121F20
(18,31,32)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #638BA7

#638BA7
(99,139,167)
#7195AF
(113,149,175)
#7F9FB7
(127,159,183)
#8DA9BF
(141,169,191)
#9BB3C7
(155,179,199)
#A9BDCF
(169,189,207)
#B7C7D7
(183,199,215)
#C5D1DF
(197,209,223)
#D3DBE7
(211,219,231)
#E1E5EF
(225,229,239)
#EFEFF7
(239,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638BA7 color. Also use rgb(99,139,167) instead hex code.

Text Font Color

.myTextColor { color: #638BA7; }

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

This text font color is #638BA7.

Background Color

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

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

This div background color is #638BA7.

Border color

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

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

This div border color is #638BA7.

Opacity

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

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

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

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

This text has shadow with #638BA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #638BA7.

Preview

Color preview on black background

This text has color #638BA7 on black background.


Color preview on white background

This text has color #638BA7 on white background.


Black color preview on #638BA7 background

This text has black color on #638BA7 background.


White color preview on #638BA7 background

This text has white color on #638BA7 background.


Related colors

Complementary color

Complementary color for #hex is #9C7458.


I love getcolorcode.com

Triadic colors

1 #A7638B and #8BA763 with #638BA7 are triadic colors.

2 #A78B63 and #8B63A7 with #638BA7 are triadic colors.