Shades of Comet #686975
Tints of Comet #686975
RGB
CMYK
RGB Variations
Color information
#686975 (or 0x686975) is known color: Comet. HEX triplet: 68, 69 and 75. RGB value is (104,105,117). Sum of RGB (Red+Green+Blue) = 104+105+117=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 117 - color contains mainly: blue. Hex color #686975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686975 is #97968A. Grayscale: #6A6A6A. Windows color (decimal): -9934475 or 7694696. OLE color: 7694696.
HSL color Cylindrical-coordinate representation of color #686975: hue angle of 235.38º 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 #686975 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 105 | 117 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.54 |
| HSL | 235.38º | 0.06% | 0.43% | - |
| HSV(B) | 235.38º | 0.11% | 0.46% | - |
| XYZ | 13.97 | 14.33 | 18.86 | - |
| YUV | 106.07 | 134.17 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 117 | 0.11 | 0.10 | 0 | 0.54 | 235.38 | 0.06 | 0.43 |
| Hex | 68 | 69 | 75 | B | A | 0 | 36 | EB | 6 | 2B |
| Octal | 150 | 151 | 165 | 13 | 12 | 0 | 66 | 353 | 6 | 53 |
| Binary | 1101000 | 1101001 | 1110101 | 1011 | 1010 | 0 | 110110 | 11101011 | 110 | 101011 |
Color Harmonies of #686975
Complementary color
Monochromatic Colors of #686975
Black with #686975
Text Example
Text Example
White with #686975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686975; }
p { color: rgb(104,105,117); }
H1.HeaderClassName
{
color: #686975;
}
.AnyTagClassName
{
color: #686975;
}
</style>
background-color css
<style>
a { background-color: #686975; }
a { background-color: rgb(104,105,117); }
div.DivClassName
{
background-color: #686975;
}
.BgClassName
{
background-color: #686975;
}
</style>
border-color css
<style>
span { border-color: #686975; }
span { border-color: rgb(104,105,117); }
td.TdClassName
{
border-color: #686975;
}
.TagClassName
{
border-color: #686975;
}
</style>