Shades of Comet #686778
Tints of Comet #686778
RGB
CMYK
RGB Variations
Color information
#686778 (or 0x686778) is known color: Comet. HEX triplet: 68, 67 and 78. RGB value is (104,103,120). Sum of RGB (Red+Green+Blue) = 104+103+120=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 120 - color contains mainly: blue. Hex color #686778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686778 is #979887. Grayscale: #696969. Windows color (decimal): -9934984 or 7890792. OLE color: 7890792.
HSL color Cylindrical-coordinate representation of color #686778: hue angle of 243.53º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #686778 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 103 | 120 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.53 |
| HSL | 243.53º | 0.08% | 0.44% | - |
| HSV(B) | 243.53º | 0.14% | 0.47% | - |
| XYZ | 13.95 | 14 | 19.74 | - |
| YUV | 105.24 | 136.33 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 103 | 120 | 0.13 | 0.14 | 0 | 0.53 | 243.53 | 0.08 | 0.44 |
| Hex | 68 | 67 | 78 | D | E | 0 | 35 | F4 | 8 | 2C |
| Octal | 150 | 147 | 170 | 15 | 16 | 0 | 65 | 364 | 10 | 54 |
| Binary | 1101000 | 1100111 | 1111000 | 1101 | 1110 | 0 | 110101 | 11110100 | 1000 | 101100 |
Color Harmonies of #686778
Complementary color
Monochromatic Colors of #686778
Black with #686778
Text Example
Text Example
White with #686778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686778; }
p { color: rgb(104,103,120); }
H1.HeaderClassName
{
color: #686778;
}
.AnyTagClassName
{
color: #686778;
}
</style>
background-color css
<style>
a { background-color: #686778; }
a { background-color: rgb(104,103,120); }
div.DivClassName
{
background-color: #686778;
}
.BgClassName
{
background-color: #686778;
}
</style>
border-color css
<style>
span { border-color: #686778; }
span { border-color: rgb(104,103,120); }
td.TdClassName
{
border-color: #686778;
}
.TagClassName
{
border-color: #686778;
}
</style>