Color Hex Logo

#639dfc Color Hex

#639DFC
(99,157,252)
0 Favorites   0 Comments

Color spaces of #639dfc

RGB 99157252
HSL0.600.960.69
HSV217°61°99°
CMYK 0.610.380.00   0.01
XYZ34.773233.794996.7858
Yxy33.79490.21030.2044
Hunter Lab58.13345.0386-58.0181
CIE-Lab64.79949.3330-52.9912

#639dfc color RGB value is (99,157,252).

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

The process color (four color CMYK) of #639dfc color hex is 0.61, 0.38, 0.00, 0.01. Web safe color of #639dfc is #6699ff. Color #639dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011101 11111100
Octal 143 235 374
Decimal 99 157 252
Hex 63 9D FC

RGB Percentages of Color #639dfc

%19.49
%30.91
%49.61

CMYK Percentages of Color #639dfc

%61
%38
%0
%1

Triadic Colors of #639dfc

#639dfc #fc639d #9dfc63

Analogous Colors of #639dfc

#639dfc #7663fc #63eafc

Monochromatic Colors of #639dfc

#639dfc

Complementary Color

#639dfc #fcc263

#639dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#639dfc Color CSS Codes

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

#639dfc Text Font Color

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

This sample text font color is #639dfc
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.


#639dfc Background Color

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

This div background color is #639dfc


#639dfc Border Color

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

This div border color is #639dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.