Color Hex Logo

#646995 Color Hex

#646995
(100,105,149)
0 Favorites   0 Comments

Color spaces of #646995

RGB 100105149
HSL0.650.200.49
HSV234°33°58°
CMYK 0.330.300.00   0.42
XYZ15.731914.982430.4965
Yxy14.98240.25700.2448
Hunter Lab38.70714.8111-19.6183
CIE-Lab45.61018.9658-24.6316

#646995 color RGB value is (100,105,149).

#646995 hex color red value is 100, green value is 105 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #646995 hue: 0.65 , saturation: 0.20 and the lightness value of 646995 is 0.49.

The process color (four color CMYK) of #646995 color hex is 0.33, 0.30, 0.00, 0.42. Web safe color of #646995 is #666699. Color #646995 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101001 10010101
Octal 144 151 225
Decimal 100 105 149
Hex 64 69 95

RGB Percentages of Color #646995

%28.25
%29.66
%42.09

CMYK Percentages of Color #646995

%33
%30
%0
%42

Triadic Colors of #646995

#646995 #956469 #699564

Analogous Colors of #646995

#646995 #786495 #648295

Monochromatic Colors of #646995

#646995

Complementary Color

#646995 #959064

#646995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#646995 Color CSS Codes

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

#646995 Text Font Color

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

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


#646995 Background Color

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

This div background color is #646995


#646995 Border Color

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

This div border color is #646995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646995


Comments

No comments written yet.

Please login to write comment.