Color Hex Logo

#639ffd Color Hex

#639FFD
(99,159,253)
0 Favorites   0 Comments

Color spaces of #639ffd

RGB 99159253
HSL0.600.970.69
HSV217°61°99°
CMYK 0.610.370.00   0.01
XYZ35.273334.540897.7364
Yxy34.54080.21050.2062
Hunter Lab58.77144.2817-57.4588
CIE-Lab65.38968.4956-52.6012

#639ffd color RGB value is (99,159,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011111 11111101
Octal 143 237 375
Decimal 99 159 253
Hex 63 9F FD

RGB Percentages of Color #639ffd

%19.37
%31.12
%49.51

CMYK Percentages of Color #639ffd

%61
%37
%0
%1

Triadic Colors of #639ffd

#639ffd #fd639f #9ffd63

Analogous Colors of #639ffd

#639ffd #7463fd #63ecfd

Monochromatic Colors of #639ffd

#639ffd

Complementary Color

#639ffd #fdc163

#639ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#639ffd Color CSS Codes

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

#639ffd Text Font Color

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

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


#639ffd Background Color

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

This div background color is #639ffd


#639ffd Border Color

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

This div border color is #639ffd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,159,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 #639ffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639ffd


Comments

No comments written yet.

Please login to write comment.