Shades of Comet #686A8C
Tints of Comet #686A8C
RGB
CMYK
RGB Variations
Color information
#686A8C (or 0x686A8C) is known color: Comet. HEX triplet: 68, 6A and 8C. RGB value is (104,106,140). Sum of RGB (Red+Green+Blue) = 104+106+140=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #686A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686A8C is #979573. Grayscale: #6D6D6D. Windows color (decimal): -9934196 or 9202280. OLE color: 9202280.
HSL color Cylindrical-coordinate representation of color #686A8C: hue angle of 236.67º 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 #686A8C is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 106 | 140 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.45 |
| HSL | 236.67º | 0.15% | 0.48% | - |
| HSV(B) | 236.67º | 0.26% | 0.55% | - |
| XYZ | 15.6 | 15.14 | 26.91 | - |
| YUV | 109.28 | 145.34 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 140 | 0.26 | 0.24 | 0 | 0.45 | 236.67 | 0.15 | 0.48 |
| Hex | 68 | 6A | 8C | 1A | 18 | 0 | 2D | ED | F | 30 |
| Octal | 150 | 152 | 214 | 32 | 30 | 0 | 55 | 355 | 17 | 60 |
| Binary | 1101000 | 1101010 | 10001100 | 11010 | 11000 | 0 | 101101 | 11101101 | 1111 | 110000 |
Color Harmonies of #686A8C
Complementary color
Monochromatic Colors of #686A8C
Black with #686A8C
Text Example
Text Example
White with #686A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686A8C; }
p { color: rgb(104,106,140); }
H1.HeaderClassName
{
color: #686A8C;
}
.AnyTagClassName
{
color: #686A8C;
}
</style>
background-color css
<style>
a { background-color: #686A8C; }
a { background-color: rgb(104,106,140); }
div.DivClassName
{
background-color: #686A8C;
}
.BgClassName
{
background-color: #686A8C;
}
</style>
border-color css
<style>
span { border-color: #686A8C; }
span { border-color: rgb(104,106,140); }
td.TdClassName
{
border-color: #686A8C;
}
.TagClassName
{
border-color: #686A8C;
}
</style>