Color Hex Logo

#648499 Color Hex

#648499
(100,132,153)
0 Favorites   0 Comments

Color spaces of #648499

RGB 100132153
HSL0.570.210.50
HSV204°35°60°
CMYK 0.350.140.00   0.40
XYZ19.256621.511833.2742
Yxy21.51180.26010.2905
Hunter Lab46.3808-7.0560-10.0688
CIE-Lab53.5051-5.9273-14.8775

#648499 color RGB value is (100,132,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000100 10011001
Octal 144 204 231
Decimal 100 132 153
Hex 64 84 99

RGB Percentages of Color #648499

%25.97
%34.29
%39.74

CMYK Percentages of Color #648499

%35
%14
%0
%40

Triadic Colors of #648499

#648499 #996484 #849964

Analogous Colors of #648499

#648499 #646a99 #649994

Monochromatic Colors of #648499

#648499

Complementary Color

#648499 #997964

#648499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#648499 Color CSS Codes

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

#648499 Text Font Color

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

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


#648499 Background Color

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

This div background color is #648499


#648499 Border Color

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

This div border color is #648499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648499


Comments

No comments written yet.

Please login to write comment.