Shades of Comet #686B89
Tints of Comet #686B89
RGB
CMYK
RGB Variations
Color information
#686B89 (or 0x686B89) is known color: Comet. HEX triplet: 68, 6B and 89. RGB value is (104,107,137). Sum of RGB (Red+Green+Blue) = 104+107+137=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 137 - color contains mainly: blue. Hex color #686B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686B89 is #979476. Grayscale: #6D6D6D. Windows color (decimal): -9933943 or 9005928. OLE color: 9005928.
HSL color Cylindrical-coordinate representation of color #686B89: hue angle of 234.55º 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 #686B89 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 107 | 137 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.46 |
| HSL | 234.55º | 0.14% | 0.47% | - |
| HSV(B) | 234.55º | 0.24% | 0.54% | - |
| XYZ | 15.48 | 15.26 | 25.8 | - |
| YUV | 109.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 137 | 0.24 | 0.22 | 0 | 0.46 | 234.55 | 0.14 | 0.47 |
| Hex | 68 | 6B | 89 | 18 | 16 | 0 | 2E | EB | E | 2F |
| Octal | 150 | 153 | 211 | 30 | 26 | 0 | 56 | 353 | 16 | 57 |
| Binary | 1101000 | 1101011 | 10001001 | 11000 | 10110 | 0 | 101110 | 11101011 | 1110 | 101111 |
Color Harmonies of #686B89
Complementary color
Monochromatic Colors of #686B89
Black with #686B89
Text Example
Text Example
White with #686B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B89; }
p { color: rgb(104,107,137); }
H1.HeaderClassName
{
color: #686B89;
}
.AnyTagClassName
{
color: #686B89;
}
</style>
background-color css
<style>
a { background-color: #686B89; }
a { background-color: rgb(104,107,137); }
div.DivClassName
{
background-color: #686B89;
}
.BgClassName
{
background-color: #686B89;
}
</style>
border-color css
<style>
span { border-color: #686B89; }
span { border-color: rgb(104,107,137); }
td.TdClassName
{
border-color: #686B89;
}
.TagClassName
{
border-color: #686B89;
}
</style>