Shades of Comet #686C7F
Tints of Comet #686C7F
RGB
CMYK
RGB Variations
Color information
#686C7F (or 0x686C7F) is known color: Comet. HEX triplet: 68, 6C and 7F. RGB value is (104,108,127). Sum of RGB (Red+Green+Blue) = 104+108+127=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 127 - color contains mainly: blue. Hex color #686C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686C7F is #979380. Grayscale: #6C6C6C. Windows color (decimal): -9933697 or 8350824. OLE color: 8350824.
HSL color Cylindrical-coordinate representation of color #686C7F: hue angle of 229.57º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #686C7F is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 108 | 127 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.50 |
| HSL | 229.57º | 0.1% | 0.45% | - |
| HSV(B) | 229.57º | 0.18% | 0.5% | - |
| XYZ | 14.9 | 15.2 | 22.23 | - |
| YUV | 108.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 127 | 0.18 | 0.15 | 0 | 0.50 | 229.57 | 0.1 | 0.45 |
| Hex | 68 | 6C | 7F | 12 | F | 0 | 32 | E6 | A | 2D |
| Octal | 150 | 154 | 177 | 22 | 17 | 0 | 62 | 346 | 12 | 55 |
| Binary | 1101000 | 1101100 | 1111111 | 10010 | 1111 | 0 | 110010 | 11100110 | 1010 | 101101 |
Color Harmonies of #686C7F
Complementary color
Monochromatic Colors of #686C7F
Black with #686C7F
Text Example
Text Example
White with #686C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686C7F; }
p { color: rgb(104,108,127); }
H1.HeaderClassName
{
color: #686C7F;
}
.AnyTagClassName
{
color: #686C7F;
}
</style>
background-color css
<style>
a { background-color: #686C7F; }
a { background-color: rgb(104,108,127); }
div.DivClassName
{
background-color: #686C7F;
}
.BgClassName
{
background-color: #686C7F;
}
</style>
border-color css
<style>
span { border-color: #686C7F; }
span { border-color: rgb(104,108,127); }
td.TdClassName
{
border-color: #686C7F;
}
.TagClassName
{
border-color: #686C7F;
}
</style>