Color Hex Logo

#616180 Color Hex

#616180
(97,97,128)
0 Favorites   0 Comments

Color spaces of #616180

RGB 9797128
HSL0.670.140.44
HSV240°24°50°
CMYK 0.240.240.00   0.50
XYZ13.100712.649322.1731
Yxy12.64930.27340.2639
Hunter Lab35.56593.5103-12.0675
CIE-Lab42.23007.2874-17.2697

#616180 color RGB value is (97,97,128).

#616180 hex color red value is 97, green value is 97 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #616180 hue: 0.67 , saturation: 0.14 and the lightness value of 616180 is 0.44.

The process color (four color CMYK) of #616180 color hex is 0.24, 0.24, 0.00, 0.50. Web safe color of #616180 is #666699. Color #616180 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100001 10000000
Octal 141 141 200
Decimal 97 97 128
Hex 61 61 80

RGB Percentages of Color #616180

%30.12
%30.12
%39.75

CMYK Percentages of Color #616180

%24
%24
%0
%50

Triadic Colors of #616180

#616180 #806161 #618061

Analogous Colors of #616180

#616180 #716180 #617180

Monochromatic Colors of #616180

#616180

Complementary Color

#616180 #808061

#616180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616180 Color CSS Codes

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

#616180 Text Font Color

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

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


#616180 Background Color

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

This div background color is #616180


#616180 Border Color

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

This div border color is #616180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616180


Comments

No comments written yet.

Please login to write comment.