Color Hex Logo

#639dfa Color Hex

#639DFA
(99,157,250)
0 Favorites   0 Comments

Color spaces of #639dfa

RGB 99157250
HSL0.600.940.68
HSV217°60°98°
CMYK 0.600.370.00   0.02
XYZ34.457933.668795.1251
Yxy33.66870.21110.2062
Hunter Lab58.02474.4587-56.5820
CIE-Lab64.69878.6830-52.0586

#639dfa color RGB value is (99,157,250).

#639dfa hex color red value is 99, green value is 157 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #639dfa hue: 0.60 , saturation: 0.94 and the lightness value of 639dfa is 0.68.

The process color (four color CMYK) of #639dfa color hex is 0.60, 0.37, 0.00, 0.02. Web safe color of #639dfa is #6699ff. Color #639dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011101 11111010
Octal 143 235 372
Decimal 99 157 250
Hex 63 9D FA

RGB Percentages of Color #639dfa

%19.57
%31.03
%49.41

CMYK Percentages of Color #639dfa

%60
%37
%0
%2

Triadic Colors of #639dfa

#639dfa #fa639d #9dfa63

Analogous Colors of #639dfa

#639dfa #7563fa #63e9fa

Monochromatic Colors of #639dfa

#639dfa

Complementary Color

#639dfa #fac063

#639dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#639dfa Color CSS Codes

.mybgcolor {background-color:#639dfa; } 
.myforecolor {color:#639dfa; }
.mybordercolor {border:3px solid #639dfa; }

#639dfa Text Font Color

<p style="color:#639dfa">Text here</p>

This sample text font color is #639dfa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#639dfa Background Color

<div style="background-color:#639dfa">
Div content here</div>

This div background color is #639dfa


#639dfa Border Color

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

This div border color is #639dfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,157,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #639dfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #639dfa;
  -webkit-box-shadow: 1px 1px 3px 2px #639dfa;
  box-shadow:         1px 1px 3px 2px #639dfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,157,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #639dfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #639dfa;
  -webkit-box-shadow: 1px 1px 3px 2px #639dfa;
  box-shadow:         1px 1px 3px 2px #639dfa;">
Div content here</div>

This div box has shadow with color #639dfa


Comments

No comments written yet.

Please login to write comment.