Shades of Comet #686884
Tints of Comet #686884
RGB
CMYK
RGB Variations
Color information
#686884 (or 0x686884) is known color: Comet. HEX triplet: 68, 68 and 84. RGB value is (104,104,132). Sum of RGB (Red+Green+Blue) = 104+104+132=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 132 - color contains mainly: blue. Hex color #686884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686884 is #97977B. Grayscale: #6B6B6B. Windows color (decimal): -9934716 or 8677480. OLE color: 8677480.
HSL color Cylindrical-coordinate representation of color #686884: hue angle of 240º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #686884 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 104 | 132 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.48 |
| HSL | 240º | 0.12% | 0.46% | - |
| HSV(B) | 240º | 0.21% | 0.52% | - |
| XYZ | 14.82 | 14.51 | 23.85 | - |
| YUV | 107.19 | 142 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 132 | 0.21 | 0.21 | 0 | 0.48 | 240 | 0.12 | 0.46 |
| Hex | 68 | 68 | 84 | 15 | 15 | 0 | 30 | F0 | C | 2E |
| Octal | 150 | 150 | 204 | 25 | 25 | 0 | 60 | 360 | 14 | 56 |
| Binary | 1101000 | 1101000 | 10000100 | 10101 | 10101 | 0 | 110000 | 11110000 | 1100 | 101110 |
Color Harmonies of #686884
Complementary color
Monochromatic Colors of #686884
Black with #686884
Text Example
Text Example
White with #686884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686884; }
p { color: rgb(104,104,132); }
H1.HeaderClassName
{
color: #686884;
}
.AnyTagClassName
{
color: #686884;
}
</style>
background-color css
<style>
a { background-color: #686884; }
a { background-color: rgb(104,104,132); }
div.DivClassName
{
background-color: #686884;
}
.BgClassName
{
background-color: #686884;
}
</style>
border-color css
<style>
span { border-color: #686884; }
span { border-color: rgb(104,104,132); }
td.TdClassName
{
border-color: #686884;
}
.TagClassName
{
border-color: #686884;
}
</style>