Color Hex Logo

#646890 Color Hex

#646890
(100,104,144)
0 Favorites   0 Comments

Color spaces of #646890

RGB 100104144
HSL0.650.180.48
HSV235°31°56°
CMYK 0.310.280.00   0.44
XYZ15.239914.623628.4050
Yxy14.62360.26150.2510
Hunter Lab38.24084.2152-17.2716
CIE-Lab45.11438.2106-22.4239

#646890 color RGB value is (100,104,144).

#646890 hex color red value is 100, green value is 104 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #646890 hue: 0.65 , saturation: 0.18 and the lightness value of 646890 is 0.48.

The process color (four color CMYK) of #646890 color hex is 0.31, 0.28, 0.00, 0.44. Web safe color of #646890 is #666699. Color #646890 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101000 10010000
Octal 144 150 220
Decimal 100 104 144
Hex 64 68 90

RGB Percentages of Color #646890

%28.74
%29.89
%41.38

CMYK Percentages of Color #646890

%31
%28
%0
%44

Triadic Colors of #646890

#646890 #906468 #689064

Analogous Colors of #646890

#646890 #766490 #647e90

Monochromatic Colors of #646890

#646890

Complementary Color

#646890 #908c64

#646890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#646890 Color CSS Codes

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

#646890 Text Font Color

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

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


#646890 Background Color

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

This div background color is #646890


#646890 Border Color

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

This div border color is #646890


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,104,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #646890; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #646890;
  -webkit-box-shadow: 1px 1px 3px 2px #646890;
  box-shadow:         1px 1px 3px 2px #646890; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646890


Comments

No comments written yet.

Please login to write comment.