Shades of Comet #686971
Tints of Comet #686971
RGB
CMYK
RGB Variations
Color information
#686971 (or 0x686971) is known color: Comet. HEX triplet: 68, 69 and 71. RGB value is (104,105,113). Sum of RGB (Red+Green+Blue) = 104+105+113=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 113 - color contains mainly: blue. Hex color #686971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686971 is #97968E. Grayscale: #696969. Windows color (decimal): -9934479 or 7432552. OLE color: 7432552.
HSL color Cylindrical-coordinate representation of color #686971: hue angle of 233.33º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #686971 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 105 | 113 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.56 |
| HSL | 233.33º | 0.04% | 0.43% | - |
| HSV(B) | 233.33º | 0.08% | 0.44% | - |
| XYZ | 13.74 | 14.24 | 17.65 | - |
| YUV | 105.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 113 | 0.08 | 0.07 | 0 | 0.56 | 233.33 | 0.04 | 0.43 |
| Hex | 68 | 69 | 71 | 8 | 7 | 0 | 38 | E9 | 4 | 2B |
| Octal | 150 | 151 | 161 | 10 | 7 | 0 | 70 | 351 | 4 | 53 |
| Binary | 1101000 | 1101001 | 1110001 | 1000 | 111 | 0 | 111000 | 11101001 | 100 | 101011 |
Color Harmonies of #686971
Complementary color
Monochromatic Colors of #686971
Black with #686971
Text Example
Text Example
White with #686971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686971; }
p { color: rgb(104,105,113); }
H1.HeaderClassName
{
color: #686971;
}
.AnyTagClassName
{
color: #686971;
}
</style>
background-color css
<style>
a { background-color: #686971; }
a { background-color: rgb(104,105,113); }
div.DivClassName
{
background-color: #686971;
}
.BgClassName
{
background-color: #686971;
}
</style>
border-color css
<style>
span { border-color: #686971; }
span { border-color: rgb(104,105,113); }
td.TdClassName
{
border-color: #686971;
}
.TagClassName
{
border-color: #686971;
}
</style>