Shades of Comet #686981
Tints of Comet #686981
RGB
CMYK
RGB Variations
Color information
#686981 (or 0x686981) is known color: Comet. HEX triplet: 68, 69 and 81. RGB value is (104,105,129). Sum of RGB (Red+Green+Blue) = 104+105+129=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 129 - color contains mainly: blue. Hex color #686981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686981 is #97967E. Grayscale: #6B6B6B. Windows color (decimal): -9934463 or 8481128. OLE color: 8481128.
HSL color Cylindrical-coordinate representation of color #686981: hue angle of 237.6º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #686981 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 105 | 129 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.49 |
| HSL | 237.6º | 0.11% | 0.46% | - |
| HSV(B) | 237.6º | 0.19% | 0.51% | - |
| XYZ | 14.72 | 14.63 | 22.82 | - |
| YUV | 107.44 | 140.17 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 129 | 0.19 | 0.19 | 0 | 0.49 | 237.6 | 0.11 | 0.46 |
| Hex | 68 | 69 | 81 | 13 | 13 | 0 | 31 | EE | B | 2E |
| Octal | 150 | 151 | 201 | 23 | 23 | 0 | 61 | 356 | 13 | 56 |
| Binary | 1101000 | 1101001 | 10000001 | 10011 | 10011 | 0 | 110001 | 11101110 | 1011 | 101110 |
Color Harmonies of #686981
Complementary color
Monochromatic Colors of #686981
Black with #686981
Text Example
Text Example
White with #686981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686981; }
p { color: rgb(104,105,129); }
H1.HeaderClassName
{
color: #686981;
}
.AnyTagClassName
{
color: #686981;
}
</style>
background-color css
<style>
a { background-color: #686981; }
a { background-color: rgb(104,105,129); }
div.DivClassName
{
background-color: #686981;
}
.BgClassName
{
background-color: #686981;
}
</style>
border-color css
<style>
span { border-color: #686981; }
span { border-color: rgb(104,105,129); }
td.TdClassName
{
border-color: #686981;
}
.TagClassName
{
border-color: #686981;
}
</style>