Color Hex Logo

#649cfb Color Hex

#649CFB
(100,156,251)
0 Favorites   0 Comments

Color spaces of #649cfb

RGB 100156251
HSL0.600.950.69
HSV218°60°98°
CMYK 0.600.380.00   0.02
XYZ34.556633.451395.9022
Yxy33.45130.21080.2041
Hunter Lab57.83715.4355-57.8253
CIE-Lab64.52479.7733-52.8779

#649cfb color RGB value is (100,156,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011100 11111011
Octal 144 234 373
Decimal 100 156 251
Hex 64 9C FB

RGB Percentages of Color #649cfb

%19.72
%30.77
%49.51

CMYK Percentages of Color #649cfb

%60
%38
%0
%2

Triadic Colors of #649cfb

#649cfb #fb649c #9cfb64

Analogous Colors of #649cfb

#649cfb #7864fb #64e8fb

Monochromatic Colors of #649cfb

#649cfb

Complementary Color

#649cfb #fbc364

#649cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#649cfb Color CSS Codes

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

#649cfb Text Font Color

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

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


#649cfb Background Color

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

This div background color is #649cfb


#649cfb Border Color

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

This div border color is #649cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649cfb


Comments

No comments written yet.

Please login to write comment.