Color Hex Logo

#646feb Color Hex

#646FEB
(100,111,235)
0 Favorites   0 Comments

Color spaces of #646feb

RGB 100111235
HSL0.650.770.66
HSV235°57°92°
CMYK 0.570.530.00   0.08
XYZ25.935420.076481.1054
Yxy20.07640.20400.1579
Hunter Lab44.806724.9092-75.9572
CIE-Lab51.923531.5323-64.1886

#646feb color RGB value is (100,111,235).

#646feb hex color red value is 100, green value is 111 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #646feb hue: 0.65 , saturation: 0.77 and the lightness value of 646feb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101111 11101011
Octal 144 157 353
Decimal 100 111 235
Hex 64 6F EB

RGB Percentages of Color #646feb

%22.42
%24.89
%52.69

CMYK Percentages of Color #646feb

%57
%53
%0
%8

Triadic Colors of #646feb

#646feb #eb646f #6feb64

Analogous Colors of #646feb

#646feb #9d64eb #64b3eb

Monochromatic Colors of #646feb

#646feb

Complementary Color

#646feb #ebe064

#646feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#646feb Color CSS Codes

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

#646feb Text Font Color

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

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


#646feb Background Color

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

This div background color is #646feb


#646feb Border Color

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

This div border color is #646feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646feb


Comments

No comments written yet.

Please login to write comment.