#686a6a color RGB value is (6, 134, 166).
#686a6a hex color red value is 6, green value is 134, and blue value is 166.
Cylindrical-coordinate representations (HSL) of color #686a6a
hue: 192,
saturation: 0.93 and lightness: 0.34.
The process color (four-color CMYK) of #686a6a color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #686a6a is #ff9999. Color #686a6a contains mainly RED.
| Color spaces of #686a6a | Value |
|---|---|
| RGB | 104, 106, 106 |
| HSL | 0.5, 0.01, 0.41 |
| HSV | 180°, 2°, 42° |
| XYZ | 13.46, 14.29, 15.68 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1101000 | 1101010 | 1101010 |
| Octal | 150 | 152 | 152 |
| Decimal | 104 | 106 | 106 |
| Hex | 68 | 6A | 6A |
Shades of #686a6a
Tints of #686a6a
.mybgColor {background-color: #686a6a;}
.myforeColor {color: #686a6a;}
.myborderColor {border:3px solid #686a6a;}
<p style="color:#686a6a">Text here</p>
This sample text is styled with the font color #686a6a. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#686a6a">Div content here</div>
<div style="border:3px solid #686a6a">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(104, 106, 106, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #686a6a; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #686a6a;
-webkit-box-shadow: 1px 1px 3px #686a6a;
box-shadow: 1px 1px 3px #686a6a; }
<p style="text-shadow: 4px 4px 2px rgba(104, 106, 106, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #686a6a;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #686a6a;
-webkit-box-shadow: 1px 1px 3px #686a6a;
box-shadow: 1px 1px 3px #686a6a;">Div content here</div>
