COLOR #639DF3

HEX: #639DF3
RGB: (99,157,243)

Color info

#639DF3 contains mainly blue color. Web safe color of #639DF3 is #6699FF (or #69F).

RGB color model

#639DF3 color RGB value is (99,157,243).

  • red value is 99;
  • green value is 157;
  • blue value is 243.
RGB:
(99,157,243)
(39%,62%,95%)

RGB channels and saturation

R 99 of 255 = 39%
G 157 of 255 = 62%
B 243 of 255 = 95%

99
157
243

R + G + B ~ 65%. #639DF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
99 + 157 + 243 = 499 (100%)
R 99 of 499 ~ 19.84%
G 157 of 499 ~ 31.46%
B 243 of 499 ~ 48.7%

%19.84
%31.46
%48.7

CMYK color model

#639DF3 color CMYK value is (59,35,0,5).

  • cyan value is 59.26%
  • magenta value is 35.39%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(59,35,0,5)
C59M35Y0K5 
(59%,35%,0%,5%)
(0.59/0.35/0.00/0.05)	

CMYK percentages

%59.26
%35.39
%0
%4.71

Codes

Color #639DF3 in popluar color models

639DF3
RGB99157243
HSL216°85.71%67.06%
HSB/HSV216°59.26%95.29%
CMYK59.26%35.39%0.00%
4.71%

Color #639DF3 in popluar number systems.

HEX639DF3
Decimal99157243
Binary11000111001110111110011
Octal143235363

Shades and tints

Shades of #639DF3

#639DF3
(99,157,243)
#5A8FDD
(90,143,221)
#5181C7
(81,129,199)
#4873B1
(72,115,177)
#3F659B
(63,101,155)
#365785
(54,87,133)
#2D496F
(45,73,111)
#243B59
(36,59,89)
#1B2D43
(27,45,67)
#121F2D
(18,31,45)
#091117
(9,17,23)
#000000
(0,0,0)

Tints of #639DF3

#639DF3
(99,157,243)
#71A5F4
(113,165,244)
#7FADF5
(127,173,245)
#8DB5F6
(141,181,246)
#9BBDF7
(155,189,247)
#A9C5F8
(169,197,248)
#B7CDF9
(183,205,249)
#C5D5FA
(197,213,250)
#D3DDFB
(211,221,251)
#E1E5FC
(225,229,252)
#EFEDFD
(239,237,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639DF3 color. Also use rgb(99,157,243) instead hex code.

Text Font Color

.myTextColor { color: #639DF3; }

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

This text font color is #639DF3.


Background Color

.myBgColor { background-color: #639DF3; }

<div style="background-color:#639DF3">Inner text</div>

This div background color is #639DF3.


Border color

.myBorderColor { border: 1px solid #639DF3; }

<div style="border:3px solid #639DF3">Div</div>

This div border color is #639DF3.


Opacity

.myOpacity80 { color: #639DF3; opacity: 0.8; }

<p style="color:#639DF3;opacity:0.8;">80%</p>

Text with #639DF3 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 #639DF3;}

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

This text has shadow with #639DF3 color.

.textShadow {text-shadow: 3px 3px 1px #639DF3, 3px 3px 1px red;}

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

This text has shadow with #639DF3 primary color and red secondary color.


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

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

This text has shadow with #639DF3 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #639DF3;
-webkit-box-shadow: 1px 1px 3px 2px #639DF3;
box-shadow:1px 1px 3px 2px #639DF3;">
Div content here</div>
This div box has shadow with color #639DF3.

Preview

Color preview on black background

This text has color #639DF3 on black background.


Color preview on white background

This text has color #639DF3 on white background.



Black color preview on #639DF3 background

This text has black color on #639DF3 background.


White color preview on #639DF3 background

This text has white color on #639DF3 background.