Color Hex Logo

#646297 Color Hex

#646297
(100,98,151)
0 Favorites   0 Comments

Color spaces of #646297

RGB 10098151
HSL0.670.210.49
HSV242°35°59°
CMYK 0.340.350.00   0.41
XYZ15.209113.679131.1169
Yxy13.67910.25350.2280
Hunter Lab36.98538.6786-23.9929
CIE-Lab43.769213.8255-28.6870

#646297 color RGB value is (100,98,151).

#646297 hex color red value is 100, green value is 98 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #646297 hue: 0.67 , saturation: 0.21 and the lightness value of 646297 is 0.49.

The process color (four color CMYK) of #646297 color hex is 0.34, 0.35, 0.00, 0.41. Web safe color of #646297 is #666699. Color #646297 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01100010 10010111
Octal 144 142 227
Decimal 100 98 151
Hex 64 62 97

RGB Percentages of Color #646297

%28.65
%28.08
%43.27

CMYK Percentages of Color #646297

%34
%35
%0
%41

Triadic Colors of #646297

#646297 #976462 #629764

Analogous Colors of #646297

#646297 #7f6297 #627b97

Monochromatic Colors of #646297

#646297

Complementary Color

#646297 #959762

#646297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#646297 Color CSS Codes

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

#646297 Text Font Color

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

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


#646297 Background Color

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

This div background color is #646297


#646297 Border Color

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

This div border color is #646297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646297


Comments

No comments written yet.

Please login to write comment.