Shades of Comet #686B7C
Tints of Comet #686B7C
RGB
CMYK
RGB Variations
Color information
#686B7C (or 0x686B7C) is known color: Comet. HEX triplet: 68, 6B and 7C. RGB value is (104,107,124). Sum of RGB (Red+Green+Blue) = 104+107+124=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 124 - color contains mainly: blue. Hex color #686B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B7C is #979483. Grayscale: #6B6B6B. Windows color (decimal): -9933956 or 8153960. OLE color: 8153960.
HSL color Cylindrical-coordinate representation of color #686B7C: hue angle of 231º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #686B7C is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 107 | 124 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.51 |
| HSL | 231º | 0.09% | 0.45% | - |
| HSV(B) | 231º | 0.16% | 0.49% | - |
| XYZ | 14.6 | 14.91 | 21.18 | - |
| YUV | 108.04 | 137.01 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 124 | 0.16 | 0.14 | 0 | 0.51 | 231 | 0.09 | 0.45 |
| Hex | 68 | 6B | 7C | 10 | E | 0 | 33 | E7 | 9 | 2D |
| Octal | 150 | 153 | 174 | 20 | 16 | 0 | 63 | 347 | 11 | 55 |
| Binary | 1101000 | 1101011 | 1111100 | 10000 | 1110 | 0 | 110011 | 11100111 | 1001 | 101101 |
Color Harmonies of #686B7C
Complementary color
Monochromatic Colors of #686B7C
Black with #686B7C
Text Example
Text Example
White with #686B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B7C; }
p { color: rgb(104,107,124); }
H1.HeaderClassName
{
color: #686B7C;
}
.AnyTagClassName
{
color: #686B7C;
}
</style>
background-color css
<style>
a { background-color: #686B7C; }
a { background-color: rgb(104,107,124); }
div.DivClassName
{
background-color: #686B7C;
}
.BgClassName
{
background-color: #686B7C;
}
</style>
border-color css
<style>
span { border-color: #686B7C; }
span { border-color: rgb(104,107,124); }
td.TdClassName
{
border-color: #686B7C;
}
.TagClassName
{
border-color: #686B7C;
}
</style>