Color Hex Logo

#647399 Color Hex

#647399
(100,115,153)
0 Favorites   0 Comments

Color spaces of #647399

RGB 100115153
HSL0.620.210.50
HSV223°35°60°
CMYK 0.350.250.00   0.40
XYZ17.136017.270732.5674
Yxy17.27070.25590.2579
Hunter Lab41.55800.8760-17.3726
CIE-Lab48.59934.0168-22.3751

#647399 color RGB value is (100,115,153).

#647399 hex color red value is 100, green value is 115 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #647399 hue: 0.62 , saturation: 0.21 and the lightness value of 647399 is 0.50.

The process color (four color CMYK) of #647399 color hex is 0.35, 0.25, 0.00, 0.40. Web safe color of #647399 is #666699. Color #647399 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01110011 10011001
Octal 144 163 231
Decimal 100 115 153
Hex 64 73 99

RGB Percentages of Color #647399

%27.17
%31.25
%41.58

CMYK Percentages of Color #647399

%35
%25
%0
%40

Triadic Colors of #647399

#647399 #996473 #739964

Analogous Colors of #647399

#647399 #706499 #648e99

Monochromatic Colors of #647399

#647399

Complementary Color

#647399 #998a64

#647399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#647399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#647399 Color CSS Codes

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

#647399 Text Font Color

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

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


#647399 Background Color

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

This div background color is #647399


#647399 Border Color

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

This div border color is #647399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #647399


Comments

No comments written yet.

Please login to write comment.