Shades of Comet #686A8A
Tints of Comet #686A8A
RGB
CMYK
RGB Variations
Color information
#686A8A (or 0x686A8A) is known color: Comet. HEX triplet: 68, 6A and 8A. RGB value is (104,106,138). Sum of RGB (Red+Green+Blue) = 104+106+138=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 138 - color contains mainly: blue. Hex color #686A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686A8A is #979575. Grayscale: #6C6C6C. Windows color (decimal): -9934198 or 9071208. OLE color: 9071208.
HSL color Cylindrical-coordinate representation of color #686A8A: hue angle of 236.47º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #686A8A is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 106 | 138 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.46 |
| HSL | 236.47º | 0.14% | 0.47% | - |
| HSV(B) | 236.47º | 0.25% | 0.54% | - |
| XYZ | 15.45 | 15.09 | 26.14 | - |
| YUV | 109.05 | 144.34 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 138 | 0.25 | 0.23 | 0 | 0.46 | 236.47 | 0.14 | 0.47 |
| Hex | 68 | 6A | 8A | 19 | 17 | 0 | 2E | EC | E | 2F |
| Octal | 150 | 152 | 212 | 31 | 27 | 0 | 56 | 354 | 16 | 57 |
| Binary | 1101000 | 1101010 | 10001010 | 11001 | 10111 | 0 | 101110 | 11101100 | 1110 | 101111 |
Color Harmonies of #686A8A
Complementary color
Monochromatic Colors of #686A8A
Black with #686A8A
Text Example
Text Example
White with #686A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686A8A; }
p { color: rgb(104,106,138); }
H1.HeaderClassName
{
color: #686A8A;
}
.AnyTagClassName
{
color: #686A8A;
}
</style>
background-color css
<style>
a { background-color: #686A8A; }
a { background-color: rgb(104,106,138); }
div.DivClassName
{
background-color: #686A8A;
}
.BgClassName
{
background-color: #686A8A;
}
</style>
border-color css
<style>
span { border-color: #686A8A; }
span { border-color: rgb(104,106,138); }
td.TdClassName
{
border-color: #686A8A;
}
.TagClassName
{
border-color: #686A8A;
}
</style>