mostly black
Enter any color value (e.g., #04bbf5, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#6c6c6c color RGB value is (108,108,108)
#6c6c6c color CMYK value
#6c6c6c color HSL value
HSV(or HSB) | 0° | 0 | 42.4 |
XYZ | 14.254 | 14.996 | 16.331 |
Yxy | 0.313 | 0.329 | 14.996 |
LAB | 45.629 | 0.003 | -0.006 |
LUV | 45.629 | 0 | -0.008 |
Hunter-LAB | 38.725 | -2.066 | 2.104 |
CIE-LCH | 45.629 | 0.006 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 6C | 6C | 6C |
Decimal | 108 | 108 | 108 |
Octal | 154 | 154 | 154 |
Binary | 01101100 | 01101100 | 01101100 |
This text has a font color of #6c6c6c.
<span style="color:#6c6c6c">Text here</span>
This paragraph has a background color of #6c6c6c.
<p style="background-color:#6c6c6c;">Content here</p>
This element has a border color of #6c6c6c.
<div style="border:1px #6c6c6c;">Content here</div>
.text {color:#6c6c6c;}
.background {background-color:#6c6c6c;}
.border {border:1px solid #6c6c6c;}
.text-shadow {border:1px solid #6c6c6c;}
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, #020202 is the darkest color, while #f6f6f6 is the lightest one.