Color Hex Logo

#646fad Color Hex

#646FAD
(100,111,173)
0 Favorites   0 Comments

Color spaces of #646fad

RGB 100111173
HSL0.640.310.54
HSV231°42°68°
CMYK 0.420.360.00   0.32
XYZ18.482817.095341.8607
Yxy17.09530.23870.2208
Hunter Lab41.34657.4372-31.0849
CIE-Lab48.379912.1769-34.4273

#646fad color RGB value is (100,111,173).

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

The process color (four color CMYK) of #646fad color hex is 0.42, 0.36, 0.00, 0.32. Web safe color of #646fad is #666699. Color #646fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101111 10101101
Octal 144 157 255
Decimal 100 111 173
Hex 64 6F AD

RGB Percentages of Color #646fad

%26.04
%28.91
%45.05

CMYK Percentages of Color #646fad

%42
%36
%0
%32

Triadic Colors of #646fad

#646fad #ad646f #6fad64

Analogous Colors of #646fad

#646fad #7e64ad #6494ad

Monochromatic Colors of #646fad

#646fad

Complementary Color

#646fad #ada264

#646fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#646fad Color CSS Codes

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

#646fad Text Font Color

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

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


#646fad Background Color

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

This div background color is #646fad


#646fad Border Color

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

This div border color is #646fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646fad


Comments

No comments written yet.

Please login to write comment.