Color Hex Logo

#649298 Color Hex

#649298
(100,146,152)
0 Favorites   0 Comments

Color spaces of #649298

RGB 100146152
HSL0.520.210.49
HSV187°34°60°
CMYK 0.340.040.00   0.40
XYZ21.201925.534133.5169
Yxy25.53410.26420.3182
Hunter Lab50.5313-13.5348-3.9546
CIE-Lab57.5922-13.9706-8.1576

#649298 color RGB value is (100,146,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10010010 10011000
Octal 144 222 230
Decimal 100 146 152
Hex 64 92 98

RGB Percentages of Color #649298

%25.13
%36.68
%38.19

CMYK Percentages of Color #649298

%34
%4
%0
%40

Triadic Colors of #649298

#649298 #986492 #929864

Analogous Colors of #649298

#649298 #647898 #649884

Monochromatic Colors of #649298

#649298

Complementary Color

#649298 #986a64

#649298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#649298 Color CSS Codes

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

#649298 Text Font Color

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

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


#649298 Background Color

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

This div background color is #649298


#649298 Border Color

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

This div border color is #649298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649298


Comments

No comments written yet.

Please login to write comment.