Shades of Comet #686987
Tints of Comet #686987
RGB
CMYK
RGB Variations
Color information
#686987 (or 0x686987) is known color: Comet. HEX triplet: 68, 69 and 87. RGB value is (104,105,135). Sum of RGB (Red+Green+Blue) = 104+105+135=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 135 - color contains mainly: blue. Hex color #686987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686987 is #979678. Grayscale: #6B6B6B. Windows color (decimal): -9934457 or 8874344. OLE color: 8874344.
HSL color Cylindrical-coordinate representation of color #686987: hue angle of 238.06º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #686987 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 105 | 135 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.47 |
| HSL | 238.06º | 0.13% | 0.47% | - |
| HSV(B) | 238.06º | 0.23% | 0.53% | - |
| XYZ | 15.13 | 14.8 | 24.98 | - |
| YUV | 108.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 135 | 0.23 | 0.22 | 0 | 0.47 | 238.06 | 0.13 | 0.47 |
| Hex | 68 | 69 | 87 | 17 | 16 | 0 | 2F | EE | D | 2F |
| Octal | 150 | 151 | 207 | 27 | 26 | 0 | 57 | 356 | 15 | 57 |
| Binary | 1101000 | 1101001 | 10000111 | 10111 | 10110 | 0 | 101111 | 11101110 | 1101 | 101111 |
Color Harmonies of #686987
Complementary color
Monochromatic Colors of #686987
Black with #686987
Text Example
Text Example
White with #686987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686987; }
p { color: rgb(104,105,135); }
H1.HeaderClassName
{
color: #686987;
}
.AnyTagClassName
{
color: #686987;
}
</style>
background-color css
<style>
a { background-color: #686987; }
a { background-color: rgb(104,105,135); }
div.DivClassName
{
background-color: #686987;
}
.BgClassName
{
background-color: #686987;
}
</style>
border-color css
<style>
span { border-color: #686987; }
span { border-color: rgb(104,105,135); }
td.TdClassName
{
border-color: #686987;
}
.TagClassName
{
border-color: #686987;
}
</style>