Shades of Comet #686889
Tints of Comet #686889
RGB
CMYK
RGB Variations
Color information
#686889 (or 0x686889) is known color: Comet. HEX triplet: 68, 68 and 89. RGB value is (104,104,137). Sum of RGB (Red+Green+Blue) = 104+104+137=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 137 - color contains mainly: blue. Hex color #686889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686889 is #979776. Grayscale: #6B6B6B. Windows color (decimal): -9934711 or 9005160. OLE color: 9005160.
HSL color Cylindrical-coordinate representation of color #686889: hue angle of 240º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #686889 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 104 | 137 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.46 |
| HSL | 240º | 0.14% | 0.47% | - |
| HSV(B) | 240º | 0.24% | 0.54% | - |
| XYZ | 15.17 | 14.65 | 25.69 | - |
| YUV | 107.76 | 144.5 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 137 | 0.24 | 0.24 | 0 | 0.46 | 240 | 0.14 | 0.47 |
| Hex | 68 | 68 | 89 | 18 | 18 | 0 | 2E | F0 | E | 2F |
| Octal | 150 | 150 | 211 | 30 | 30 | 0 | 56 | 360 | 16 | 57 |
| Binary | 1101000 | 1101000 | 10001001 | 11000 | 11000 | 0 | 101110 | 11110000 | 1110 | 101111 |
Color Harmonies of #686889
Complementary color
Monochromatic Colors of #686889
Black with #686889
Text Example
Text Example
White with #686889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686889; }
p { color: rgb(104,104,137); }
H1.HeaderClassName
{
color: #686889;
}
.AnyTagClassName
{
color: #686889;
}
</style>
background-color css
<style>
a { background-color: #686889; }
a { background-color: rgb(104,104,137); }
div.DivClassName
{
background-color: #686889;
}
.BgClassName
{
background-color: #686889;
}
</style>
border-color css
<style>
span { border-color: #686889; }
span { border-color: rgb(104,104,137); }
td.TdClassName
{
border-color: #686889;
}
.TagClassName
{
border-color: #686889;
}
</style>