Color Hex Logo

#648696 Color Hex

#648696
(100,134,150)
0 Favorites   0 Comments

Color spaces of #648696

RGB 100134150
HSL0.550.200.49
HSV199°33°59°
CMYK 0.330.110.00   0.41
XYZ19.285621.961532.0767
Yxy21.96150.26300.2995
Hunter Lab46.8631-8.5522-7.7785
CIE-Lab53.9861-7.8532-12.4123

#648696 color RGB value is (100,134,150).

#648696 hex color red value is 100, green value is 134 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #648696 hue: 0.55 , saturation: 0.20 and the lightness value of 648696 is 0.49.

The process color (four color CMYK) of #648696 color hex is 0.33, 0.11, 0.00, 0.41. Web safe color of #648696 is #669999. Color #648696 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000110 10010110
Octal 144 206 226
Decimal 100 134 150
Hex 64 86 96

RGB Percentages of Color #648696

%26.04
%34.90
%39.06

CMYK Percentages of Color #648696

%33
%11
%0
%41

Triadic Colors of #648696

#648696 #966486 #869664

Analogous Colors of #648696

#648696 #646d96 #64968d

Monochromatic Colors of #648696

#648696

Complementary Color

#648696 #967464

#648696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#648696 Color CSS Codes

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

#648696 Text Font Color

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

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


#648696 Background Color

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

This div background color is #648696


#648696 Border Color

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

This div border color is #648696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648696

#648696 Color Palettes


Comments

No comments written yet.

Please login to write comment.