Shades of Comet #686B76
Tints of Comet #686B76
RGB
CMYK
RGB Variations
Color information
#686B76 (or 0x686B76) is known color: Comet. HEX triplet: 68, 6B and 76. RGB value is (104,107,118). Sum of RGB (Red+Green+Blue) = 104+107+118=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 118 - color contains mainly: blue. Hex color #686B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B76 is #979489. Grayscale: #6B6B6B. Windows color (decimal): -9933962 or 7760744. OLE color: 7760744.
HSL color Cylindrical-coordinate representation of color #686B76: hue angle of 227.14º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #686B76 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 107 | 118 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.54 |
| HSL | 227.14º | 0.06% | 0.44% | - |
| HSV(B) | 227.14º | 0.12% | 0.46% | - |
| XYZ | 14.24 | 14.77 | 19.24 | - |
| YUV | 107.36 | 134.01 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 118 | 0.12 | 0.09 | 0 | 0.54 | 227.14 | 0.06 | 0.44 |
| Hex | 68 | 6B | 76 | C | 9 | 0 | 36 | E3 | 6 | 2C |
| Octal | 150 | 153 | 166 | 14 | 11 | 0 | 66 | 343 | 6 | 54 |
| Binary | 1101000 | 1101011 | 1110110 | 1100 | 1001 | 0 | 110110 | 11100011 | 110 | 101100 |
Color Harmonies of #686B76
Complementary color
Monochromatic Colors of #686B76
Black with #686B76
Text Example
Text Example
White with #686B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B76; }
p { color: rgb(104,107,118); }
H1.HeaderClassName
{
color: #686B76;
}
.AnyTagClassName
{
color: #686B76;
}
</style>
background-color css
<style>
a { background-color: #686B76; }
a { background-color: rgb(104,107,118); }
div.DivClassName
{
background-color: #686B76;
}
.BgClassName
{
background-color: #686B76;
}
</style>
border-color css
<style>
span { border-color: #686B76; }
span { border-color: rgb(104,107,118); }
td.TdClassName
{
border-color: #686B76;
}
.TagClassName
{
border-color: #686B76;
}
</style>