Color Hex Logo

#649199 Color Hex

#649199
(100,145,153)
0 Favorites   0 Comments

Color spaces of #649199

RGB 100145153
HSL0.530.210.50
HSV189°35°60°
CMYK 0.350.050.00   0.40
XYZ21.130725.260033.8990
Yxy25.26000.26320.3146
Hunter Lab50.2593-12.9065-4.8085
CIE-Lab57.3279-13.1713-9.1245

#649199 color RGB value is (100,145,153).

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

The process color (four color CMYK) of #649199 color hex is 0.35, 0.05, 0.00, 0.40. Web safe color of #649199 is #669999. Color #649199 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10010001 10011001
Octal 144 221 231
Decimal 100 145 153
Hex 64 91 99

RGB Percentages of Color #649199

%25.13
%36.43
%38.44

CMYK Percentages of Color #649199

%35
%5
%0
%40

Triadic Colors of #649199

#649199 #996491 #919964

Analogous Colors of #649199

#649199 #647799 #649987

Monochromatic Colors of #649199

#649199

Complementary Color

#649199 #996c64

#649199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#649199 Color CSS Codes

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

#649199 Text Font Color

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

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


#649199 Background Color

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

This div background color is #649199


#649199 Border Color

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

This div border color is #649199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649199


Comments

No comments written yet.

Please login to write comment.