Shades of Comet #686973
Tints of Comet #686973
RGB
CMYK
RGB Variations
Color information
#686973 (or 0x686973) is known color: Comet. HEX triplet: 68, 69 and 73. RGB value is (104,105,115). Sum of RGB (Red+Green+Blue) = 104+105+115=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 115 - color contains mainly: blue. Hex color #686973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686973 is #97968C. Grayscale: #696969. Windows color (decimal): -9934477 or 7563624. OLE color: 7563624.
HSL color Cylindrical-coordinate representation of color #686973: hue angle of 234.55º 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 #686973 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 105 | 115 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.55 |
| HSL | 234.55º | 0.05% | 0.43% | - |
| HSV(B) | 234.55º | 0.1% | 0.45% | - |
| XYZ | 13.86 | 14.28 | 18.25 | - |
| YUV | 105.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 115 | 0.10 | 0.09 | 0 | 0.55 | 234.55 | 0.05 | 0.43 |
| Hex | 68 | 69 | 73 | A | 9 | 0 | 37 | EB | 5 | 2B |
| Octal | 150 | 151 | 163 | 12 | 11 | 0 | 67 | 353 | 5 | 53 |
| Binary | 1101000 | 1101001 | 1110011 | 1010 | 1001 | 0 | 110111 | 11101011 | 101 | 101011 |
Color Harmonies of #686973
Complementary color
Monochromatic Colors of #686973
Black with #686973
Text Example
Text Example
White with #686973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686973; }
p { color: rgb(104,105,115); }
H1.HeaderClassName
{
color: #686973;
}
.AnyTagClassName
{
color: #686973;
}
</style>
background-color css
<style>
a { background-color: #686973; }
a { background-color: rgb(104,105,115); }
div.DivClassName
{
background-color: #686973;
}
.BgClassName
{
background-color: #686973;
}
</style>
border-color css
<style>
span { border-color: #686973; }
span { border-color: rgb(104,105,115); }
td.TdClassName
{
border-color: #686973;
}
.TagClassName
{
border-color: #686973;
}
</style>