Color Hex Logo

#649afe Color Hex

#649AFE
(100,154,254)
0 Favorites   0 Comments

Color spaces of #649afe

RGB 100154254
HSL0.610.990.69
HSV219°61°100°
CMYK 0.610.390.00   0.00
XYZ34.700532.976398.3021
Yxy32.97630.20910.1987
Hunter Lab57.42507.3694-61.2972
CIE-Lab64.141711.9187-55.1242

#649afe color RGB value is (100,154,254).

#649afe hex color red value is 100, green value is 154 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #649afe hue: 0.61 , saturation: 0.99 and the lightness value of 649afe is 0.69.

The process color (four color CMYK) of #649afe color hex is 0.61, 0.39, 0.00, 0.00. Web safe color of #649afe is #6699ff. Color #649afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011010 11111110
Octal 144 232 376
Decimal 100 154 254
Hex 64 9A FE

RGB Percentages of Color #649afe

%19.69
%30.31
%50.00

CMYK Percentages of Color #649afe

%61
%39
%0
%0

Triadic Colors of #649afe

#649afe #fe649a #9afe64

Analogous Colors of #649afe

#649afe #7b64fe #64e7fe

Monochromatic Colors of #649afe

#649afe

Complementary Color

#649afe #fec864

#649afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#649afe Color CSS Codes

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

#649afe Text Font Color

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

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


#649afe Background Color

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

This div background color is #649afe


#649afe Border Color

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

This div border color is #649afe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,154,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649afe

Related Colors


Comments

No comments written yet.

Please login to write comment.