Color Hex Logo

#639efd Color Hex

#639EFD
(99,158,253)
0 Favorites   0 Comments

Color spaces of #639efd

RGB 99158253
HSL0.600.970.69
HSV217°61°99°
CMYK 0.610.380.00   0.01
XYZ35.102134.198297.6793
Yxy34.19820.21020.2048
Hunter Lab58.47924.8058-58.0981
CIE-Lab65.11969.0770-53.0291

#639efd color RGB value is (99,158,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011110 11111101
Octal 143 236 375
Decimal 99 158 253
Hex 63 9E FD

RGB Percentages of Color #639efd

%19.41
%30.98
%49.61

CMYK Percentages of Color #639efd

%61
%38
%0
%1

Triadic Colors of #639efd

#639efd #fd639e #9efd63

Analogous Colors of #639efd

#639efd #7563fd #63ebfd

Monochromatic Colors of #639efd

#639efd

Complementary Color

#639efd #fdc263

#639efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#639efd Color CSS Codes

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

#639efd Text Font Color

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

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


#639efd Background Color

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

This div background color is #639efd


#639efd Border Color

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

This div border color is #639efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639efd


Comments

No comments written yet.

Please login to write comment.