Shades of Comet #686A81
Tints of Comet #686A81
RGB
CMYK
RGB Variations
Color information
#686A81 (or 0x686A81) is known color: Comet. HEX triplet: 68, 6A and 81. RGB value is (104,106,129). Sum of RGB (Red+Green+Blue) = 104+106+129=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 129 - color contains mainly: blue. Hex color #686A81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686A81 is #97957E. Grayscale: #6B6B6B. Windows color (decimal): -9934207 or 8481384. OLE color: 8481384.
HSL color Cylindrical-coordinate representation of color #686A81: hue angle of 235.2º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #686A81 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 106 | 129 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.49 |
| HSL | 235.2º | 0.11% | 0.46% | - |
| HSV(B) | 235.2º | 0.19% | 0.51% | - |
| XYZ | 14.83 | 14.84 | 22.85 | - |
| YUV | 108.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 129 | 0.19 | 0.18 | 0 | 0.49 | 235.2 | 0.11 | 0.46 |
| Hex | 68 | 6A | 81 | 13 | 12 | 0 | 31 | EB | B | 2E |
| Octal | 150 | 152 | 201 | 23 | 22 | 0 | 61 | 353 | 13 | 56 |
| Binary | 1101000 | 1101010 | 10000001 | 10011 | 10010 | 0 | 110001 | 11101011 | 1011 | 101110 |
Color Harmonies of #686A81
Complementary color
Monochromatic Colors of #686A81
Black with #686A81
Text Example
Text Example
White with #686A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686A81; }
p { color: rgb(104,106,129); }
H1.HeaderClassName
{
color: #686A81;
}
.AnyTagClassName
{
color: #686A81;
}
</style>
background-color css
<style>
a { background-color: #686A81; }
a { background-color: rgb(104,106,129); }
div.DivClassName
{
background-color: #686A81;
}
.BgClassName
{
background-color: #686A81;
}
</style>
border-color css
<style>
span { border-color: #686A81; }
span { border-color: rgb(104,106,129); }
td.TdClassName
{
border-color: #686A81;
}
.TagClassName
{
border-color: #686A81;
}
</style>