Shades of Comet #686872
Tints of Comet #686872
RGB
CMYK
RGB Variations
Color information
#686872 (or 0x686872) is known color: Comet. HEX triplet: 68, 68 and 72. RGB value is (104,104,114). Sum of RGB (Red+Green+Blue) = 104+104+114=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 114 - color contains mainly: blue. Hex color #686872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686872 is #97978D. Grayscale: #696969. Windows color (decimal): -9934734 or 7497832. OLE color: 7497832.
HSL color Cylindrical-coordinate representation of color #686872: hue angle of 240º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #686872 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 104 | 114 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.55 |
| HSL | 240º | 0.05% | 0.43% | - |
| HSV(B) | 240º | 0.09% | 0.45% | - |
| XYZ | 13.7 | 14.06 | 17.91 | - |
| YUV | 105.14 | 133 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 114 | 0.09 | 0.09 | 0 | 0.55 | 240 | 0.05 | 0.43 |
| Hex | 68 | 68 | 72 | 9 | 9 | 0 | 37 | F0 | 5 | 2B |
| Octal | 150 | 150 | 162 | 11 | 11 | 0 | 67 | 360 | 5 | 53 |
| Binary | 1101000 | 1101000 | 1110010 | 1001 | 1001 | 0 | 110111 | 11110000 | 101 | 101011 |
Color Harmonies of #686872
Complementary color
Monochromatic Colors of #686872
Black with #686872
Text Example
Text Example
White with #686872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686872; }
p { color: rgb(104,104,114); }
H1.HeaderClassName
{
color: #686872;
}
.AnyTagClassName
{
color: #686872;
}
</style>
background-color css
<style>
a { background-color: #686872; }
a { background-color: rgb(104,104,114); }
div.DivClassName
{
background-color: #686872;
}
.BgClassName
{
background-color: #686872;
}
</style>
border-color css
<style>
span { border-color: #686872; }
span { border-color: rgb(104,104,114); }
td.TdClassName
{
border-color: #686872;
}
.TagClassName
{
border-color: #686872;
}
</style>