Color Hex Logo

#646881 Color Hex

#646881
(100,104,129)
0 Favorites   0 Comments

Color spaces of #646881

RGB 100104129
HSL0.640.130.45
HSV232°22°51°
CMYK 0.220.190.00   0.49
XYZ14.168314.194922.7620
Yxy14.19490.27710.2776
Hunter Lab37.67611.1926-9.4467
CIE-Lab44.51124.2883-14.3693

#646881 color RGB value is (100,104,129).

#646881 hex color red value is 100, green value is 104 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #646881 hue: 0.64 , saturation: 0.13 and the lightness value of 646881 is 0.45.

The process color (four color CMYK) of #646881 color hex is 0.22, 0.19, 0.00, 0.49. Web safe color of #646881 is #666699. Color #646881 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101000 10000001
Octal 144 150 201
Decimal 100 104 129
Hex 64 68 81

RGB Percentages of Color #646881

%30.03
%31.23
%38.74

CMYK Percentages of Color #646881

%22
%19
%0
%49

Triadic Colors of #646881

#646881 #816468 #688164

Analogous Colors of #646881

#646881 #6f6481 #647781

Monochromatic Colors of #646881

#646881

Complementary Color

#646881 #817d64

#646881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#646881 Color CSS Codes

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

#646881 Text Font Color

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

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


#646881 Background Color

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

This div background color is #646881


#646881 Border Color

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

This div border color is #646881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646881


Comments

No comments written yet.

Please login to write comment.