Color Hex Logo

#616780 Color Hex

#616780
(97,103,128)
0 Favorites   0 Comments

Color spaces of #616780

RGB 97103128
HSL0.630.140.44
HSV228°24°50°
CMYK 0.240.200.00   0.50
XYZ13.676313.800422.3650
Yxy13.80040.27440.2769
Hunter Lab37.14890.7039-9.6905
CIE-Lab43.94533.6223-14.6508

#616780 color RGB value is (97,103,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100111 10000000
Octal 141 147 200
Decimal 97 103 128
Hex 61 67 80

RGB Percentages of Color #616780

%29.57
%31.40
%39.02

CMYK Percentages of Color #616780

%24
%20
%0
%50

Triadic Colors of #616780

#616780 #806167 #678061

Analogous Colors of #616780

#616780 #6b6180 #617780

Monochromatic Colors of #616780

#616780

Complementary Color

#616780 #807a61

#616780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616780 Color CSS Codes

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

#616780 Text Font Color

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

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


#616780 Background Color

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

This div background color is #616780


#616780 Border Color

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

This div border color is #616780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616780


Comments

No comments written yet.

Please login to write comment.