Color Hex Logo

#60646c Color Hex

#60646C
(96,100,108)
0 Favorites   0 Comments

Color spaces of #60646c

RGB 96100108
HSL0.610.060.40
HSV220°11°42°
CMYK 0.110.070.00   0.58
XYZ12.087812.683815.9985
Yxy12.68380.29650.3111
Hunter Lab35.6143-1.7407-1.7040
CIE-Lab42.28290.2237-5.0488

#60646c color RGB value is (96,100,108).

#60646c hex color red value is 96, green value is 100 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #60646c hue: 0.61 , saturation: 0.06 and the lightness value of 60646c is 0.40.

The process color (four color CMYK) of #60646c color hex is 0.11, 0.07, 0.00, 0.58. Web safe color of #60646c is #666666. Color #60646c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100100 01101100
Octal 140 144 154
Decimal 96 100 108
Hex 60 64 6C

RGB Percentages of Color #60646c

%31.58
%32.89
%35.53

CMYK Percentages of Color #60646c

%11
%7
%0
%58

Triadic Colors of #60646c

#60646c #6c6064 #646c60

Analogous Colors of #60646c

#60646c #62606c #606a6c

Monochromatic Colors of #60646c

#60646c

Complementary Color

#60646c #6c6860

#60646c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60646c Color Preview on White Background

Lorem ipsum dolor sit amet.

#60646c Color CSS Codes

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

#60646c Text Font Color

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

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


#60646c Background Color

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

This div background color is #60646c


#60646c Border Color

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

This div border color is #60646c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,100,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60646c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60646c;
  -webkit-box-shadow: 1px 1px 3px 2px #60646c;
  box-shadow:         1px 1px 3px 2px #60646c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60646c


Comments

No comments written yet.

Please login to write comment.