Shades of Comet #686A87
Tints of Comet #686A87
RGB
CMYK
RGB Variations
Color information
#686A87 (or 0x686A87) is known color: Comet. HEX triplet: 68, 6A and 87. RGB value is (104,106,135). Sum of RGB (Red+Green+Blue) = 104+106+135=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 135 - color contains mainly: blue. Hex color #686A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686A87 is #979578. Grayscale: #6C6C6C. Windows color (decimal): -9934201 or 8874600. OLE color: 8874600.
HSL color Cylindrical-coordinate representation of color #686A87: hue angle of 236.13º 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 #686A87 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 106 | 135 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.47 |
| HSL | 236.13º | 0.13% | 0.47% | - |
| HSV(B) | 236.13º | 0.23% | 0.53% | - |
| XYZ | 15.24 | 15 | 25.01 | - |
| YUV | 108.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 135 | 0.23 | 0.21 | 0 | 0.47 | 236.13 | 0.13 | 0.47 |
| Hex | 68 | 6A | 87 | 17 | 15 | 0 | 2F | EC | D | 2F |
| Octal | 150 | 152 | 207 | 27 | 25 | 0 | 57 | 354 | 15 | 57 |
| Binary | 1101000 | 1101010 | 10000111 | 10111 | 10101 | 0 | 101111 | 11101100 | 1101 | 101111 |
Color Harmonies of #686A87
Complementary color
Monochromatic Colors of #686A87
Black with #686A87
Text Example
Text Example
White with #686A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686A87; }
p { color: rgb(104,106,135); }
H1.HeaderClassName
{
color: #686A87;
}
.AnyTagClassName
{
color: #686A87;
}
</style>
background-color css
<style>
a { background-color: #686A87; }
a { background-color: rgb(104,106,135); }
div.DivClassName
{
background-color: #686A87;
}
.BgClassName
{
background-color: #686A87;
}
</style>
border-color css
<style>
span { border-color: #686A87; }
span { border-color: rgb(104,106,135); }
td.TdClassName
{
border-color: #686A87;
}
.TagClassName
{
border-color: #686A87;
}
</style>