Color Hex Logo

#647199 Color Hex

#647199
(100,113,153)
0 Favorites   0 Comments

Color spaces of #647199

RGB 100113153
HSL0.630.210.50
HSV225°35°60°
CMYK 0.350.260.00   0.40
XYZ16.910416.819532.4922
Yxy16.81950.25540.2540
Hunter Lab41.01161.8310-18.2655
CIE-Lab48.03185.2180-23.2506

#647199 color RGB value is (100,113,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01110001 10011001
Octal 144 161 231
Decimal 100 113 153
Hex 64 71 99

RGB Percentages of Color #647199

%27.32
%30.87
%41.80

CMYK Percentages of Color #647199

%35
%26
%0
%40

Triadic Colors of #647199

#647199 #996471 #719964

Analogous Colors of #647199

#647199 #726499 #648c99

Monochromatic Colors of #647199

#647199

Complementary Color

#647199 #998c64

#647199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#647199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#647199 Color CSS Codes

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

#647199 Text Font Color

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

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


#647199 Background Color

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

This div background color is #647199


#647199 Border Color

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

This div border color is #647199


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,113,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 #647199">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #647199


Comments

No comments written yet.

Please login to write comment.