Color Hex Logo

#649198 Color Hex

#649198
(100,145,152)
0 Favorites   0 Comments

Color spaces of #649198

RGB 100145152
HSL0.520.210.49
HSV188°34°60°
CMYK 0.340.050.00   0.40
XYZ21.048425.227133.4657
Yxy25.22710.26400.3164
Hunter Lab50.2266-13.0927-4.3460
CIE-Lab57.2960-13.4278-8.5994

#649198 color RGB value is (100,145,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10010001 10011000
Octal 144 221 230
Decimal 100 145 152
Hex 64 91 98

RGB Percentages of Color #649198

%25.19
%36.52
%38.29

CMYK Percentages of Color #649198

%34
%5
%0
%40

Triadic Colors of #649198

#649198 #986491 #919864

Analogous Colors of #649198

#649198 #647798 #649885

Monochromatic Colors of #649198

#649198

Complementary Color

#649198 #986b64

#649198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#649198 Color CSS Codes

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

#649198 Text Font Color

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

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


#649198 Background Color

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

This div background color is #649198


#649198 Border Color

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

This div border color is #649198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649198


Comments

No comments written yet.

Please login to write comment.