Color Hex Logo

#649398 Color Hex

#649398
(100,147,152)
0 Favorites   0 Comments

Color spaces of #649398

RGB 100147152
HSL0.520.210.49
HSV186°34°60°
CMYK 0.340.030.00   0.40
XYZ21.356725.843833.5685
Yxy25.84380.26440.3200
Hunter Lab50.8368-13.9760-3.5646
CIE-Lab57.8885-14.5117-7.7160

#649398 color RGB value is (100,147,152).

#649398 hex color red value is 100, green value is 147 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #649398 hue: 0.52 , saturation: 0.21 and the lightness value of 649398 is 0.49.

The process color (four color CMYK) of #649398 color hex is 0.34, 0.03, 0.00, 0.40. Web safe color of #649398 is #669999. Color #649398 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10010011 10011000
Octal 144 223 230
Decimal 100 147 152
Hex 64 93 98

RGB Percentages of Color #649398

%25.06
%36.84
%38.10

CMYK Percentages of Color #649398

%34
%3
%0
%40

Triadic Colors of #649398

#649398 #986493 #939864

Analogous Colors of #649398

#649398 #647998 #649883

Monochromatic Colors of #649398

#649398

Complementary Color

#649398 #986964

#649398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#649398 Color CSS Codes

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

#649398 Text Font Color

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

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


#649398 Background Color

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

This div background color is #649398


#649398 Border Color

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

This div border color is #649398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649398


Comments

No comments written yet.

Please login to write comment.