color details

Color Details
#686a6a Color Hex

#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
Color spaces of #686a6aValue
RGB104, 106, 106
HSL0.5, 0.01, 0.41
HSV180°, 2°, 42°
XYZ13.46, 14.29, 15.68
Base Numbers
Base Red Green Blue
Binary 1101000 1101010 1101010
Octal 150 152 152
Decimal 104 106 106
Hex 68 6A 6A

RGB Percentages for Color #686a6a

32.91%
33.54%
33.54%

CMYK Percentages of the Color #686a6a

1.89%
58.43%
CSS Codes for Color #686a6a
.mybgColor {background-color: #686a6a;}
.myforeColor {color: #686a6a;}
.myborderColor {border:3px solid #686a6a;}
Text Font Color #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,

Background Color #686a6a

<div style="background-color:#686a6a">Div content here</div>

The background color of this div is #686a6a
Border Color #686a6a

<div style="border:3px solid #686a6a">Div here</div>

The border color of this div is #686a6a
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

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

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #686a6a;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #686a6a

Scroll to Top