Color Hex Logo

#646fbe Color Hex

#646FBE
(100,111,190)
0 Favorites   0 Comments

Color spaces of #646fbe

RGB 100111190
HSL0.650.410.57
HSV233°47°75°
CMYK 0.470.420.00   0.25
XYZ20.234217.795951.0837
Yxy17.79590.22710.1997
Hunter Lab42.185211.7938-42.2670
CIE-Lab49.247617.3117-42.9112

#646fbe color RGB value is (100,111,190).

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

The process color (four color CMYK) of #646fbe color hex is 0.47, 0.42, 0.00, 0.25. Web safe color of #646fbe is #6666cc. Color #646fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101111 10111110
Octal 144 157 276
Decimal 100 111 190
Hex 64 6F BE

RGB Percentages of Color #646fbe

%24.94
%27.68
%47.38

CMYK Percentages of Color #646fbe

%47
%42
%0
%25

Triadic Colors of #646fbe

#646fbe #be646f #6fbe64

Analogous Colors of #646fbe

#646fbe #8664be #649cbe

Monochromatic Colors of #646fbe

#646fbe

Complementary Color

#646fbe #beb364

#646fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#646fbe Color CSS Codes

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

#646fbe Text Font Color

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

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


#646fbe Background Color

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

This div background color is #646fbe


#646fbe Border Color

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

This div border color is #646fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646fbe


Comments

No comments written yet.

Please login to write comment.