Color Hex Logo

#616487 Color Hex

#616487
(97,100,135)
0 Favorites   0 Comments

Color spaces of #616487

RGB 97100135
HSL0.650.160.45
HSV235°28°53°
CMYK 0.280.260.00   0.47
XYZ13.860113.405024.7786
Yxy13.40500.26630.2576
Hunter Lab36.61283.5002-14.4969
CIE-Lab43.36727.2825-19.7483

#616487 color RGB value is (97,100,135).

#616487 hex color red value is 97, green value is 100 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #616487 hue: 0.65 , saturation: 0.16 and the lightness value of 616487 is 0.45.

The process color (four color CMYK) of #616487 color hex is 0.28, 0.26, 0.00, 0.47. Web safe color of #616487 is #666699. Color #616487 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100100 10000111
Octal 141 144 207
Decimal 97 100 135
Hex 61 64 87

RGB Percentages of Color #616487

%29.22
%30.12
%40.66

CMYK Percentages of Color #616487

%28
%26
%0
%47

Triadic Colors of #616487

#616487 #876164 #648761

Analogous Colors of #616487

#616487 #716187 #617787

Monochromatic Colors of #616487

#616487

Complementary Color

#616487 #878461

#616487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616487 Color CSS Codes

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

#616487 Text Font Color

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

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


#616487 Background Color

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

This div background color is #616487


#616487 Border Color

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

This div border color is #616487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616487


Comments

No comments written yet.

Please login to write comment.