Color Hex Logo

#646cfb Color Hex

#646CFB
(100,108,251)
0 Favorites   0 Comments

Color spaces of #646cfb

RGB 100108251
HSL0.660.950.69
HSV237°60°98°
CMYK 0.600.570.00   0.02
XYZ28.030720.399593.7269
Yxy20.39950.19720.1435
Hunter Lab45.165831.7401-91.4210
CIE-Lab52.285938.4783-72.5186

#646cfb color RGB value is (100,108,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101100 11111011
Octal 144 154 373
Decimal 100 108 251
Hex 64 6C FB

RGB Percentages of Color #646cfb

%21.79
%23.53
%54.68

CMYK Percentages of Color #646cfb

%60
%57
%0
%2

Triadic Colors of #646cfb

#646cfb #fb646c #6cfb64

Analogous Colors of #646cfb

#646cfb #a864fb #64b8fb

Monochromatic Colors of #646cfb

#646cfb

Complementary Color

#646cfb #fbf364

#646cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#646cfb Color CSS Codes

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

#646cfb Text Font Color

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

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


#646cfb Background Color

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

This div background color is #646cfb


#646cfb Border Color

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

This div border color is #646cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.