COLOR #638BAC

HEX: #638BAC RGB: (99,139,172)

Color info

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

RGB color model

#638BAC color RGB value is (99,139,172).

RGB: (99,139,172) (39%, 55%, 67%)

RGB channels and saturation

R 99 of 255 = 39%
G 139 of 255 = 55%
B 172 of 255 = 67%

99
139
172

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

Portions of RGB colors in percentages

R + G + B = 99 + 139 + 172 = 410 (100%)
R 99 of 410 ~ 24.15%
G 139 of 410 ~ 33.9%
B 172 of 410 ~ 41.95'%

%24.15
%33.9
%41.95

CMYK color model

#638BAC color CMYK value is (42,19,0,33).

  • cyan value is 42.44%
  • magenta value is 19.19%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (42,19,0,33)
C42M19Y0K33 (42%, 19%, 0%, 33%)
(0.42 / 0.19 / 0.00 / 0.33)

CMYK percentages

%42.44
%19.19
%0
%32.55

Codes

Color #638BAC in popluar color models

63 8B AC
RGB 99 139 172
HSL 207° 30.54% 53.14%
HSB/HSV 207° 42.44% 67.45%
CMYK 42.44% 19.19% 0.00%
32.55%

Color #638BAC in popluar number systems.

HEX 63 8B AC
Decimal 99 139 172
Binary 1100011 10001011 10101100
Octal 143 213 254

Shades and tints

Shades of #638BAC

#638BAC
(99,139,172)
#5A7F9D
(90,127,157)
#51738E
(81,115,142)
#48677F
(72,103,127)
#3F5B70
(63,91,112)
#364F61
(54,79,97)
#2D4352
(45,67,82)
#243743
(36,55,67)
#1B2B34
(27,43,52)
#121F25
(18,31,37)
#091316
(9,19,22)
#000000
(0,0,0)

Tints of #638BAC

#638BAC
(99,139,172)
#7195B3
(113,149,179)
#7F9FBA
(127,159,186)
#8DA9C1
(141,169,193)
#9BB3C8
(155,179,200)
#A9BDCF
(169,189,207)
#B7C7D6
(183,199,214)
#C5D1DD
(197,209,221)
#D3DBE4
(211,219,228)
#E1E5EB
(225,229,235)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638BAC; }

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

This text font color is #638BAC.

Background Color

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

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

This div background color is #638BAC.

Border color

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

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

This div border color is #638BAC.

Opacity

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

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

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

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

This text has shadow with #638BAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #638BAC.

Preview

Color preview on black background

This text has color #638BAC on black background.


Color preview on white background

This text has color #638BAC on white background.


Black color preview on #638BAC background

This text has black color on #638BAC background.


White color preview on #638BAC background

This text has white color on #638BAC background.


Related colors

Complementary color

Complementary color for #hex is #9C7453.


I love getcolorcode.com

Triadic colors

1 #AC638B and #8BAC63 with #638BAC are triadic colors.

2 #AC8B63 and #8B63AC with #638BAC are triadic colors.