Shades of Comet #686686
Tints of Comet #686686
RGB
CMYK
RGB Variations
Color information
#686686 (or 0x686686) is known color: Comet. HEX triplet: 68, 66 and 86. RGB value is (104,102,134). Sum of RGB (Red+Green+Blue) = 104+102+134=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 134 - color contains mainly: blue. Hex color #686686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686686 is #979979. Grayscale: #6A6A6A. Windows color (decimal): -9935226 or 8808040. OLE color: 8808040.
HSL color Cylindrical-coordinate representation of color #686686: hue angle of 243.75º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #686686 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 102 | 134 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.47 |
| HSL | 243.75º | 0.14% | 0.46% | - |
| HSV(B) | 243.75º | 0.24% | 0.53% | - |
| XYZ | 14.76 | 14.17 | 24.51 | - |
| YUV | 106.25 | 143.66 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 134 | 0.22 | 0.24 | 0 | 0.47 | 243.75 | 0.14 | 0.46 |
| Hex | 68 | 66 | 86 | 16 | 18 | 0 | 2F | F4 | E | 2E |
| Octal | 150 | 146 | 206 | 26 | 30 | 0 | 57 | 364 | 16 | 56 |
| Binary | 1101000 | 1100110 | 10000110 | 10110 | 11000 | 0 | 101111 | 11110100 | 1110 | 101110 |
Color Harmonies of #686686
Complementary color
Monochromatic Colors of #686686
Black with #686686
Text Example
Text Example
White with #686686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686686; }
p { color: rgb(104,102,134); }
H1.HeaderClassName
{
color: #686686;
}
.AnyTagClassName
{
color: #686686;
}
</style>
background-color css
<style>
a { background-color: #686686; }
a { background-color: rgb(104,102,134); }
div.DivClassName
{
background-color: #686686;
}
.BgClassName
{
background-color: #686686;
}
</style>
border-color css
<style>
span { border-color: #686686; }
span { border-color: rgb(104,102,134); }
td.TdClassName
{
border-color: #686686;
}
.TagClassName
{
border-color: #686686;
}
</style>