Color Hex Logo

#649ffd Color Hex

#649FFD
(100,159,253)
0 Favorites   0 Comments

Color spaces of #649ffd

RGB 100159253
HSL0.600.970.69
HSV217°60°99°
CMYK 0.600.370.00   0.01
XYZ35.383334.597497.7416
Yxy34.59740.21100.2063
Hunter Lab58.81964.4437-57.3497
CIE-Lab65.43408.6772-52.5280

#649ffd color RGB value is (100,159,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011111 11111101
Octal 144 237 375
Decimal 100 159 253
Hex 64 9F FD

RGB Percentages of Color #649ffd

%19.53
%31.05
%49.41

CMYK Percentages of Color #649ffd

%60
%37
%0
%1

Triadic Colors of #649ffd

#649ffd #fd649f #9ffd64

Analogous Colors of #649ffd

#649ffd #7664fd #64ecfd

Monochromatic Colors of #649ffd

#649ffd

Complementary Color

#649ffd #fdc264

#649ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#649ffd Color CSS Codes

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

#649ffd Text Font Color

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

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


#649ffd Background Color

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

This div background color is #649ffd


#649ffd Border Color

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

This div border color is #649ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649ffd


Comments

No comments written yet.

Please login to write comment.