Color Hex Logo

#646f98 Color Hex

#646F98
(100,111,152)
0 Favorites   0 Comments

Color spaces of #646f98

RGB 100111152
HSL0.630.210.49
HSV227°34°60°
CMYK 0.340.270.00   0.40
XYZ16.607516.345231.9854
Yxy16.34520.25570.2517
Hunter Lab40.42922.5731-18.6066
CIE-Lab47.42426.1480-23.5997

#646f98 color RGB value is (100,111,152).

#646f98 hex color red value is 100, green value is 111 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #646f98 hue: 0.63 , saturation: 0.21 and the lightness value of 646f98 is 0.49.

The process color (four color CMYK) of #646f98 color hex is 0.34, 0.27, 0.00, 0.40. Web safe color of #646f98 is #666699. Color #646f98 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101111 10011000
Octal 144 157 230
Decimal 100 111 152
Hex 64 6F 98

RGB Percentages of Color #646f98

%27.55
%30.58
%41.87

CMYK Percentages of Color #646f98

%34
%27
%0
%40

Triadic Colors of #646f98

#646f98 #98646f #6f9864

Analogous Colors of #646f98

#646f98 #736498 #648998

Monochromatic Colors of #646f98

#646f98

Complementary Color

#646f98 #988d64

#646f98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646f98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#646f98 Color CSS Codes

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

#646f98 Text Font Color

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

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


#646f98 Background Color

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

This div background color is #646f98


#646f98 Border Color

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

This div border color is #646f98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646f98


Comments

No comments written yet.

Please login to write comment.