Shades of Comet #686A8D
Tints of Comet #686A8D
RGB
CMYK
RGB Variations
Color information
#686A8D (or 0x686A8D) is known color: Comet. HEX triplet: 68, 6A and 8D. RGB value is (104,106,141). Sum of RGB (Red+Green+Blue) = 104+106+141=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 141 - color contains mainly: blue. Hex color #686A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686A8D is #979572. Grayscale: #6D6D6D. Windows color (decimal): -9934195 or 9267816. OLE color: 9267816.
HSL color Cylindrical-coordinate representation of color #686A8D: hue angle of 236.76º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #686A8D is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 106 | 141 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.45 |
| HSL | 236.76º | 0.15% | 0.48% | - |
| HSV(B) | 236.76º | 0.26% | 0.55% | - |
| XYZ | 15.67 | 15.17 | 27.3 | - |
| YUV | 109.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 141 | 0.26 | 0.25 | 0 | 0.45 | 236.76 | 0.15 | 0.48 |
| Hex | 68 | 6A | 8D | 1A | 19 | 0 | 2D | ED | F | 30 |
| Octal | 150 | 152 | 215 | 32 | 31 | 0 | 55 | 355 | 17 | 60 |
| Binary | 1101000 | 1101010 | 10001101 | 11010 | 11001 | 0 | 101101 | 11101101 | 1111 | 110000 |
Color Harmonies of #686A8D
Complementary color
Monochromatic Colors of #686A8D
Black with #686A8D
Text Example
Text Example
White with #686A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686A8D; }
p { color: rgb(104,106,141); }
H1.HeaderClassName
{
color: #686A8D;
}
.AnyTagClassName
{
color: #686A8D;
}
</style>
background-color css
<style>
a { background-color: #686A8D; }
a { background-color: rgb(104,106,141); }
div.DivClassName
{
background-color: #686A8D;
}
.BgClassName
{
background-color: #686A8D;
}
</style>
border-color css
<style>
span { border-color: #686A8D; }
span { border-color: rgb(104,106,141); }
td.TdClassName
{
border-color: #686A8D;
}
.TagClassName
{
border-color: #686A8D;
}
</style>