Shades of Comet #686777
Tints of Comet #686777
RGB
CMYK
RGB Variations
Color information
#686777 (or 0x686777) is known color: Comet. HEX triplet: 68, 67 and 77. RGB value is (104,103,119). Sum of RGB (Red+Green+Blue) = 104+103+119=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 119 - color contains mainly: blue. Hex color #686777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686777 is #979888. Grayscale: #696969. Windows color (decimal): -9934985 or 7825256. OLE color: 7825256.
HSL color Cylindrical-coordinate representation of color #686777: hue angle of 243.75º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #686777 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 103 | 119 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.53 |
| HSL | 243.75º | 0.07% | 0.44% | - |
| HSV(B) | 243.75º | 0.13% | 0.47% | - |
| XYZ | 13.89 | 13.98 | 19.42 | - |
| YUV | 105.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 103 | 119 | 0.13 | 0.13 | 0 | 0.53 | 243.75 | 0.07 | 0.44 |
| Hex | 68 | 67 | 77 | D | D | 0 | 35 | F4 | 7 | 2C |
| Octal | 150 | 147 | 167 | 15 | 15 | 0 | 65 | 364 | 7 | 54 |
| Binary | 1101000 | 1100111 | 1110111 | 1101 | 1101 | 0 | 110101 | 11110100 | 111 | 101100 |
Color Harmonies of #686777
Complementary color
Monochromatic Colors of #686777
Black with #686777
Text Example
Text Example
White with #686777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686777; }
p { color: rgb(104,103,119); }
H1.HeaderClassName
{
color: #686777;
}
.AnyTagClassName
{
color: #686777;
}
</style>
background-color css
<style>
a { background-color: #686777; }
a { background-color: rgb(104,103,119); }
div.DivClassName
{
background-color: #686777;
}
.BgClassName
{
background-color: #686777;
}
</style>
border-color css
<style>
span { border-color: #686777; }
span { border-color: rgb(104,103,119); }
td.TdClassName
{
border-color: #686777;
}
.TagClassName
{
border-color: #686777;
}
</style>