Color Hex Logo

#648690 Color Hex

#648690
(100,134,144)
0 Favorites   0 Comments

Color spaces of #648690

RGB 100134144
HSL0.540.180.48
HSV194°31°56°
CMYK 0.310.070.00   0.44
XYZ18.814721.773129.5966
Yxy21.77310.26810.3102
Hunter Lab46.6617-9.6839-4.9434
CIE-Lab53.7854-9.3992-9.2362

#648690 color RGB value is (100,134,144).

#648690 hex color red value is 100, green value is 134 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #648690 hue: 0.54 , saturation: 0.18 and the lightness value of 648690 is 0.48.

The process color (four color CMYK) of #648690 color hex is 0.31, 0.07, 0.00, 0.44. Web safe color of #648690 is #669999. Color #648690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000110 10010000
Octal 144 206 220
Decimal 100 134 144
Hex 64 86 90

RGB Percentages of Color #648690

%26.46
%35.45
%38.10

CMYK Percentages of Color #648690

%31
%7
%0
%44

Triadic Colors of #648690

#648690 #906486 #869064

Analogous Colors of #648690

#648690 #647090 #649084

Monochromatic Colors of #648690

#648690

Complementary Color

#648690 #906e64

#648690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#648690 Color CSS Codes

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

#648690 Text Font Color

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

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


#648690 Background Color

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

This div background color is #648690


#648690 Border Color

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

This div border color is #648690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648690


Comments

No comments written yet.

Please login to write comment.