Shades of Comet #686A74
Tints of Comet #686A74
RGB
CMYK
RGB Variations
Color information
#686A74 (or 0x686A74) is known color: Comet. HEX triplet: 68, 6A and 74. RGB value is (104,106,116). Sum of RGB (Red+Green+Blue) = 104+106+116=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 116 - color contains mainly: blue. Hex color #686A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A74 is #97958B. Grayscale: #6A6A6A. Windows color (decimal): -9934220 or 7629416. OLE color: 7629416.
HSL color Cylindrical-coordinate representation of color #686A74: hue angle of 230º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #686A74 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 106 | 116 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.55 |
| HSL | 230º | 0.05% | 0.43% | - |
| HSV(B) | 230º | 0.1% | 0.45% | - |
| XYZ | 14.02 | 14.51 | 18.59 | - |
| YUV | 106.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 116 | 0.10 | 0.09 | 0 | 0.55 | 230 | 0.05 | 0.43 |
| Hex | 68 | 6A | 74 | A | 9 | 0 | 37 | E6 | 5 | 2B |
| Octal | 150 | 152 | 164 | 12 | 11 | 0 | 67 | 346 | 5 | 53 |
| Binary | 1101000 | 1101010 | 1110100 | 1010 | 1001 | 0 | 110111 | 11100110 | 101 | 101011 |
Color Harmonies of #686A74
Complementary color
Monochromatic Colors of #686A74
Black with #686A74
Text Example
Text Example
White with #686A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686A74; }
p { color: rgb(104,106,116); }
H1.HeaderClassName
{
color: #686A74;
}
.AnyTagClassName
{
color: #686A74;
}
</style>
background-color css
<style>
a { background-color: #686A74; }
a { background-color: rgb(104,106,116); }
div.DivClassName
{
background-color: #686A74;
}
.BgClassName
{
background-color: #686A74;
}
</style>
border-color css
<style>
span { border-color: #686A74; }
span { border-color: rgb(104,106,116); }
td.TdClassName
{
border-color: #686A74;
}
.TagClassName
{
border-color: #686A74;
}
</style>