COLOR #638AAF

HEX: #638AAF RGB: (99,138,175)

Color info

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

RGB color model

#638AAF color RGB value is (99,138,175).

RGB: (99,138,175) (39%, 54%, 69%)

RGB channels and saturation

R 99 of 255 = 39%
G 138 of 255 = 54%
B 175 of 255 = 69%

99
138
175

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

Portions of RGB colors in percentages

R + G + B = 99 + 138 + 175 = 412 (100%)
R 99 of 412 ~ 24.03%
G 138 of 412 ~ 33.5%
B 175 of 412 ~ 42.48'%

%24.03
%33.5
%42.48

CMYK color model

#638AAF color CMYK value is (43,21,0,31).

  • cyan value is 43.43%
  • magenta value is 21.14%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (43,21,0,31)
C43M21Y0K31 (43%, 21%, 0%, 31%)
(0.43 / 0.21 / 0.00 / 0.31)

CMYK percentages

%43.43
%21.14
%0
%31.37

Codes

Color #638AAF in popluar color models

63 8A AF
RGB 99 138 175
HSL 209° 32.20% 53.73%
HSB/HSV 209° 43.43% 68.63%
CMYK 43.43% 21.14% 0.00%
31.37%

Color #638AAF in popluar number systems.

HEX 63 8A AF
Decimal 99 138 175
Binary 1100011 10001010 10101111
Octal 143 212 257

Shades and tints

Shades of #638AAF

#638AAF
(99,138,175)
#5A7EA0
(90,126,160)
#517291
(81,114,145)
#486682
(72,102,130)
#3F5A73
(63,90,115)
#364E64
(54,78,100)
#2D4255
(45,66,85)
#243646
(36,54,70)
#1B2A37
(27,42,55)
#121E28
(18,30,40)
#091219
(9,18,25)
#000000
(0,0,0)

Tints of #638AAF

#638AAF
(99,138,175)
#7194B6
(113,148,182)
#7F9EBD
(127,158,189)
#8DA8C4
(141,168,196)
#9BB2CB
(155,178,203)
#A9BCD2
(169,188,210)
#B7C6D9
(183,198,217)
#C5D0E0
(197,208,224)
#D3DAE7
(211,218,231)
#E1E4EE
(225,228,238)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638AAF color. Also use rgb(99,138,175) instead hex code.

Text Font Color

.myTextColor { color: #638AAF; }

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

This text font color is #638AAF.

Background Color

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

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

This div background color is #638AAF.

Border color

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

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

This div border color is #638AAF.

Opacity

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

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

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

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

This text has shadow with #638AAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #638AAF.

Preview

Color preview on black background

This text has color #638AAF on black background.


Color preview on white background

This text has color #638AAF on white background.


Black color preview on #638AAF background

This text has black color on #638AAF background.


White color preview on #638AAF background

This text has white color on #638AAF background.


Related colors

Complementary color

Complementary color for #hex is #9C7550.


I love getcolorcode.com

Triadic colors

1 #AF638A and #8AAF63 with #638AAF are triadic colors.

2 #AF8A63 and #8A63AF with #638AAF are triadic colors.