Color Hex Logo

#646892 Color Hex

#646892
(100,104,146)
0 Favorites   0 Comments

Color spaces of #646892

RGB 100104146
HSL0.650.190.48
HSV235°32°57°
CMYK 0.320.290.00   0.43
XYZ15.394214.685329.2173
Yxy14.68530.25960.2477
Hunter Lab38.32144.6433-18.3794
CIE-Lab45.20018.7543-23.4826

#646892 color RGB value is (100,104,146).

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

The process color (four color CMYK) of #646892 color hex is 0.32, 0.29, 0.00, 0.43. Web safe color of #646892 is #666699. Color #646892 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101000 10010010
Octal 144 150 222
Decimal 100 104 146
Hex 64 68 92

RGB Percentages of Color #646892

%28.57
%29.71
%41.71

CMYK Percentages of Color #646892

%32
%29
%0
%43

Triadic Colors of #646892

#646892 #926468 #689264

Analogous Colors of #646892

#646892 #776492 #647f92

Monochromatic Colors of #646892

#646892

Complementary Color

#646892 #928e64

#646892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#646892 Color CSS Codes

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

#646892 Text Font Color

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

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


#646892 Background Color

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

This div background color is #646892


#646892 Border Color

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

This div border color is #646892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646892


Comments

No comments written yet.

Please login to write comment.