Color Hex Logo

#616875 Color Hex

#616875
(97,104,117)
0 Favorites   0 Comments

Color spaces of #616875

RGB 97104117
HSL0.610.090.42
HSV219°17°46°
CMYK 0.170.110.00   0.54
XYZ13.091013.726418.7891
Yxy13.72640.28700.3010
Hunter Lab37.0492-1.7646-4.1339
CIE-Lab43.83800.2927-8.1781

#616875 color RGB value is (97,104,117).

#616875 hex color red value is 97, green value is 104 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #616875 hue: 0.61 , saturation: 0.09 and the lightness value of 616875 is 0.42.

The process color (four color CMYK) of #616875 color hex is 0.17, 0.11, 0.00, 0.54. Web safe color of #616875 is #666666. Color #616875 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101000 01110101
Octal 141 150 165
Decimal 97 104 117
Hex 61 68 75

RGB Percentages of Color #616875

%30.50
%32.70
%36.79

CMYK Percentages of Color #616875

%17
%11
%0
%54

Triadic Colors of #616875

#616875 #756168 #687561

Analogous Colors of #616875

#616875 #646175 #617275

Monochromatic Colors of #616875

#616875

Complementary Color

#616875 #756e61

#616875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616875 Color CSS Codes

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

#616875 Text Font Color

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

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


#616875 Background Color

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

This div background color is #616875


#616875 Border Color

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

This div border color is #616875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616875


Comments

No comments written yet.

Please login to write comment.