COLOR #638FDD

HEX: #638FDD RGB: (99,143,221)

Color info

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

RGB color model

#638FDD color RGB value is (99,143,221).

RGB: (99,143,221) (39%, 56%, 87%)

RGB channels and saturation

R 99 of 255 = 39%
G 143 of 255 = 56%
B 221 of 255 = 87%

99
143
221

R + G + B ~ 61%. #638FDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 99 + 143 + 221 = 463 (100%)
R 99 of 463 ~ 21.38%
G 143 of 463 ~ 30.89%
B 221 of 463 ~ 47.73'%

%21.38
%30.89
%47.73

CMYK color model

#638FDD color CMYK value is (55,35,0,13).

  • cyan value is 55.20%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (55,35,0,13) C55M35Y0K13 (55%,35%,0%,13%) (0.55/0.35/0.00/0.13) 

CMYK percentages

%55.2
%35.29
%0
%13.33

Codes

Color #638FDD in popluar color models

63 8F DD
RGB 99 143 221
HSL 218° 64.21% 62.75%
HSB/HSV 218° 55.20% 86.67%
CMYK 55.20% 35.29% 0.00%
13.33%

Color #638FDD in popluar number systems.

HEX 63 8F DD
Decimal 99 143 221
Binary 1100011 10001111 11011101
Octal 143 217 335

Shades and tints

Shades of #638FDD

#638FDD
(99,143,221)
#5A82C9
(90,130,201)
#5175B5
(81,117,181)
#4868A1
(72,104,161)
#3F5B8D
(63,91,141)
#364E79
(54,78,121)
#2D4165
(45,65,101)
#243451
(36,52,81)
#1B273D
(27,39,61)
#121A29
(18,26,41)
#090D15
(9,13,21)
#000000
(0,0,0)

Tints of #638FDD

#638FDD
(99,143,221)
#7199E0
(113,153,224)
#7FA3E3
(127,163,227)
#8DADE6
(141,173,230)
#9BB7E9
(155,183,233)
#A9C1EC
(169,193,236)
#B7CBEF
(183,203,239)
#C5D5F2
(197,213,242)
#D3DFF5
(211,223,245)
#E1E9F8
(225,233,248)
#EFF3FB
(239,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638FDD color. Also use rgb(99,143,221) instead hex code.

Text Font Color

.myTextColor { color: #638FDD; }

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

This text font color is #638FDD.

Background Color

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

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

This div background color is #638FDD.

Border color

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

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

This div border color is #638FDD.

Opacity

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

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

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

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

This text has shadow with #638FDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #638FDD.

Preview

Color preview on black background

This text has color #638FDD on black background.


Color preview on white background

This text has color #638FDD on white background.


Black color preview on #638FDD background

This text has black color on #638FDD background.


White color preview on #638FDD background

This text has white color on #638FDD background.


Related colors

Complementary color

Complementary color for #hex is #9C7022.


I love getcolorcode.com

Triadic colors

1 #DD638F and #8FDD63 with #638FDD are triadic colors.

2 #DD8F63 and #8F63DD with #638FDD are triadic colors.