Color Hex Logo

#61617f Color Hex

#61617F
(97,97,127)
0 Favorites   0 Comments

Color spaces of #61617f

RGB 9797127
HSL0.670.130.44
HSV240°24°50°
CMYK 0.240.240.00   0.50
XYZ13.035212.623121.8281
Yxy12.62310.27450.2658
Hunter Lab35.52903.3139-11.5559
CIE-Lab42.18987.0296-16.7256

#61617f color RGB value is (97,97,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100001 01111111
Octal 141 141 177
Decimal 97 97 127
Hex 61 61 7F

RGB Percentages of Color #61617f

%30.22
%30.22
%39.56

CMYK Percentages of Color #61617f

%24
%24
%0
%50

Triadic Colors of #61617f

#61617f #7f6161 #617f61

Analogous Colors of #61617f

#61617f #70617f #61707f

Monochromatic Colors of #61617f

#61617f

Complementary Color

#61617f #7f7f61

#61617f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61617f Color Preview on White Background

Lorem ipsum dolor sit amet.

#61617f Color CSS Codes

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

#61617f Text Font Color

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

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


#61617f Background Color

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

This div background color is #61617f


#61617f Border Color

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

This div border color is #61617f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61617f


Comments

No comments written yet.

Please login to write comment.