COLOR #638AC8

HEX: #638AC8 RGB: (99,138,200)

Color info

#638AC8 contains mainly blue color. Web safe color of #638AC8 is #6699CC (or #69C).

RGB color model

#638AC8 color RGB value is (99,138,200).

RGB: (99,138,200) (39%, 54%, 78%)

RGB channels and saturation

R 99 of 255 = 39%
G 138 of 255 = 54%
B 200 of 255 = 78%

99
138
200

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

Portions of RGB colors in percentages

R + G + B = 99 + 138 + 200 = 437 (100%)
R 99 of 437 ~ 22.65%
G 138 of 437 ~ 31.58%
B 200 of 437 ~ 45.77'%

%22.65
%31.58
%45.77

CMYK color model

#638AC8 color CMYK value is (51,31,0,22).

  • cyan value is 50.50%
  • magenta value is 31.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (51,31,0,22)
C51M31Y0K22 (51%, 31%, 0%, 22%)
(0.51 / 0.31 / 0.00 / 0.22)

CMYK percentages

%50.5
%31
%0
%21.57

Codes

Color #638AC8 in popluar color models

63 8A C8
RGB 99 138 200
HSL 217° 47.87% 58.63%
HSB/HSV 217° 50.50% 78.43%
CMYK 50.50% 31.00% 0.00%
21.57%

Color #638AC8 in popluar number systems.

HEX 63 8A C8
Decimal 99 138 200
Binary 1100011 10001010 11001000
Octal 143 212 310

Shades and tints

Shades of #638AC8

#638AC8
(99,138,200)
#5A7EB6
(90,126,182)
#5172A4
(81,114,164)
#486692
(72,102,146)
#3F5A80
(63,90,128)
#364E6E
(54,78,110)
#2D425C
(45,66,92)
#24364A
(36,54,74)
#1B2A38
(27,42,56)
#121E26
(18,30,38)
#091214
(9,18,20)
#000000
(0,0,0)

Tints of #638AC8

#638AC8
(99,138,200)
#7194CD
(113,148,205)
#7F9ED2
(127,158,210)
#8DA8D7
(141,168,215)
#9BB2DC
(155,178,220)
#A9BCE1
(169,188,225)
#B7C6E6
(183,198,230)
#C5D0EB
(197,208,235)
#D3DAF0
(211,218,240)
#E1E4F5
(225,228,245)
#EFEEFA
(239,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638AC8; }

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

This text font color is #638AC8.

Background Color

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

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

This div background color is #638AC8.

Border color

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

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

This div border color is #638AC8.

Opacity

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

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

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

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

This text has shadow with #638AC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #638AC8.

Preview

Color preview on black background

This text has color #638AC8 on black background.


Color preview on white background

This text has color #638AC8 on white background.


Black color preview on #638AC8 background

This text has black color on #638AC8 background.


White color preview on #638AC8 background

This text has white color on #638AC8 background.


Related colors

Complementary color

Complementary color for #hex is #9C7537.


I love getcolorcode.com

Triadic colors

1 #C8638A and #8AC863 with #638AC8 are triadic colors.

2 #C88A63 and #8A63C8 with #638AC8 are triadic colors.