Shades of Comet #686A8B
Tints of Comet #686A8B
RGB
CMYK
RGB Variations
Color information
#686A8B (or 0x686A8B) is known color: Comet. HEX triplet: 68, 6A and 8B. RGB value is (104,106,139). Sum of RGB (Red+Green+Blue) = 104+106+139=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #686A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686A8B is #979574. Grayscale: #6D6D6D. Windows color (decimal): -9934197 or 9136744. OLE color: 9136744.
HSL color Cylindrical-coordinate representation of color #686A8B: hue angle of 236.57º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #686A8B is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 106 | 139 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.45 |
| HSL | 236.57º | 0.14% | 0.48% | - |
| HSV(B) | 236.57º | 0.25% | 0.55% | - |
| XYZ | 15.52 | 15.12 | 26.53 | - |
| YUV | 109.16 | 144.84 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 139 | 0.25 | 0.24 | 0 | 0.45 | 236.57 | 0.14 | 0.48 |
| Hex | 68 | 6A | 8B | 19 | 18 | 0 | 2D | ED | E | 30 |
| Octal | 150 | 152 | 213 | 31 | 30 | 0 | 55 | 355 | 16 | 60 |
| Binary | 1101000 | 1101010 | 10001011 | 11001 | 11000 | 0 | 101101 | 11101101 | 1110 | 110000 |
Color Harmonies of #686A8B
Complementary color
Monochromatic Colors of #686A8B
Black with #686A8B
Text Example
Text Example
White with #686A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686A8B; }
p { color: rgb(104,106,139); }
H1.HeaderClassName
{
color: #686A8B;
}
.AnyTagClassName
{
color: #686A8B;
}
</style>
background-color css
<style>
a { background-color: #686A8B; }
a { background-color: rgb(104,106,139); }
div.DivClassName
{
background-color: #686A8B;
}
.BgClassName
{
background-color: #686A8B;
}
</style>
border-color css
<style>
span { border-color: #686A8B; }
span { border-color: rgb(104,106,139); }
td.TdClassName
{
border-color: #686A8B;
}
.TagClassName
{
border-color: #686A8B;
}
</style>