Shades of Comet #686875
Tints of Comet #686875
RGB
CMYK
RGB Variations
Color information
#686875 (or 0x686875) is known color: Comet. HEX triplet: 68, 68 and 75. RGB value is (104,104,117). Sum of RGB (Red+Green+Blue) = 104+104+117=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 117 - color contains mainly: blue. Hex color #686875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686875 is #97978A. Grayscale: #696969. Windows color (decimal): -9934731 or 7694440. OLE color: 7694440.
HSL color Cylindrical-coordinate representation of color #686875: hue angle of 240º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #686875 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 104 | 117 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.54 |
| HSL | 240º | 0.06% | 0.43% | - |
| HSV(B) | 240º | 0.11% | 0.46% | - |
| XYZ | 13.87 | 14.13 | 18.83 | - |
| YUV | 105.48 | 134.5 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 117 | 0.11 | 0.11 | 0 | 0.54 | 240 | 0.06 | 0.43 |
| Hex | 68 | 68 | 75 | B | B | 0 | 36 | F0 | 6 | 2B |
| Octal | 150 | 150 | 165 | 13 | 13 | 0 | 66 | 360 | 6 | 53 |
| Binary | 1101000 | 1101000 | 1110101 | 1011 | 1011 | 0 | 110110 | 11110000 | 110 | 101011 |
Color Harmonies of #686875
Complementary color
Monochromatic Colors of #686875
Black with #686875
Text Example
Text Example
White with #686875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686875; }
p { color: rgb(104,104,117); }
H1.HeaderClassName
{
color: #686875;
}
.AnyTagClassName
{
color: #686875;
}
</style>
background-color css
<style>
a { background-color: #686875; }
a { background-color: rgb(104,104,117); }
div.DivClassName
{
background-color: #686875;
}
.BgClassName
{
background-color: #686875;
}
</style>
border-color css
<style>
span { border-color: #686875; }
span { border-color: rgb(104,104,117); }
td.TdClassName
{
border-color: #686875;
}
.TagClassName
{
border-color: #686875;
}
</style>