Color Hex Logo

#646faf Color Hex

#646FAF
(100,111,175)
0 Favorites   0 Comments

Color spaces of #646faf

RGB 100111175
HSL0.640.320.54
HSV231°43°69°
CMYK 0.430.370.00   0.31
XYZ18.677817.173342.8878
Yxy17.17330.23720.2181
Hunter Lab41.44077.9308-32.3519
CIE-Lab48.477712.7706-35.4386

#646faf color RGB value is (100,111,175).

#646faf hex color red value is 100, green value is 111 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #646faf hue: 0.64 , saturation: 0.32 and the lightness value of 646faf is 0.54.

The process color (four color CMYK) of #646faf color hex is 0.43, 0.37, 0.00, 0.31. Web safe color of #646faf is #666699. Color #646faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101111 10101111
Octal 144 157 257
Decimal 100 111 175
Hex 64 6F AF

RGB Percentages of Color #646faf

%25.91
%28.76
%45.34

CMYK Percentages of Color #646faf

%43
%37
%0
%31

Triadic Colors of #646faf

#646faf #af646f #6faf64

Analogous Colors of #646faf

#646faf #7f64af #6495af

Monochromatic Colors of #646faf

#646faf

Complementary Color

#646faf #afa464

#646faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#646faf Color CSS Codes

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

#646faf Text Font Color

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

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


#646faf Background Color

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

This div background color is #646faf


#646faf Border Color

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

This div border color is #646faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646faf


Comments

No comments written yet.

Please login to write comment.