Shades of Comet #686A73
Tints of Comet #686A73
RGB
CMYK
RGB Variations
Color information
#686A73 (or 0x686A73) is known color: Comet. HEX triplet: 68, 6A and 73. RGB value is (104,106,115). Sum of RGB (Red+Green+Blue) = 104+106+115=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 115 - color contains mainly: blue. Hex color #686A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A73 is #97958C. Grayscale: #6A6A6A. Windows color (decimal): -9934221 or 7563880. OLE color: 7563880.
HSL color Cylindrical-coordinate representation of color #686A73: hue angle of 229.09º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #686A73 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 106 | 115 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.55 |
| HSL | 229.09º | 0.05% | 0.43% | - |
| HSV(B) | 229.09º | 0.1% | 0.45% | - |
| XYZ | 13.96 | 14.49 | 18.28 | - |
| YUV | 106.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 115 | 0.10 | 0.08 | 0 | 0.55 | 229.09 | 0.05 | 0.43 |
| Hex | 68 | 6A | 73 | A | 8 | 0 | 37 | E5 | 5 | 2B |
| Octal | 150 | 152 | 163 | 12 | 10 | 0 | 67 | 345 | 5 | 53 |
| Binary | 1101000 | 1101010 | 1110011 | 1010 | 1000 | 0 | 110111 | 11100101 | 101 | 101011 |
Color Harmonies of #686A73
Complementary color
Monochromatic Colors of #686A73
Black with #686A73
Text Example
Text Example
White with #686A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686A73; }
p { color: rgb(104,106,115); }
H1.HeaderClassName
{
color: #686A73;
}
.AnyTagClassName
{
color: #686A73;
}
</style>
background-color css
<style>
a { background-color: #686A73; }
a { background-color: rgb(104,106,115); }
div.DivClassName
{
background-color: #686A73;
}
.BgClassName
{
background-color: #686A73;
}
</style>
border-color css
<style>
span { border-color: #686A73; }
span { border-color: rgb(104,106,115); }
td.TdClassName
{
border-color: #686A73;
}
.TagClassName
{
border-color: #686A73;
}
</style>