Color Hex Logo

#616065 Color Hex

#616065
(97,96,101)
0 Favorites   0 Comments

Color spaces of #616065

RGB 9796101
HSL0.700.030.39
HSV252°40°
CMYK 0.040.050.00   0.60
XYZ11.461611.846713.9945
Yxy11.84670.30730.3176
Hunter Lab34.4190-0.7925-0.0135
CIE-Lab40.97141.4574-2.7054

#616065 color RGB value is (97,96,101).

#616065 hex color red value is 97, green value is 96 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #616065 hue: 0.70 , saturation: 0.03 and the lightness value of 616065 is 0.39.

The process color (four color CMYK) of #616065 color hex is 0.04, 0.05, 0.00, 0.60. Web safe color of #616065 is #666666. Color #616065 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100000 01100101
Octal 141 140 145
Decimal 97 96 101
Hex 61 60 65

RGB Percentages of Color #616065

%32.99
%32.65
%34.35

CMYK Percentages of Color #616065

%4
%5
%0
%60

Triadic Colors of #616065

#616065 #656160 #606561

Analogous Colors of #616065

#616065 #646065 #606265

Monochromatic Colors of #616065

#616065

Complementary Color

#616065 #646560

#616065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616065 Color CSS Codes

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

#616065 Text Font Color

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

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


#616065 Background Color

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

This div background color is #616065


#616065 Border Color

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

This div border color is #616065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616065


Comments

No comments written yet.

Please login to write comment.