Shades of Comet #686878
Tints of Comet #686878
RGB
CMYK
RGB Variations
Color information
#686878 (or 0x686878) is known color: Comet. HEX triplet: 68, 68 and 78. RGB value is (104,104,120). Sum of RGB (Red+Green+Blue) = 104+104+120=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 120 - color contains mainly: blue. Hex color #686878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686878 is #979787. Grayscale: #696969. Windows color (decimal): -9934728 or 7891048. OLE color: 7891048.
HSL color Cylindrical-coordinate representation of color #686878: hue angle of 240º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #686878 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 104 | 120 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.53 |
| HSL | 240º | 0.07% | 0.44% | - |
| HSV(B) | 240º | 0.13% | 0.47% | - |
| XYZ | 14.05 | 14.2 | 19.77 | - |
| YUV | 105.82 | 136 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 120 | 0.13 | 0.13 | 0 | 0.53 | 240 | 0.07 | 0.44 |
| Hex | 68 | 68 | 78 | D | D | 0 | 35 | F0 | 7 | 2C |
| Octal | 150 | 150 | 170 | 15 | 15 | 0 | 65 | 360 | 7 | 54 |
| Binary | 1101000 | 1101000 | 1111000 | 1101 | 1101 | 0 | 110101 | 11110000 | 111 | 101100 |
Color Harmonies of #686878
Complementary color
Monochromatic Colors of #686878
Black with #686878
Text Example
Text Example
White with #686878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686878; }
p { color: rgb(104,104,120); }
H1.HeaderClassName
{
color: #686878;
}
.AnyTagClassName
{
color: #686878;
}
</style>
background-color css
<style>
a { background-color: #686878; }
a { background-color: rgb(104,104,120); }
div.DivClassName
{
background-color: #686878;
}
.BgClassName
{
background-color: #686878;
}
</style>
border-color css
<style>
span { border-color: #686878; }
span { border-color: rgb(104,104,120); }
td.TdClassName
{
border-color: #686878;
}
.TagClassName
{
border-color: #686878;
}
</style>