color details

Color Details
#686969 Color Hex

#686969 color RGB value is (6, 134, 150).
#686969 hex color red value is 6, green value is 134, and blue value is 150.
Cylindrical-coordinate representations (HSL) of color #686969 hue: 186.67, saturation: 0.92 and lightness: 0.31.

The process color (four-color CMYK) of #686969 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #686969 is #ff9999. Color #686969 contains mainly RED.

Color Spaces
Color spaces of #686969Value
RGB104, 105, 105
HSL0.5, 0, 0.41
HSV180°, 1°, 41°
XYZ13.31, 14.07, 15.38
Base Numbers
Base Red Green Blue
Binary 1101000 1101001 1101001
Octal 150 151 151
Decimal 104 105 105
Hex 68 69 69

RGB Percentages for Color #686969

33.12%
33.44%
33.44%

CMYK Percentages of the Color #686969

0.95%
58.82%
CSS Codes for Color #686969
.mybgColor {background-color: #686969;}
.myforeColor {color: #686969;}
.myborderColor {border:3px solid #686969;}
Text Font Color #686969

<p style="color:#686969">Text here</p>

This sample text is styled with the font color #686969. 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 #686969

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

The background color of this div is #686969
Border Color #686969

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

The border color of this div is #686969
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(104, 105, 105, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #686969;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #686969;
-webkit-box-shadow: 1px 1px 3px #686969;
box-shadow: 1px 1px 3px #686969;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104, 105, 105, 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 #686969;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #686969; -webkit-box-shadow: 1px 1px 3px #686969; box-shadow: 1px 1px 3px #686969;">Div content here</div>

This div box has a shadow with a specified color. #686969

Scroll to Top