mostly black
Enter any color value (e.g., #1c5823, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#606060 color RGB value is (96,96,96)
#606060 color CMYK value
#606060 color HSL value
HSV(or HSB) | 0° | 0 | 37.6 |
XYZ | 11.118 | 11.697 | 12.738 |
Yxy | 0.313 | 0.329 | 11.697 |
LAB | 40.731 | 0.003 | -0.005 |
LUV | 40.731 | 0 | -0.007 |
Hunter-LAB | 34.201 | -1.825 | 1.858 |
CIE-LCH | 40.731 | 0.006 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 60 | 60 | 60 |
Decimal | 96 | 96 | 96 |
Octal | 140 | 140 | 140 |
Binary | 01100000 | 01100000 | 01100000 |
This text has a font color of #606060.
<span style="color:#606060">Text here</span>
This paragraph has a background color of #606060.
<p style="background-color:#606060;">Content here</p>
This element has a border color of #606060.
<div style="border:1px #606060;">Content here</div>
.text {color:#606060;}
.background {background-color:#606060;}
.border {border:1px solid #606060;}
.text-shadow {border:1px solid #606060;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #f5f5f5 is the lightest one.