Color Hex Logo

#647096 Color Hex

#647096
(100,112,150)
0 Favorites   0 Comments

Color spaces of #647096

RGB 100112150
HSL0.630.200.49
HSV226°33°59°
CMYK 0.330.250.00   0.41
XYZ16.554716.499731.1664
Yxy16.49970.25780.2569
Hunter Lab40.61981.6634-17.0576
CIE-Lab47.62344.9928-22.1116

#647096 color RGB value is (100,112,150).

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

The process color (four color CMYK) of #647096 color hex is 0.33, 0.25, 0.00, 0.41. Web safe color of #647096 is #666699. Color #647096 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01110000 10010110
Octal 144 160 226
Decimal 100 112 150
Hex 64 70 96

RGB Percentages of Color #647096

%27.62
%30.94
%41.44

CMYK Percentages of Color #647096

%33
%25
%0
%41

Triadic Colors of #647096

#647096 #966470 #709664

Analogous Colors of #647096

#647096 #716496 #648996

Monochromatic Colors of #647096

#647096

Complementary Color

#647096 #968a64

#647096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#647096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#647096 Color CSS Codes

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

#647096 Text Font Color

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

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


#647096 Background Color

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

This div background color is #647096


#647096 Border Color

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

This div border color is #647096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #647096


Comments

No comments written yet.

Please login to write comment.