Shades of Comet #686A8E
Tints of Comet #686A8E
RGB
CMYK
RGB Variations
Color information
#686A8E (or 0x686A8E) is known color: Comet. HEX triplet: 68, 6A and 8E. RGB value is (104,106,142). Sum of RGB (Red+Green+Blue) = 104+106+142=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #686A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686A8E is #979571. Grayscale: #6D6D6D. Windows color (decimal): -9934194 or 9333352. OLE color: 9333352.
HSL color Cylindrical-coordinate representation of color #686A8E: hue angle of 236.84º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #686A8E is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 106 | 142 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.44 |
| HSL | 236.84º | 0.15% | 0.48% | - |
| HSV(B) | 236.84º | 0.27% | 0.56% | - |
| XYZ | 15.75 | 15.2 | 27.7 | - |
| YUV | 109.51 | 146.34 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 142 | 0.27 | 0.25 | 0 | 0.44 | 236.84 | 0.15 | 0.48 |
| Hex | 68 | 6A | 8E | 1B | 19 | 0 | 2C | ED | F | 30 |
| Octal | 150 | 152 | 216 | 33 | 31 | 0 | 54 | 355 | 17 | 60 |
| Binary | 1101000 | 1101010 | 10001110 | 11011 | 11001 | 0 | 101100 | 11101101 | 1111 | 110000 |
Color Harmonies of #686A8E
Complementary color
Monochromatic Colors of #686A8E
Black with #686A8E
Text Example
Text Example
White with #686A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686A8E; }
p { color: rgb(104,106,142); }
H1.HeaderClassName
{
color: #686A8E;
}
.AnyTagClassName
{
color: #686A8E;
}
</style>
background-color css
<style>
a { background-color: #686A8E; }
a { background-color: rgb(104,106,142); }
div.DivClassName
{
background-color: #686A8E;
}
.BgClassName
{
background-color: #686A8E;
}
</style>
border-color css
<style>
span { border-color: #686A8E; }
span { border-color: rgb(104,106,142); }
td.TdClassName
{
border-color: #686A8E;
}
.TagClassName
{
border-color: #686A8E;
}
</style>