Color Hex Logo

#648999 Color Hex

#648999
(100,137,153)
0 Favorites   0 Comments

Color spaces of #648999

RGB 100137153
HSL0.550.210.50
HSV198°35°60°
CMYK 0.350.100.00   0.40
XYZ19.951022.900633.5057
Yxy22.90060.26130.2999
Hunter Lab47.8546-9.3272-8.0141
CIE-Lab54.9698-8.7523-12.6639

#648999 color RGB value is (100,137,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001001 10011001
Octal 144 211 231
Decimal 100 137 153
Hex 64 89 99

RGB Percentages of Color #648999

%25.64
%35.13
%39.23

CMYK Percentages of Color #648999

%35
%10
%0
%40

Triadic Colors of #648999

#648999 #996489 #899964

Analogous Colors of #648999

#648999 #646f99 #64998f

Monochromatic Colors of #648999

#648999

Complementary Color

#648999 #997464

#648999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#648999 Color CSS Codes

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

#648999 Text Font Color

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

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


#648999 Background Color

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

This div background color is #648999


#648999 Border Color

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

This div border color is #648999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648999


Comments

No comments written yet.

Please login to write comment.