mostly black
Enter any color value (e.g., #d3e13e, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#6f6f6f color RGB value is (111,111,111)
#6f6f6f color CMYK value
#6f6f6f color HSL value
HSV(or HSB) | 0° | 0 | 43.5 |
XYZ | 15.109 | 15.896 | 17.311 |
Yxy | 0.313 | 0.329 | 15.896 |
LAB | 46.838 | 0.003 | -0.006 |
LUV | 46.838 | 0 | -0.008 |
Hunter-LAB | 39.87 | -2.127 | 2.166 |
CIE-LCH | 46.838 | 0.006 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 6F | 6F | 6F |
Decimal | 111 | 111 | 111 |
Octal | 157 | 157 | 157 |
Binary | 01101111 | 01101111 | 01101111 |
This text has a font color of #6f6f6f.
<span style="color:#6f6f6f">Text here</span>
This paragraph has a background color of #6f6f6f.
<p style="background-color:#6f6f6f;">Content here</p>
This element has a border color of #6f6f6f.
<div style="border:1px #6f6f6f;">Content here</div>
.text {color:#6f6f6f;}
.background {background-color:#6f6f6f;}
.border {border:1px solid #6f6f6f;}
.text-shadow {border:1px solid #6f6f6f;}
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, #050505 is the darkest color, while #f9f9f9 is the lightest one.