Color Hex Logo

#648190 Color Hex

#648190
(100,129,144)
0 Favorites   0 Comments

Color spaces of #648190

RGB 100129144
HSL0.560.180.48
HSV200°31°56°
CMYK 0.310.100.00   0.44
XYZ18.139820.423529.3716
Yxy20.42350.26700.3006
Hunter Lab45.1924-7.4384-6.8993
CIE-Lab52.3127-6.5780-11.4463

#648190 color RGB value is (100,129,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000001 10010000
Octal 144 201 220
Decimal 100 129 144
Hex 64 81 90

RGB Percentages of Color #648190

%26.81
%34.58
%38.61

CMYK Percentages of Color #648190

%31
%10
%0
%44

Triadic Colors of #648190

#648190 #906481 #819064

Analogous Colors of #648190

#648190 #646b90 #649089

Monochromatic Colors of #648190

#648190

Complementary Color

#648190 #907364

#648190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#648190 Color CSS Codes

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

#648190 Text Font Color

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

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


#648190 Background Color

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

This div background color is #648190


#648190 Border Color

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

This div border color is #648190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648190


Comments

No comments written yet.

Please login to write comment.